summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: remove two unchecked uses of strdupJim Meyering2012-10-051-5/+7
* linux-user: Use init_guest_space when -R and -B are specifiedMeador Inge2012-08-141-9/+50
* linux-user: Factor out guest space probing into a functionMeador Inge2012-08-141-33/+77
* target-or32: Add linux user supportJia Liu2012-07-271-0/+41
* Userspace ARM BE8 supportPaul Brook2012-04-061-0/+1
* arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet2012-04-061-4/+27
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-8/+8
* linux-user: Don't overuse CPUStateAndreas Färber2012-03-141-12/+12
* linux-user: save auxv lengthAlexander Graf2012-02-021-11/+4
* elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil2012-01-101-7/+4
* fix spelling in linux-user sub directoryDong Xu Wang2011-12-021-1/+1
* linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell2011-11-111-3/+2
* ppc64-linux-user: Properly interpret the entry function descriptor.Richard Henderson2011-10-271-4/+4
* linux-user: Implement new ARM 64 bit cmpxchg kernel helperDr. David Alan Gilbert2011-09-091-2/+54
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-13/+13
* set ELF_HWCAP for SPARC and SPARC64Artyom Tarasenko2011-07-141-2/+4
* linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI2011-06-211-1/+20
* linux-user: Handle images where lowest vaddr is not page alignedPeter Maydell2011-06-211-57/+73
* linux-user: Fix the load of ELF files that have no "useful" symbolCédric VINCENT2011-06-211-15/+19
* s390x: s390x-linux-user supportUlrich Hecht2011-05-201-0/+19
* unicore32: necessary modifications for other files to support unicore32Guan Xuetao2011-04-121-0/+74
* linux-user: correct core dump formatLaurent Vivier2011-02-171-16/+18
* linux-user/elfload: add FDPIC supportMike Frysinger2011-02-091-0/+71
* linux-user: Fix possible realloc memory leakStefan Weil2011-02-091-3/+5
* linux-user: Protect against allocation failure in load_symbols.Richard Henderson2010-07-291-0/+10
* linux-user: Re-use load_elf_image for the main binary.Richard Henderson2010-07-291-277/+103
* linux-user: Extract load_elf_image from load_elf_interp.Richard Henderson2010-07-291-174/+167
* linux-user: Remove partial support for a.out interpreters.Richard Henderson2010-07-291-70/+9
* linux-user: Put the stack guard page at the top.Richard Henderson2010-07-291-14/+17
* linux-user: Improve consistency checking in elf headers.Richard Henderson2010-07-291-24/+33
* linux-user: Load symbols from the interpreter.Richard Henderson2010-07-291-88/+101
* linux-user: Clean up byte-swapping in elfload.c.Richard Henderson2010-07-291-71/+48
* linux-user: Define ELF_DATA generically.Richard Henderson2010-07-291-24/+6
* linux-user: Reduce lseek+reads while loading elf files.Richard Henderson2010-07-291-60/+44
* linux-user: Reindent elfload.c.Richard Henderson2010-07-291-510/+518
* Add more DT_* and AT_* constants to qemu's copy of elf.h.Richard Henderson2010-07-291-9/+0
* linux-user: Handle filesz < memsz for any PT_LOAD segment.Richard Henderson2010-07-291-97/+55
* Usermode exec-stack fixPaul Brook2010-06-161-0/+1
* Pre-allocate guest address spacePaul Brook2010-05-291-1/+1
* microblaze: Update elf machine nums.Edgar E. Iglesias2010-05-191-2/+2
* microblaze: Add linux-user core dumping support.Edgar E. Iglesias2010-05-191-0/+18
* Better default guest_basePaul Brook2010-05-051-6/+67
* Remove PAGE_RESERVEDPaul Brook2010-05-051-6/+0
* linux-user/ppc: use the Linux register layoutRob Landley2010-03-281-21/+2
* linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson2010-03-271-1/+1
* Fix usermode virtual address typePaul Brook2010-03-121-2/+2
* Disassembler symbol lookup fixPaul Brook2010-03-011-2/+2
* fix linux-user microblaze ELF_ARCH definitionMike Frysinger2010-01-171-1/+1
* linux-user: add core dump support for SHNathan Froyd2009-12-191-0/+33
* linux-user: add core dump support for M68KNathan Froyd2009-12-191-0/+29
OpenPOWER on IntegriCloud