1. e694d77 Fix POST(posix_spawn) on Darwin so it marks the returned pid as defined. by sewardj · 12 years ago
  2. c529a08 fix 301281 valgrind hangs on OS X when the process calls system() by philippe · 12 years ago
  3. f938b7b Fix 301281 valgrind hangs on OS X when the process calls system() by philippe · 12 years ago
  4. 2d75ea2 Fix n-i-bz shmat of a segment > 4Gb does not work by philippe · 12 years ago
  5. 5db7a79 Add support for the tee and vmsplice system calls. BZ#304561. by tom · 12 years ago
  6. e808f81 Change script to also handle IBM's copyright notice. Update copyright notices. by florian · 12 years ago
  7. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  8. 44d2c2b Fixing incorrect case in putSyscallArgsIntoGuestState for __NR_syscall. by petarj · 12 years ago
  9. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  10. 640d437 Add support for sys_shm_unlink on Darwin. Fixes #288298. by sewardj · 12 years ago
  11. bb5d4c6 Un-break the build on OSX < 10.8 following r12814 by sewardj · 12 years ago
  12. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  13. 6ccc9cf Back out r12466, which stopped non-MAP_FIXED mmaps by the client on by sewardj · 12 years ago
  14. 8b73c6e Avoid checking for bitset initialization if futex_wait_bitset is meant to fail. by petarj · 12 years ago
  15. 31c7478 Add some missing syscall numbers for MIPS. by petarj · 12 years ago
  16. b6bf12c Add ioctl wrappers for "Linux user input device". Fixes #296229. by sewardj · 12 years ago
  17. a1eed9d Wire up four more system calls on arm, based on patch by tom · 12 years ago
  18. a7b9dfc Add support for the SIOCSHWTSTAMP ioctl, based on a patch by tom · 12 years ago
  19. 751b55e Wire up dup3 on arm. Fixes BZ#299629. by tom · 12 years ago
  20. 3fc9929 Add support for the CDROM_GET_CAPABILITY ioctl based on patch by tom · 12 years ago
  21. eeb0733 fix 302709 valgrind for ARM needs extra tls support for android emulator by philippe · 12 years ago
  22. 36c2b8c Including additional header file to syswrap-linux.c to see VG_(get_SP). by petarj · 12 years ago
  23. 13edb6a Correcting sys_shmdt wrapper for MIPS Linux. by petarj · 12 years ago
  24. 335d3c9 Adding MIPS-specific wrapper for syscall pipe. by petarj · 12 years ago
  25. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  26. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  27. f9a16d4 Let valgrind check the tls argument if the appropriate flag is set by cborntra · 12 years ago
  28. 8414ab3 Fix false positive in sys_clone on amd64 when optional args are not given (e.g. child_tidptr) by philippe · 12 years ago
  29. 65bdbe4 add some intial kvm ioctls (low hanging fruits). This gets rid of some valgrind by cborntra · 12 years ago
  30. d7f6033 Fix fallout from recent AVX commit (guest_XMMn no longer exist; by sewardj · 12 years ago
  31. 8c017ad Implement accept4 on ARM systems. by tom · 12 years ago
  32. e7aa433 Wire up epoll_create1 on ARM systems. by tom · 12 years ago
  33. 9fdca56 add some .globl or used attribute to avoid link failures with gold linker + LTO by philippe · 12 years ago
  34. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 12 years ago
  35. ef49323 Add a nasty kludge in the handling of mmap on Darwin. Does not apply by sewardj · 12 years ago
  36. 161404e Darwin: Fix a copy/paste error that was introduced in r12458 by bart · 12 years ago
  37. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 12 years ago
  38. 9c1a505 Support sys_fallocate on arm-linux. by sewardj · 12 years ago
  39. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 13 years ago
  40. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 13 years ago
  41. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 13 years ago
  42. aba260b Handle prlimit64 the same way we do getrlimit and setrlimit, with by tom · 13 years ago
  43. b46d7ad Wire up a few more syscalls. by florian · 13 years ago
  44. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 13 years ago
  45. 200bdb3 Improve messages for mmsg calls. by tom · 13 years ago
  46. 361c3bd Correct system call name. by tom · 13 years ago
  47. 2764000 It turns out sendmmsg also updates the msg_len fields. by tom · 13 years ago
  48. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 13 years ago
  49. 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 13 years ago
  50. 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 13 years ago
  51. 835a714 Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl calls. by tom · 13 years ago
  52. 5eac4b5 Wire up getcpu on amd64. Patch from Lénaïc Huard to close BZ#292993. by tom · 13 years ago
  53. 15e301e * none/tests/linux/mremap3.vgtest : new test by philippe · 13 years ago
  54. 1b3a7a4 Some fixes for Android: by sewardj · 13 years ago
  55. 5f2dcad Don't break fcntl locks when program does mmap. #280965. by sewardj · 13 years ago
  56. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
  57. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  58. 38db72f Enable sys_epoll_pwait on arm-linux. #283427. Derived from by sewardj · 13 years ago
  59. adf0103 ppc64-linux: handle sys_setresuid and sys_setresgid. #273640. by sewardj · 13 years ago
  60. bccce90 * (marginally) fix debug printing for new 10.7 syscalls by sewardj · 13 years ago
  61. b578406 Make wqthread_hijack not assert on x86-darwin. Same hack as by sewardj · 13 years ago
  62. 889ffa4 Add support for hardware-specific ioctl wrappers on Android, by sewardj · 13 years ago
  63. a3e7a48 Android: add wrappers for ashmem and binder ioctls. From the AOSP by sewardj · 13 years ago
  64. 27a4db0 Pretty up the debugging hack that allows printing of stack traces by sewardj · 13 years ago
  65. f72a28d run_a_thread_NORETURN: add trashed-register annotations for the magic by sewardj · 13 years ago
  66. 731f9cf by sewardj · 13 years ago
  67. 44bf066 Fix the system call wrapper for the clone system call (s390x). by florian · 13 years ago
  68. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  69. fca8f5f Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls. by tom · 13 years ago
  70. e581bad Correct the calculation of the size of the node mask given to by tom · 13 years ago
  71. a5e13dd Make do_mremap only check new_addr for wraparound if MREMAP_FIXED was by tom · 13 years ago
  72. 6bf71ef Add support for the FIOQSIZE ioctl. Fixes #270320. by tom · 13 years ago
  73. 0a83e7f Wire up pselect6 on ppc32 and ppc64. Fixes #278078. by tom · 13 years ago
  74. 5d77010 Support the F_GETPIPE_SZ and F_SETPIPE_SZ fcntl calls. Fixes #278349. by tom · 13 years ago
  75. 5ba9530 Make sure the post handler for mincore is called in amd64 and s390 as by tom · 13 years ago
  76. e3436cd Un-break the build on OSX following r11910. by sewardj · 13 years ago
  77. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  78. 5f7a1a2 Handle sigaction, sigsuspend, sigprocmask on arm-linux; comment-only by sewardj · 13 years ago
  79. de9264c Remove identical copies of convert_sigset_to_rt, PRE(sys_sigaction) by sewardj · 13 years ago
  80. e1dc03d Remove a commented-out copy of the sys_sigaction wrappers by sewardj · 13 years ago
  81. 8bb4d8f Move the break out of the braces so that we don't fall through by tom · 13 years ago
  82. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  83. fe7fd4b Add debugging hack, if 0'd, to print a stack trace at each syscall. by sewardj · 13 years ago
  84. 50bd6bf Fix perf_event open on s390. by tom · 13 years ago
  85. 9fd3c51 Fix some warnings I introduced in r11804. by tom · 13 years ago
  86. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  87. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  88. 997546c gdbserver: (#214909 c 82) by sewardj · 13 years ago
  89. af6505f Enable sys_pwrite64 on ppc64-linux. Fixes #272955. by sewardj · 13 years ago
  90. 9a51e78 syswrap/Linux: trace ioctl() calls only once / do not report two-argument by bart · 13 years ago
  91. 4fb3dc9 Fix no-arg ioctls on Darwin. by rjwalsh · 13 years ago
  92. 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 13 years ago
  93. 38a2859 Make MacOS builds work again following fixes for #259977 (revs 11687,8,9) by sewardj · 13 years ago
  94. 6c591e1 by sewardj · 13 years ago
  95. d2be8cc Remove a bunch more warnings generated by gcc-4.6 about dead by sewardj · 13 years ago
  96. 5c6b7dc Add support for sys_ptrace. Fixes #269079. by sewardj · 13 years ago
  97. 14fcbc1 Linux/ppc: Added support for the ppoll() system call. by bart · 13 years ago
  98. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  99. a85956d Un-break the trunk build on OSX (broken by r11483 on 6 Dec '10). Fixes #261654. by sewardj · 14 years ago
  100. c6fe8a2 When a shmat() size is passed to the tool, round it up to a page size. This by njn · 14 years ago