summaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* * Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook2008-10-221-44/+98
* Export x86_stack_size in qemu.hblueswir12008-10-051-2/+0
* Silence some warnings about uninitialized variablesblueswir12008-09-301-0/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* Kludge to support linux-user on a PPC64malc2008-08-201-0/+9
* Multithreaded locking fixes.pbrook2008-06-071-2/+2
* Implement AT_CLKTCK.pbrook2008-03-261-0/+1
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-14/+11
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-1/+2
* Implement missing MIPS supervisor mode bits.ths2007-10-281-1/+1
* PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine.j_mayer2007-10-271-1/+0
* Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user targetj_mayer2007-10-181-3/+3
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-64/+74
* Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir12007-10-091-23/+74
* CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.ths2007-10-081-0/+20
* Fix confusions between host and target long types.j_mayer2007-10-071-47/+61
* memset string pages to zero to avoid putting random data on the stackj_mayer2007-09-271-1/+2
* New ppc64-linux-user target.j_mayer2007-09-271-0/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-6/+6
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-27/+27
* Fix 64 bit ELF file symbol lookupblueswir12007-07-051-1/+24
* Setup stack properly, fixes wrong argc value problem, by Magnus Damm.ths2007-06-221-1/+1
* Spelling fixes, by Stefan Weil.ths2007-06-031-2/+2
* MIPS linux-user update.ths2007-05-131-0/+7
* Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer2007-04-061-0/+41
* Preliminary patch for Alpha Linux user mode emulation support.j_mayer2007-04-051-3/+28
* Fix userland ELF loader for zero sized BSS.ths2006-12-141-3/+6
* ColdFire target.pbrook2006-10-221-0/+25
* Sparc64 user emulator fixes (Blue Swirl)bellard2006-07-181-3/+5
* bFLT loader (for uClinux binaries).pbrook2006-06-111-265/+45
* sh4 target (Samuel Tardieu)bellard2006-04-271-0/+24
* Avoid accessing guest memory directly in usermode emulation.pbrook2006-03-251-99/+79
* Make target_mmap always return -1 on failure.pbrook2006-02-041-1/+1
* Correctly initialize Arm CPU for Thumb entry points.pbrook2006-02-041-1/+3
* mips user emulationbellard2005-11-261-0/+25
* added AT_PLATFORM and AT_HWCAP for x86 (initial patch by Gwenole Beauchesne)bellard2005-11-261-8/+45
* Arm AT_HWCAP AUXV entry (Paul Brook)bellard2005-10-301-0/+22
* fix AUX vector entries (Paul Brook)bellard2005-08-211-26/+24
* 64 bit supportbellard2005-02-101-18/+18
* initial sparc64 supportbellard2005-01-301-0/+23
* SPARC mergebellard2004-12-191-6/+10
* Darwin patch (initial patch by Pierre d'Herbemont)bellard2004-07-051-11/+21
* buffer overflow fixbellard2004-06-191-1/+1
* 64 bit fix (Jocelyn Mayer)bellard2004-05-201-1/+1
* use kernel like macros for user access (will be useful someday to have a bett...bellard2004-02-221-21/+22
* avoid exiting directly if file not foundbellard2004-01-181-8/+3
* suppressed cast to lvaluebellard2004-01-181-4/+6
* aligned stack on 16 byte boundary - PPC target fixes - SPARC target fixesbellard2004-01-041-31/+84
* PowerPC target support (Jocelyn Mayer) - added better support for uid16bellard2003-11-231-0/+40
* sparc support - hack to fix case where real_host_page_size < TARGET_PAGE_SIZE...bellard2003-09-301-7/+42
OpenPOWER on IntegriCloud