1. 3f9ac9b linux-user: remove duplicate tswap32() from do_getsockopt() by Laurent Vivier · 16 years ago
  2. d5b3a9b linux-user/syscall.c: define _ATFILE_SOURCE by Eduardo Habkost · 16 years ago
  3. df377d0 linux-user: initialize mmap_mutex properly by Nathan Froyd · 16 years ago
  4. 5f10681 RFC: fix fcntl support in linux-user - new try by Arnaud Patard (Rtp) · 16 years ago
  5. 3ce34df linux-user: add tee, splice and vmsplice by vibisreenivasan · 16 years ago
  6. 099d6b0 linux-user: implement pipe2 [v3] by Riku Voipio · 16 years ago
  7. 4b627a2 linux-user: update syscall list by Riku Voipio · 16 years ago
  8. c4d2302 add futex wake op by Riku Voipio · 16 years ago
  9. a29ccd6 linux-user: support private futexes by Martin Mohring · 16 years ago
  10. 350d177 linux-user: include linux/fs.h by Martin Mohring · 16 years ago
  11. 6e3cb58 linux-user: Added IP_(UN)BLOCK_SOURCE/IP_(ADD|DROP)_SOURCE_MEMBERSHIP flags to setsockopt by Lionel Landwerlin · 16 years ago
  12. b975b83 linux-user: Added IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP flags to setsockopt by Lionel Landwerlin · 16 years ago
  13. 6f932f9 Return EOPNOTSUPP instead of ENOSYS for *xattr* syscalls by Arnaud Patard · 16 years ago
  14. 4460712 Fix struct termios host - target translation by Arnaud Patard · 16 years ago
  15. ebc996f linux-user: fix utimensat by Riku Voipio · 16 years ago
  16. 74d753a linux-user: strace now handles guest strings correctly [v2] by Mika Westerberg · 16 years ago
  17. 9edc5d7 linux-user: added x86 and x86_64 support for ELF coredump by Mika Westerberg · 16 years ago
  18. edf8e2a linux-user: implemented ELF coredump support for ARM target by Mika Westerberg · 16 years ago
  19. 88a8c98 Implement shm* syscalls and fix 64/32bit errors by Riku Voipio · 16 years ago
  20. 9ad197d export mmap_find_vma for shmat by Riku Voipio · 16 years ago
  21. 1e9fa73 fix gdbstub support for multiple threads in usermode, v3 by Nathan Froyd · 16 years ago
  22. b779e29 microblaze: linux-user support. by Edgar E. Iglesias · 16 years ago
  23. 8dfbe4e microblaze: Add syscall, signal and termbits defs for linux-user. by Edgar E. Iglesias · 16 years ago
  24. 909b69c Only define __llseek if it is going to be used by Paul Brook · 16 years ago
  25. 425be42 Avoid implicit truncation compiler warnings by Paul Brook · 16 years ago
  26. df84e4f support ELF_HWCAP for PPPC by Nathan Froyd · 16 years ago
  27. bcd4933 linux-user: ppc signal handling by Nathan Froyd · 16 years ago
  28. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  29. 65a650c Fix compiler warnings in nwfpe code. by Paul Brook · 16 years ago
  30. 0b1bcb0 MIPS signal handling fixes. by pbrook · 16 years ago
  31. e447423 MIPS: Raise SIGSEGV, not SIGILL when an access faults. by pbrook · 16 years ago
  32. 3f53d54 Fix target_siginfo ordering for MIPS. by pbrook · 16 years ago
  33. 465c9f0 linux-user: Linux kernel's fchmodat and faccessat have three args (no 4th arg) by aurel32 · 16 years ago
  34. e528908 linux-user: fix IPCOP_sem* and implement sem* by aurel32 · 16 years ago
  35. 8690e42 linux-user: fix inotify syscalls by aurel32 · 16 years ago
  36. 1d9d8b5 Translate signal values in exit status. by pbrook · 16 years ago
  37. aaf4ad3 linux-user: fix getcwd syscall by aurel32 · 16 years ago
  38. fda3374 linux-user: fix warnings introduced by r7118 by aurel32 · 16 years ago
  39. 603e4fd linux-user: proper exit code for uncaught signals by aurel32 · 16 years ago
  40. 3b3f24a linux-user: prefer glibc over direct syscalls by aurel32 · 16 years ago
  41. be09ac4 linux-user: removed unnecessary MAX_SOCK_ADDR checks for socket syscalls by aurel32 · 16 years ago
  42. 607175e linux-user: unix sockets - fix running dbus by aurel32 · 16 years ago
  43. 7d8cec9 linux-user: add support for passing contents of argv0 by aurel32 · 16 years ago
  44. 24e1003 linux-user: Added posix message queue syscalls except mq_notify by aurel32 · 16 years ago
  45. 088ab16 Enable generic accepts-anything cpu by default for usermode emulation. by pbrook · 16 years ago
  46. 9d33b76 linux-user: fix fstatat64()/newfstatat() syscall implementation by aurel32 · 16 years ago
  47. dbfe4c3 linux-user: fix problems with inotify syscalls by aurel32 · 16 years ago
  48. 4a19f1e Add --with-pkgversion. by pbrook · 16 years ago
  49. 1b530a6 Add new command line option -singlestep for tcg single stepping. by aurel32 · 16 years ago
  50. 3098dba Use a dedicated function to request exit from execution loop by aurel32 · 16 years ago
  51. c276471 The _exit syscall is used for both thread termination in NPTL applications, by pbrook · 16 years ago
  52. 2d18e63 Flush stdout after printing usage() by blueswir1 · 16 years ago
  53. 491150d Fix crash caused by missing command line arguments by aurel32 · 16 years ago
  54. 54c5a2a Partialy fix mmap at EOF for large pagesize targets in user-mode. by edgar_igl · 16 years ago
  55. bedf26e linux-user: Remove incorrect break; by aurel32 · 16 years ago
  56. a5e50b2 Replace noreturn with QEMU_NORETURN by malc · 16 years ago
  57. dc7eea6 linux-user: fix signal.c warning by aurel32 · 16 years ago
  58. d088d66 linux-user: identify running binary in /proc/self/exe by aurel32 · 16 years ago
  59. 04a6dfe linux-user: Add generic env variable handling by aurel32 · 16 years ago
  60. e1ce5e4 target-ppc: Fix struct target_stat64 for 32-bit host by aurel32 · 16 years ago
  61. 91bd8ce target-sh4: Fix struct target_stat64 for 64-bit host by aurel32 · 16 years ago
  62. 38d840e linuw-user fix: read() and acct() on NULL arguments by aurel32 · 16 years ago
  63. a516e72 linux-user: don't crash with null name by aurel32 · 16 years ago
  64. 8f7aeaf linux-user: return EINVAL on incorrect sockaddr by aurel32 · 16 years ago
  65. 8fea360 linux-user: fix accept(2) with NULL peer by aurel32 · 16 years ago
  66. baa8c60 Fix qemu_malloc. by malc · 16 years ago
  67. 1a6f0db linux-user: add qemu_realloc() implementation to unbreak the build (Gerd Hoffman) by aliguori · 16 years ago
  68. 2e77eac Fix user emulator breakage, based on patch by Riku Voipio by blueswir1 · 16 years ago
  69. 93fcfe3 Convert references to logfile/loglevel to use qemu_log*() macros by aliguori · 16 years ago
  70. d12d51d Clean up debugging code #ifdefs (Eduardo Habkost) by aliguori · 16 years ago
  71. 72d239e Get rid of user_mode_only by aurel32 · 16 years ago
  72. 7d99a00 Add noreturn function attribute by blueswir1 · 16 years ago
  73. e58ffeb Remove all traces of __powerpc__ by malc · 16 years ago
  74. 2877288 CRIS: Add a bunch of syscall numbers. by edgar_igl · 16 years ago
  75. b15ad61 CRIS: Clone flags are reversed on CRIS. by edgar_igl · 16 years ago
  76. ef96779 CRIS: Implement set_thread_area for CRIS. by edgar_igl · 16 years ago
  77. 530e761 Fix more FSF addresses by blueswir1 · 16 years ago
  78. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  79. eaa449b Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in user emulation by aurel32 · 16 years ago
  80. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  81. ca587a8 User-mode GDB stub improvements - handle signals by aurel32 · 16 years ago
  82. 2b1319c User-mode GDB stub improvements - handle fork by aurel32 · 16 years ago
  83. 3af72a4 Fix mremap, based on patch by Kirill A. Shutemov by blueswir1 · 16 years ago
  84. 3f911a5 Fix warning about unused shm_regions by blueswir1 · 16 years ago
  85. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  86. 5caf7bb Fix compiling without MREMAP_FIXED by blueswir1 · 16 years ago
  87. 902b3d5 Introduce and use cache-utils.[ch] by malc · 16 years ago
  88. f19412a linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctly by aurel32 · 16 years ago
  89. 45bc1f5 linux-user: mmap: add check if requested memory area fits target address space by aurel32 · 16 years ago
  90. 1609cd4 linux-user: Move abi_* typedefs into qemu-types.h by aurel32 · 16 years ago
  91. 60b1969 linux-user: Add support for STOP/CONT signals. by ths · 16 years ago
  92. 2a913eb linux-user: sig is target signal. by ths · 16 years ago
  93. 01df040 x86: Debug register emulation (Jan Kiszka) by aliguori · 16 years ago
  94. 64b4d28 target-alpha: implement getxuid and getxgid syscalls by aurel32 · 16 years ago
  95. 71f7575 ppc-linux-user: handle EXCP_DEBUG by aurel32 · 16 years ago
  96. dccfec6 target-alpha: fix termbits and target IOC macros by aurel32 · 16 years ago
  97. 1f96112 target-alpha: add proper fcntl definitions by aurel32 · 16 years ago
  98. e441570 use target_mmap() to allocate idt, gdt and ldt (Kirill A. Shutemov). by balrog · 16 years ago
  99. 6d946cd User qemu profiling by aurel32 · 16 years ago
  100. d435469 Fix return value printing for shmat (Lauro Ramos Venancio). by balrog · 16 years ago