1. c0d472b linux-user: Drop direct use of openat etc syscalls by Peter Maydell · 12 years ago
  2. 3307e23 linux-user: Allow getdents to be provided by getdents64 by Peter Maydell · 12 years ago
  3. d2d6b85 linux-user: Fix typo in comment by Lei Li · 12 years ago
  4. e24fed4 fix /proc/self/maps output by Christophe Lyon · 12 years ago
  5. 7edd2cf linux-user: fix compile error due to stray colon at end of #ifdef line by Peter Maydell · 12 years ago
  6. 03903ff linux-user: fix setgroups/getgroups for non-UID16 archs by Andreas Schwab · 12 years ago
  7. 9ab709b linux-user: fix undefined shift in copy_to_user_fdset by Andreas Schwab · 12 years ago
  8. c7128c9 linux-user: change do_semop to return target errno when unsuccessful by Petar Jovanovic · 12 years ago
  9. 5947c69 linux-user: pass correct host flags to eventfd2 call by Petar Jovanovic · 12 years ago
  10. e9a970a linux-user/syscall.c: Don't warn about unimplemented get_robust_list by Peter Maydell · 12 years ago
  11. a94b498 linux-user: Implement accept4 by Peter Maydell · 12 years ago
  12. a8fd1ab linux-user: Implement sendfile and sendfile64 by Peter Maydell · 12 years ago
  13. dfae8e0 linux-user: make bogus negative iovec lengths fail EINVAL by Peter Maydell · 12 years ago
  14. f2b79ce linux-user: Support setgroups syscall with no groups by Dillon Amburgey · 12 years ago
  15. cce246e linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex by John Rigby · 12 years ago
  16. 0d34282 cpu: Move host_tid field to CPUState by Andreas Färber · 12 years ago
  17. bd4bd24 Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68k into staging by Anthony Liguori · 12 years ago
  18. 5c09953 cpu: do not use object_delete by Paolo Bonzini · 12 years ago
  19. c07ecc6 linux-user: correct reboot() by Laurent Vivier · 12 years ago
  20. 1b09aeb linux-user: correct setsockopt() by Laurent Vivier · 12 years ago
  21. 79dd77d linux-user: correct msgrcv() by Laurent Vivier · 12 years ago
  22. 9468a5d alpha-linux-user: Correct select by Laurent Vivier · 12 years ago
  23. 2ba7f73 alpha-linux-user: Translate fcntl l_type by Laurent Vivier · 12 years ago
  24. 586b0be linux-user/syscall.c: remove forward declarations by John Spencer · 12 years ago
  25. 27dd773 Merge remote-tracking branch 'bonzini/header-dirs' into staging by Anthony Liguori · 12 years ago
  26. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  27. c56dc77 linux-user/syscall.c: remove wrong forward decl of setgroups() by John Spencer · 12 years ago
  28. 24c35a5 linux-user: Merge pread/pwrite into pread64/pwrite64 by Peter Maydell · 12 years ago
  29. 41a05a4 Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu by Aurelien Jarno · 12 years ago
  30. a5b3bdc microblaze: Support setting of TLS ptr by Edgar E. Iglesias · 13 years ago
  31. ae017a5 linux-user: register align p{read, write}64 by Alexander Graf · 12 years ago
  32. 4a1def4 linux-user: ppc: mark as long long aligned by Alexander Graf · 12 years ago
  33. a05c640 linux-user: Fix siginfo handling by Richard Henderson · 12 years ago
  34. 3d21d29 linux-user: Implement gethostname by Richard Henderson · 12 years ago
  35. f287b2c linux-user: Perform more checks on iovec lists by Richard Henderson · 12 years ago
  36. 1bdd7c7 linux-user: fix multi-threaded /proc/self/maps by Alexander Graf · 13 years ago
  37. 229d337 linux-user: fix statfs by Alexander Graf · 12 years ago
  38. ad11ad7 linux-user: Remove redundant null check and replace free by g_free by Stefan Weil · 12 years ago
  39. 333858b linux-user: fix emulation of getdents by Dmitry V. Levin · 13 years ago
  40. 0d07fe4 linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failure by Jim Meyering · 13 years ago
  41. aebf5bc linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type by Jing Huang · 13 years ago
  42. 920394d linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option by Jing Huang · 13 years ago
  43. ca61906 linux-user: pass sockaddr from host to target by Jing Huang · 13 years ago
  44. dd6e957 linux-user: Move target_to_host_errno_table[] setup out of ioctl loop by Peter Maydell · 13 years ago
  45. 95c0982 alpha-linux-user: Fix the getpriority syscall by Richard Henderson · 13 years ago
  46. 0229f5a alpha-linux-user: Properly handle the non-rt sigprocmask syscall. by Richard Henderson · 13 years ago
  47. e7ea6cb linux-user: Translate pipe2 flags; add to strace by Richard Henderson · 13 years ago
  48. afc8763 linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATH by Richard Henderson · 13 years ago
  49. 6e06d51 alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properly by Richard Henderson · 13 years ago
  50. d962783 target-or32: Add linux user support by Jia Liu · 13 years ago
  51. ff18b76 linux-user: Use cpu_reset() after cpu_init() / cpu_copy() by Andreas Färber · 13 years ago
  52. 1a49ef2 linux-user: fix emulation of /proc/self/maps by Alexander Graf · 13 years ago
  53. 209c484 linux-user: Clean up interim solution for exit syscall by Andreas Färber · 13 years ago
  54. 11ea409 linux-user: Fix exit syscall with QOM CPU by Andreas Färber · 13 years ago
  55. db9526b linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME by Peter Maydell · 13 years ago
  56. 1e6722f linux-user/syscall.c: Fix indentation in prctl handling by Peter Maydell · 13 years ago
  57. 20249ae linux-user: fix fallocate by Alexander Graf · 13 years ago
  58. 56e904e linux-user: implement device mapper ioctls by Alexander Graf · 13 years ago
  59. e0e65be linux-user: improve fake /proc/self/stat making `ps` not segfault. by Fabio Erculiani · 13 years ago
  60. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  61. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  62. 3a0c6c4 linux-user: brk() debugging by Paul Brook · 13 years ago
  63. a6f79cc linux-user: fail execve() if env/args too big by Ulrich Hecht · 13 years ago
  64. fb5590f linux-user: Implement *listxattr syscalls by Peter Maydell · 13 years ago
  65. 30297b5 linux-user/syscall.c: Implement f and l versions of set/get/removexattr by Peter Maydell · 13 years ago
  66. e3c33ec linux-user: Allow NULL value pointer in setxattr and getxattr by Peter Maydell · 13 years ago
  67. 5379557 linux-user: fix wait* syscall status returns by Alexander Graf · 13 years ago
  68. 962b289 linux-user: fix QEMU_STRACE=1 segfault by Alexander Graf · 13 years ago
  69. 583359a linux-user: add SO_PEERCRED support for getsockopt by Akos PASZTORY · 13 years ago
  70. 257450e linux-user: fake /proc/self/auxv by Alexander Graf · 13 years ago
  71. 480b8e7 linux-user: fake /proc/self/stat by Alexander Graf · 13 years ago
  72. 36c08d4 linux-user: fake /proc/self/maps by Alexander Graf · 13 years ago
  73. 3be14d0 linux-user: add open() hijack infrastructure by Alexander Graf · 13 years ago
  74. 31b6319 linux-user/syscall.c: Don't skip stracing for fcntl64 failure case by Peter Maydell · 13 years ago
  75. 3a93113 fix typo: delete redundant semicolon by Dong Xu Wang · 13 years ago
  76. 4f26f2b configure: fix detection for xattr.h on modern distributions by Avi Kivity · 13 years ago
  77. 0f6b4d2 linux-user: implement reboot syscall by Alexander Graf · 13 years ago
  78. f4c6901 linux-user: fix openat by Alexander Graf · 13 years ago
  79. cbb21ee linux-user: fix abi_(u)long, target_ulong mismatch by Matthias Braun · 14 years ago
  80. 11ddeea Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 13 years ago
  81. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 13 years ago
  82. 5a61cb6 Fix include statements for qemu-common.h by Stefan Weil · 13 years ago
  83. a790ae3 linux-user: Implement setxattr/getxattr/removexattr syscalls by An-Cheng Huang · 14 years ago
  84. 70afc34 linux-user: Fix initialization of the heap contents when allocating new pages by Cédric VINCENT · 14 years ago
  85. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  86. 00aa004 Wrap recv to avoid warnings by Blue Swirl · 14 years ago
  87. 48e515d linux-user: make MIPS and ARM eabi use same argument reordering by Riku Voipio · 14 years ago
  88. e22b701 mips: rlimit codes are not the same by Wesley W. Terpstra · 14 years ago
  89. 95b33b2 mips: rlimit incorrectly converts values by Wesley W. Terpstra · 14 years ago
  90. 8f04eeb linux-user/syscall.c: Enforce pselect6 sigset size restrictions by Peter Maydell · 14 years ago
  91. 163a05a linux-user: Implement prlimit64 syscall by Peter Maydell · 14 years ago
  92. bfcedc5 linux-user: Fix sync_file_range on 32bit mips by Riku Voipio · 14 years ago
  93. 5945cfc linux-user: Bump do_syscall() up to 8 syscall arguments by Peter Maydell · 14 years ago
  94. bc088ba linux-user: syscall should use sanitized arg1 by Juan Quintela · 14 years ago
  95. 1add869 syscall: really return ret code by Juan Quintela · 14 years ago
  96. 055e090 linux-user: add pselect6 syscall support by Mike Frysinger · 14 years ago
  97. 4d1de87 linux-user: Fix the computation of the requested heap size by vincent · 14 years ago
  98. 00faf08 linux-user: Don't use MAP_FIXED in do_brk() by Peter Maydell · 14 years ago
  99. a4c075f s390x: s390x-linux-user support by Ulrich Hecht · 16 years ago
  100. 67bd9ed linux-user: Replace deprecated function by Stefan Weil · 14 years ago