aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-1/+1
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2008-10-22* Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook1-44/+98
2008-10-05Export x86_stack_size in qemu.hblueswir11-2/+0
2008-09-30Silence some warnings about uninitialized variablesblueswir11-0/+1
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir11-1/+1
2008-08-20Kludge to support linux-user on a PPC64malc1-0/+9
2008-06-07Multithreaded locking fixes.pbrook1-2/+2
2008-03-26Implement AT_CLKTCK.pbrook1-0/+1
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard1-14/+11
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard1-1/+2
2007-10-28Implement missing MIPS supervisor mode bits.ths1-1/+1
2007-10-27PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine.j_mayer1-1/+0
2007-10-18Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user targetj_mayer1-3/+3
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-64/+74
2007-10-09 Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir11-23/+74
2007-10-08CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.ths1-0/+20
2007-10-07Fix confusions between host and target long types.j_mayer1-47/+61
2007-09-27memset string pages to zero to avoid putting random data on the stackj_mayer1-1/+2
2007-09-27New ppc64-linux-user target.j_mayer1-0/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-6/+6
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-27/+27
2007-07-05 Fix 64 bit ELF file symbol lookupblueswir11-1/+24
2007-06-22Setup stack properly, fixes wrong argc value problem, by Magnus Damm.ths1-1/+1
2007-06-03Spelling fixes, by Stefan Weil.ths1-2/+2
2007-05-13MIPS linux-user update.ths1-0/+7
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer1-0/+41
2007-04-05Preliminary patch for Alpha Linux user mode emulation support.j_mayer1-3/+28
2006-12-14Fix userland ELF loader for zero sized BSS.ths1-3/+6
2006-10-22ColdFire target.pbrook1-0/+25
2006-07-18Sparc64 user emulator fixes (Blue Swirl)bellard1-3/+5
2006-06-11bFLT loader (for uClinux binaries).pbrook1-265/+45
2006-04-27sh4 target (Samuel Tardieu)bellard1-0/+24
2006-03-25Avoid accessing guest memory directly in usermode emulation.pbrook1-99/+79
2006-02-04Make target_mmap always return -1 on failure.pbrook1-1/+1
2006-02-04Correctly initialize Arm CPU for Thumb entry points.pbrook1-1/+3
2005-11-26mips user emulationbellard1-0/+25
2005-11-26added AT_PLATFORM and AT_HWCAP for x86 (initial patch by Gwenole Beauchesne)bellard1-8/+45
2005-10-30Arm AT_HWCAP AUXV entry (Paul Brook)bellard1-0/+22
2005-08-21fix AUX vector entries (Paul Brook)bellard1-26/+24
2005-02-1064 bit supportbellard1-18/+18
2005-01-30initial sparc64 supportbellard1-0/+23
2004-12-19SPARC mergebellard1-6/+10
2004-07-05Darwin patch (initial patch by Pierre d'Herbemont)bellard1-11/+21
2004-06-19buffer overflow fixbellard1-1/+1
2004-05-2064 bit fix (Jocelyn Mayer)bellard1-1/+1
2004-02-22use kernel like macros for user access (will be useful someday to have a bett...bellard1-21/+22
2004-01-18avoid exiting directly if file not foundbellard1-8/+3
2004-01-18suppressed cast to lvaluebellard1-4/+6
2004-01-04aligned stack on 16 byte boundary - PPC target fixes - SPARC target fixesbellard1-31/+84