1. 5d5c993 linux-user: Protect against allocation failure in load_symbols. by Richard Henderson · 15 years ago
  2. bf85889 linux-user: Re-use load_elf_image for the main binary. by Richard Henderson · 15 years ago
  3. 8e62a71 linux-user: Extract load_elf_image from load_elf_interp. by Richard Henderson · 15 years ago
  4. b9329d4 linux-user: Remove partial support for a.out interpreters. by Richard Henderson · 15 years ago
  5. 60dcbcb linux-user: Put the stack guard page at the top. by Richard Henderson · 15 years ago
  6. 9058abd linux-user: Improve consistency checking in elf headers. by Richard Henderson · 15 years ago
  7. 682674b linux-user: Load symbols from the interpreter. by Richard Henderson · 15 years ago
  8. 991f8f0 linux-user: Clean up byte-swapping in elfload.c. by Richard Henderson · 15 years ago
  9. 2849023 linux-user: Define ELF_DATA generically. by Richard Henderson · 15 years ago
  10. 9955ffa linux-user: Reduce lseek+reads while loading elf files. by Richard Henderson · 15 years ago
  11. d97ef72 linux-user: Reindent elfload.c. by Richard Henderson · 15 years ago
  12. e167d46 Add more DT_* and AT_* constants to qemu's copy of elf.h. by Richard Henderson · 15 years ago
  13. cf129f3 linux-user: Handle filesz < memsz for any PT_LOAD segment. by Richard Henderson · 15 years ago
  14. 97374d3 Usermode exec-stack fix by Paul Brook · 15 years ago
  15. 68a1c81 Pre-allocate guest address space by Paul Brook · 15 years ago
  16. 0d5d469 microblaze: Update elf machine nums. by Edgar E. Iglesias · 15 years ago
  17. e4cbd44 microblaze: Add linux-user core dumping support. by Edgar E. Iglesias · 15 years ago
  18. c581ded Better default guest_base by Paul Brook · 15 years ago
  19. 2e9a571 Remove PAGE_RESERVED by Paul Brook · 15 years ago
  20. 7983f43 linux-user/ppc: use the Linux register layout by Rob Landley · 15 years ago
  21. 703e0e8 linux-user: Use RLIMIT_STACK for default stack size. by Richard Henderson · 15 years ago
  22. b480d9b Fix usermode virtual address type by Paul Brook · 15 years ago
  23. 9f9f030 Disassembler symbol lookup fix by Paul Brook · 15 years ago
  24. 0ddbc96 fix linux-user microblaze ELF_ARCH definition by Mike Frysinger · 15 years ago
  25. 7631c97 linux-user: add core dump support for SH by Nathan Froyd · 15 years ago
  26. 7a93cc5 linux-user: add core dump support for M68K by Nathan Froyd · 15 years ago
  27. 51e5260 linux-user: add core dump support for MIPS by Nathan Froyd · 15 years ago
  28. e2f3e74 linux-user: add core dump support for PPC by Nathan Froyd · 15 years ago
  29. d049e62 linux-user: fix ARM core dumps on opposite-endian hosts by Nathan Froyd · 15 years ago
  30. 21e807f linux-user: commonify definitions of target typedefs by Nathan Froyd · 15 years ago
  31. dd0a365 linux-user: fix ELF_USE_CORE_DUMP/USE_ELF_CORE_DUMP confusion by Nathan Froyd · 15 years ago
  32. 49995e1 linux-user: use TARGET_ABI_FMT_lx to print abi_ulong types by Aurelien Jarno · 15 years ago
  33. 8a57a6c target-alpha: Drop bogus UNIQ initial value on Linux. by Richard Henderson · 15 years ago
  34. cf6de34 linux-user: Update ARM hwcaps by Riku Voipio · 15 years ago
  35. 3bc0bdc linux-user: fix "#if 0"'d printf() by Paul Bolle · 15 years ago
  36. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  37. 99a0949 Get rid of _t suffix by malc · 15 years ago
  38. 6ece4df elfload: fix coding style nit by Michael S. Tsirkin · 15 years ago
  39. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  40. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 16 years ago
  41. ec82200 Fix symfind. by Laurent Desnogues · 16 years ago
  42. 7cba04f More NULL pointer fixes by Blue Swirl · 16 years ago
  43. 9fdca5a Use correct byteswap routine for elf_note by malc · 16 years ago
  44. 3efa9a6 Avoid name clashes with symbols that leak from system headers by malc · 16 years ago
  45. a2547a1 ELF codedump build failures by Laurent Desnogues · 16 years ago
  46. 379f669 Userspace guest address offsetting by Paul Brook · 16 years ago
  47. 9edc5d7 linux-user: added x86 and x86_64 support for ELF coredump by Mika Westerberg · 16 years ago
  48. edf8e2a linux-user: implemented ELF coredump support for ARM target by Mika Westerberg · 16 years ago
  49. b779e29 microblaze: linux-user support. by Edgar E. Iglesias · 16 years ago
  50. df84e4f support ELF_HWCAP for PPPC by Nathan Froyd · 16 years ago
  51. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  52. e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
  53. 49918a7 * Use function pointers for symbol lookup (currently for elf32 and elf64, by pbrook · 16 years ago
  54. 440c7e8 Export x86_stack_size in qemu.h by blueswir1 · 16 years ago
  55. 98448f5 Silence some warnings about uninitialized variables by blueswir1 · 16 years ago
  56. b55266b Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings by blueswir1 · 16 years ago
  57. a6cc84f Kludge to support linux-user on a PPC64 by malc · 17 years ago
  58. d597536 Multithreaded locking fixes. by pbrook · 17 years ago
  59. a07c67d Implement AT_CLKTCK. by pbrook · 17 years ago
  60. 2f61969 suppressed tgetx and tputx (initial patch by Thayne Harbaugh) by bellard · 17 years ago
  61. 579a97f Linux user memory access API change (initial patch by Thayne Harbaugh) by bellard · 17 years ago
  62. 623a930 Implement missing MIPS supervisor mode bits. by ths · 17 years ago
  63. a32ff1a PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine. by j_mayer · 17 years ago
  64. e85e7c6 Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user target by j_mayer · 17 years ago
  65. 992f48a Support for 32 bit ABI on 64 bit targets (only enabled Sparc64) by blueswir1 · 17 years ago
  66. cb33da5 Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator by blueswir1 · 17 years ago
  67. 48733d1 CRIS Linux userland emulation, part 2. By Edgar E. Iglesias. by ths · 17 years ago
  68. 863cf0b Fix confusions between host and target long types. by j_mayer · 17 years ago
  69. 4118a97 memset string pages to zero to avoid putting random data on the stack by j_mayer · 17 years ago
  70. 92a343d New ppc64-linux-user target. by j_mayer · 17 years ago
  71. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  72. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  73. 0774bed Fix 64 bit ELF file symbol lookup by blueswir1 · 18 years ago
  74. 072ae84 Setup stack properly, fixes wrong argc value problem, by Magnus Damm. by ths · 18 years ago
  75. e91c8a7 Spelling fixes, by Stefan Weil. by ths · 18 years ago
  76. 388bb21 MIPS linux-user update. by ths · 18 years ago
  77. 84409dd Code provision for x86_64 and PowerPC 64 linux user mode support. by j_mayer · 18 years ago
  78. 7a3148a Preliminary patch for Alpha Linux user mode emulation support. by j_mayer · 18 years ago
  79. 768a4a3 Fix userland ELF loader for zero sized BSS. by ths · 18 years ago
  80. e6e5906 ColdFire target. by pbrook · 18 years ago
  81. 5ef5411 Sparc64 user emulator fixes (Blue Swirl) by bellard · 19 years ago
  82. e5fe0c5 bFLT loader (for uClinux binaries). by pbrook · 19 years ago
  83. fdf9b3e sh4 target (Samuel Tardieu) by bellard · 19 years ago
  84. 53a5960 Avoid accessing guest memory directly in usermode emulation. by pbrook · 19 years ago
  85. e89f07d Make target_mmap always return -1 on failure. by pbrook · 19 years ago
  86. 0240ded Correctly initialize Arm CPU for Thumb entry points. by pbrook · 19 years ago
  87. 048f6b4 mips user emulation by bellard · 19 years ago
  88. 15338fd added AT_PLATFORM and AT_HWCAP for x86 (initial patch by Gwenole Beauchesne) by bellard · 19 years ago
  89. afce292 Arm AT_HWCAP AUXV entry (Paul Brook) by bellard · 19 years ago
  90. 0bccf03 fix AUX vector entries (Paul Brook) by bellard · 20 years ago
  91. 92a31b1 64 bit support by bellard · 20 years ago
  92. a315a14 initial sparc64 support by bellard · 20 years ago
  93. e80cfcf SPARC merge by bellard · 20 years ago
  94. 83fb7ad Darwin patch (initial patch by Pierre d'Herbemont) by bellard · 21 years ago
  95. eba2af6 buffer overflow fix by bellard · 21 years ago
  96. 274da6b 64 bit fix (Jocelyn Mayer) by bellard · 21 years ago
  97. edf779f use kernel like macros for user access (will be useful someday to have a better error checking by bellard · 21 years ago
  98. c273579 avoid exiting directly if file not found by bellard · 21 years ago
  99. 44a91ca suppressed cast to lvalue by bellard · 21 years ago
  100. f515528 aligned stack on 16 byte boundary - PPC target fixes - SPARC target fixes by bellard · 21 years ago