aboutsummaryrefslogtreecommitdiff
path: root/linux-user/elfload.c
AgeCommit message (Expand)Author
2011-09-09linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-14set ELF_HWCAP for SPARC and SPARC64Artyom Tarasenko
2011-06-21linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI
2011-06-21linux-user: Handle images where lowest vaddr is not page alignedPeter Maydell
2011-06-21linux-user: Fix the load of ELF files that have no "useful" symbolCédric VINCENT
2011-05-20s390x: s390x-linux-user supportUlrich Hecht
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao
2011-02-17linux-user: correct core dump formatLaurent Vivier
2011-02-09linux-user/elfload: add FDPIC supportMike Frysinger
2011-02-09linux-user: Fix possible realloc memory leakStefan Weil
2010-07-29linux-user: Protect against allocation failure in load_symbols.Richard Henderson
2010-07-29linux-user: Re-use load_elf_image for the main binary.Richard Henderson
2010-07-29linux-user: Extract load_elf_image from load_elf_interp.Richard Henderson
2010-07-29linux-user: Remove partial support for a.out interpreters.Richard Henderson
2010-07-29linux-user: Put the stack guard page at the top.Richard Henderson
2010-07-29linux-user: Improve consistency checking in elf headers.Richard Henderson
2010-07-29linux-user: Load symbols from the interpreter.Richard Henderson
2010-07-29linux-user: Clean up byte-swapping in elfload.c.Richard Henderson
2010-07-29linux-user: Define ELF_DATA generically.Richard Henderson
2010-07-29linux-user: Reduce lseek+reads while loading elf files.Richard Henderson
2010-07-29linux-user: Reindent elfload.c.Richard Henderson
2010-07-29Add more DT_* and AT_* constants to qemu's copy of elf.h.Richard Henderson
2010-07-29linux-user: Handle filesz < memsz for any PT_LOAD segment.Richard Henderson
2010-06-16Usermode exec-stack fixPaul Brook
2010-05-29Pre-allocate guest address spacePaul Brook
2010-05-19microblaze: Update elf machine nums.Edgar E. Iglesias
2010-05-19microblaze: Add linux-user core dumping support.Edgar E. Iglesias
2010-05-05Better default guest_basePaul Brook
2010-05-05Remove PAGE_RESERVEDPaul Brook
2010-03-28linux-user/ppc: use the Linux register layoutRob Landley
2010-03-27linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson
2010-03-12Fix usermode virtual address typePaul Brook
2010-03-01Disassembler symbol lookup fixPaul Brook
2010-01-17fix linux-user microblaze ELF_ARCH definitionMike Frysinger
2009-12-19linux-user: add core dump support for SHNathan Froyd
2009-12-19linux-user: add core dump support for M68KNathan Froyd
2009-12-19linux-user: add core dump support for MIPSNathan Froyd
2009-12-19linux-user: add core dump support for PPCNathan Froyd
2009-12-19linux-user: fix ARM core dumps on opposite-endian hostsNathan Froyd
2009-12-19linux-user: commonify definitions of target typedefsNathan Froyd
2009-12-19linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusionNathan Froyd
2009-12-19linux-user: use TARGET_ABI_FMT_lx to print abi_ulong typesAurelien Jarno
2009-12-13target-alpha: Drop bogus UNIQ initial value on Linux.Richard Henderson
2009-10-16linux-user: Update ARM hwcapsRiku Voipio
2009-10-04linux-user: fix "#if 0"'d printf()Paul Bolle
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-30elfload: fix coding style nitMichael S. Tsirkin
2009-09-20Compile loader only onceBlue Swirl