1. 74aa042 Code provision for 64 bits linux user-mode targets support. by j_mayer · 18 years ago
  2. 7a3148a Preliminary patch for Alpha Linux user mode emulation support. by j_mayer · 18 years ago
  3. 86cc1ce Definitions needed for Alpha linux user-mode emulation. by j_mayer · 18 years ago
  4. e5febef Conditionalize more syscall implementations, by Mike Frysinger. by ths · 18 years ago
  5. 0aeaa8c Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart Anderson. by ths · 18 years ago
  6. 5813427 fcntl() remaining fix, by Stuart Anderson. by ths · 18 years ago
  7. a722258 Fix fcntl64 logic bug, by Kirill A. Shutemov. by ths · 18 years ago
  8. b1e341e fcntl64 fix, by Kirill A. Shutemov. by ths · 18 years ago
  9. b5906f9 Linux usermode clock_gettime/clock_getres emulation, by Kirill A. Shutemov. by ths · 18 years ago
  10. d08d3bb Add missing header includes. by ths · 18 years ago
  11. 01c227f Fix allocation sizes in getpeername/getsockname, spotted by Kirill A. Shutemov. by ths · 18 years ago
  12. cff4cbe Support -cpu selection for mips usermode emulation. Fix segfault when by ths · 18 years ago
  13. b1f9be3 Add -cpu option for linux user emulation. by j_mayer · 18 years ago
  14. 214201b Usermode recv syscall fix. by pbrook · 18 years ago
  15. b35d744 Align stack when loading bFLT binaries. by pbrook · 18 years ago
  16. 3371d27 Implement --cpu for ARM. by pbrook · 18 years ago
  17. 76a6625 Great PowerPC emulation code resynchronisation and improvments: by j_mayer · 18 years ago
  18. 6f5b89a MIPS Userland TLS register emulation, by Daniel Jacobowitz. by ths · 18 years ago
  19. 36d2395 MIPS FPU dynamic activation, part 1, by Herve Poussineau. by ths · 18 years ago
  20. c5be9f0 Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne. by ths · 18 years ago
  21. 8026591 Userland mount syscall emulation, by Kirill A. Shutemov. by ths · 18 years ago
  22. e557448 Fix previous Linux userland emulation breakage. by ths · 18 years ago
  23. 39b9aae Linux userland emulation of prctl, from Debian patchset. by ths · 18 years ago
  24. 7494b0f Linux userland emulation of syslog, from Debian patchset. by ths · 18 years ago
  25. 84f2e8e copyright update by bellard · 18 years ago
  26. d96372e sem* and msg* for qemu, part2, by Kirill Shutemov. by ths · 18 years ago
  27. fa29481 sem* and msg* for qemu, part1, by Kirill Shutemov. by ths · 18 years ago
  28. 8e71621 Add ARM Angel semihosting to system emulation. by pbrook · 18 years ago
  29. 43f238d Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov. by ths · 18 years ago
  30. 388c450 bFLT loader commandline fix. by pbrook · 18 years ago
  31. 768a4a3 Fix userland ELF loader for zero sized BSS. by ths · 18 years ago
  32. 0d3267a MIPS has also a fixed MMAP_SHIFT of 12. by ths · 18 years ago
  33. 197ea35 Fix addrlen size, by David Woodhouse. by ths · 18 years ago
  34. ca7c2b1 Handle invalid accesses as SIGILL for mips/mipsel userland emulation. by ths · 18 years ago
  35. 7d600c8 Fix fstat for MIPS userland emulation, and add support for a cacheflush by ths · 18 years ago
  36. 08f396d Add missing ARM syscall numbers. by pbrook · 18 years ago
  37. 38d0662 Arm semihosted commandline support (Wolfgang Schildbach). by pbrook · 18 years ago
  38. 1be9e1d Remove do_socketcallwrapper. by pbrook · 18 years ago
  39. d08b2a2 MIPS usermode debug exceptions (Dave Denholm). by pbrook · 18 years ago
  40. fafffae removed invalid code by bellard · 18 years ago
  41. 2790872 sparc64 syscall fix (Blue Swirl) by bellard · 18 years ago
  42. e6e5906 ColdFire target. by pbrook · 18 years ago
  43. 223b8a4 bFLT 64-bit host fix. by pbrook · 18 years ago
  44. 02a1602 added cpu_smm_update() by bellard · 18 years ago
  45. 707b3ee ARM 64-bit host fix. by pbrook · 19 years ago
  46. 74ccb34 Sparc64 host support (Blue Swirl) by bellard · 19 years ago
  47. 5ef5411 Sparc64 user emulator fixes (Blue Swirl) by bellard · 19 years ago
  48. 1dce7c3 new clock logic: cpu ticks and virtual clocks are no longer proportional - added timestamps on the stdio console by bellard · 19 years ago
  49. 106ec87 initial MIPS signal handling (initial patch by Raphael Rigo) by bellard · 19 years ago
  50. 3532fa7 mips socket calls (initial patch by Raphael Rigo) by bellard · 19 years ago
  51. 48dc41e sparc user fixes (Blue Swirl) by bellard · 19 years ago
  52. 9c2a9ea SH bugfixes. by pbrook · 19 years ago
  53. 355fb23 SH usermode fault handling. by pbrook · 19 years ago
  54. 978efd6 Respond to qOffsets gdb packet (for debugging bFLT binaries). by pbrook · 19 years ago
  55. bc1ad2d MIPS FPU support in linux user emulation by bellard · 19 years ago
  56. 83fcb51 use glibc syscall (David Woodhouse) by bellard · 19 years ago
  57. e5fe0c5 bFLT loader (for uClinux binaries). by pbrook · 19 years ago
  58. c593722 Teach usermode emulation how to lie about uname -r. by pbrook · 19 years ago
  59. fdf9b3e sh4 target (Samuel Tardieu) by bellard · 19 years ago
  60. fd4a43e ia64 fixes by bellard · 19 years ago
  61. 2483668 Implement acct and pretend to implement madvise. by pbrook · 19 years ago
  62. 53a5960 Avoid accessing guest memory directly in usermode emulation. by pbrook · 19 years ago
  63. 19b045d Fix FPA condition codes (Ulrich Hecht). by pbrook · 19 years ago
  64. 40f137e Add Arm926 core support. by pbrook · 19 years ago
  65. ce4defa Arm Linux EABI syscall support. by pbrook · 19 years ago
  66. e89f07d Make target_mmap always return -1 on failure. by pbrook · 19 years ago
  67. 06c949e Implement Arm BKPT instruction. by pbrook · 19 years ago
  68. 0240ded Correctly initialize Arm CPU for Thumb entry points. by pbrook · 19 years ago
  69. 31febb7 log typos by bellard · 19 years ago
  70. 6900e84 handle coprocessor exceptions by bellard · 19 years ago
  71. 56c8f68 statfs fix by bellard · 19 years ago
  72. c960bde correct ioctls by bellard · 19 years ago
  73. 148f505 uid32 syscalls by bellard · 19 years ago
  74. 048f6b4 mips user emulation by bellard · 19 years ago
  75. 15338fd added AT_PLATFORM and AT_HWCAP for x86 (initial patch by Gwenole Beauchesne) by bellard · 19 years ago
  76. b5ff1b3 ARM system emulation (Paul Brook) by bellard · 19 years ago
  77. c68ea70 cpu_single_env usage fix by bellard · 19 years ago
  78. 74c33be User-mode gdbserver port number (Paul Brook) by bellard · 19 years ago
  79. afce292 Arm AT_HWCAP AUXV entry (Paul Brook) by bellard · 19 years ago
  80. 0bccf03 fix AUX vector entries (Paul Brook) by bellard · 20 years ago
  81. 89353a7 Byte swapping bug in arm semihosting (Paul Brook) by bellard · 20 years ago
  82. f5a8510 copyright by bellard · 20 years ago
  83. 2efbe91 more set/getsockopt values by bellard · 20 years ago
  84. 667f38b [f]truncate64 support by bellard · 20 years ago
  85. 2be0071 simplified PowerPC exception handling (Jocelyn Mayer) by bellard · 20 years ago
  86. 3fc6c08 preliminary patch to support more PowerPC CPUs (Jocelyn Mayer) by bellard · 20 years ago
  87. 3475187 sparc64 marge (Blue Swirl) by bellard · 20 years ago
  88. 04d81be open fix (Paul Brook) by bellard · 20 years ago
  89. 192c7bd ARM Thumb syscalls (Paul Brook) by bellard · 20 years ago
  90. d0b3e73 SYS_SEEK fix (Paul Brook) by bellard · 20 years ago
  91. e900967 report user mode gdb exit codes (Paul Brook) by bellard · 20 years ago
  92. a4f8197 ARM "Angel" semihosting syscalls (Paul Brook) by bellard · 20 years ago
  93. e1a2849 ARM syscall fix (Paul Brook) by bellard · 20 years ago
  94. 1fddef4 gdb support for user mode (Paul Brook) by bellard · 20 years ago
  95. b8076a7 ia64 host support (David Mosberger) by bellard · 20 years ago
  96. 4c2e770 fpu init fix by bellard · 20 years ago
  97. 5e83e8e SUSE fix by bellard · 20 years ago
  98. 2623cba fixed handling of sparc register window exceptions by bellard · 20 years ago
  99. 61ff6f5 sparc sigsegv support by bellard · 20 years ago
  100. 92a31b1 64 bit support by bellard · 20 years ago