]> git.proxmox.com Git - qemu.git/history - linux-user/elfload.c
Use glib memory allocation and free functions
[qemu.git] / linux-user / elfload.c
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-07-22 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.19' into staging
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v38' into...
2011-07-19 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-07-14 Artyom Tarasenkoset ELF_HWCAP for SPARC and SPARC64
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'amit/for-anthony' into...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-21 Laurent ALFONSIlinux-user: Define AT_RANDOM to support target stack...
2011-06-21 Peter Maydelllinux-user: Handle images where lowest vaddr is not...
2011-06-21 Cédric VINCENTlinux-user: Fix the load of ELF files that have no...
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-05-25 Anthony LiguoriMerge remote-tracking branch 'kraxel/CVE-2011-1751...
2011-05-23 Aurelien JarnoMerge branch 'trivial-patches' of git://repo.or.cz...
2011-05-23 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-05-23 Aurelien JarnoMerge branch 's390-next' of git://repo.or.cz/qemu/agraf
2011-05-20 Ulrich Hechts390x: s390x-linux-user support
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-12 Guan Xuetaounicore32: necessary modifications for other files...
2011-02-20 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://gitorio...
2011-02-17 Laurent Vivierlinux-user: correct core dump format
2011-02-09 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://gitorio...
2011-02-09 Mike Frysingerlinux-user/elfload: add FDPIC support
2011-02-09 Stefan Weillinux-user: Fix possible realloc memory leak
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-07-30 Aurelien JarnoMerge branch 'for-anthony' of git://repo.or.cz/qemu...
2010-07-29 Richard Hendersonlinux-user: Protect against allocation failure in load_...
2010-07-29 Richard Hendersonlinux-user: Re-use load_elf_image for the main binary.
2010-07-29 Richard Hendersonlinux-user: Extract load_elf_image from load_elf_interp.
2010-07-29 Richard Hendersonlinux-user: Remove partial support for a.out interpreters.
2010-07-29 Richard Hendersonlinux-user: Put the stack guard page at the top.
2010-07-29 Richard Hendersonlinux-user: Improve consistency checking in elf headers.
2010-07-29 Richard Hendersonlinux-user: Load symbols from the interpreter.
2010-07-29 Richard Hendersonlinux-user: Clean up byte-swapping in elfload.c.
2010-07-29 Richard Hendersonlinux-user: Define ELF_DATA generically.
2010-07-29 Richard Hendersonlinux-user: Reduce lseek+reads while loading elf files.
2010-07-29 Richard Hendersonlinux-user: Reindent elfload.c.
2010-07-29 Richard HendersonAdd more DT_* and AT_* constants to qemu's copy of...
2010-07-29 Richard Hendersonlinux-user: Handle filesz < memsz for any PT_LOAD segment.
2010-06-16 Paul BrookUsermode exec-stack fix
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-29 Paul BrookPre-allocate guest address space
2010-05-19 Edgar E. Iglesiasmicroblaze: Update elf machine nums.
2010-05-19 Edgar E. Iglesiasmicroblaze: Add linux-user core dumping support.
2010-05-05 Paul BrookBetter default guest_base
2010-05-05 Paul BrookRemove PAGE_RESERVED
2010-03-28 Rob Landleylinux-user/ppc: use the Linux register layout
2010-03-27 Richard Hendersonlinux-user: Use RLIMIT_STACK for default stack size.
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-12 Paul BrookFix usermode virtual address type
2010-03-01 Paul BrookDisassembler symbol lookup fix
2010-01-17 Mike Frysingerfix linux-user microblaze ELF_ARCH definition
2009-12-19 Nathan Froydlinux-user: add core dump support for SH
2009-12-19 Nathan Froydlinux-user: add core dump support for M68K
2009-12-19 Nathan Froydlinux-user: add core dump support for MIPS
2009-12-19 Nathan Froydlinux-user: add core dump support for PPC
2009-12-19 Nathan Froydlinux-user: fix ARM core dumps on opposite-endian hosts
2009-12-19 Nathan Froydlinux-user: commonify definitions of target typedefs
2009-12-19 Nathan Froydlinux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP...
2009-12-19 Aurelien Jarnolinux-user: use TARGET_ABI_FMT_lx to print abi_ulong...
2009-12-13 Richard Hendersontarget-alpha: Drop bogus UNIQ initial value on Linux.
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-16 Riku Voipiolinux-user: Update ARM hwcaps
2009-10-04 Paul Bollelinux-user: fix "#if 0"'d printf()
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-30 Michael S. Tsirkinelfload: fix coding style nit
2009-09-20 Blue SwirlCompile loader only once
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-08-10 Laurent DesnoguesFix symfind.
2009-08-01 Blue SwirlMore NULL pointer fixes
2009-07-18 malcUse correct byteswap routine for elf_note
2009-07-18 malcAvoid name clashes with symbols that leak from system...
2009-07-17 Laurent DesnoguesELF codedump build failures
2009-07-17 Paul BrookUserspace guest address offsetting
2009-06-16 Mika Westerberglinux-user: added x86 and x86_64 support for ELF coredump
2009-06-16 Mika Westerberglinux-user: implemented ELF coredump support for ARM...
2009-05-26 Edgar E. Iglesiasmicroblaze: linux-user support.
2009-05-15 Nathan Froydsupport ELF_HWCAP for PPPC
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-14 malcRemove all traces of __powerpc__
2008-10-22 pbrook* Use function pointers for symbol lookup (currently...
2008-10-05 blueswir1Export x86_stack_size in qemu.h
2008-09-30 blueswir1Silence some warnings about uninitialized variables
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-08-20 malcKludge to support linux-user on a PPC64
2008-06-07 pbrookMultithreaded locking fixes.
2008-03-26 pbrookImplement AT_CLKTCK.
2007-11-16 bellardsuppressed tgetx and tputx (initial patch by Thayne...
2007-11-11 bellardLinux user memory access API change (initial patch...
2007-10-28 thsImplement missing MIPS supervisor mode bits.
2007-10-27 j_mayerPowerPC user-mode fix: MSR is now entirelly set-up...
2007-10-18 j_mayerUse the new TARGET_ABI32 feature to implement a ppc64ab...
2007-10-14 blueswir1 Support for 32 bit ABI on 64 bit targets (only enabled...
2007-10-09 blueswir1 Support for executing 32 bit SPARC32PLUS files for...
2007-10-08 thsCRIS Linux userland emulation, part 2. By Edgar E....
next