1. e07cbb3 Fix a few compiler warnings on Darwin. by florian · 12 years ago
  2. 91a16b7 Test file mode correctly in vmsplice wrapper. by tom · 12 years ago
  3. f73de26 For sys-openat the dirfd argument should be ignored when the pathname by sewardj · 12 years ago
  4. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  5. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  6. 66826ec Fix a couple of x86 char-signedness stragglers by sewardj · 12 years ago
  7. 87e0a64 One more Char/HChar mixup in conditional code. Reported by Bart. by florian · 12 years ago
  8. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  9. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  10. 0e6d05e add BLKPBSZGET ioctl by cborntra · 12 years ago
  11. b2cd1bc also wire up arm, x86 and amd64 regarding ptrace regsets by cborntra · 12 years ago
  12. e48a444 add s390 specific fix for getregset by cborntra · 12 years ago
  13. f2a7bbe factorise sys_socketcall by philippe · 12 years ago
  14. 73a0e19 Additional refinement in PRE(sys_ipc). by petarj · 12 years ago
  15. 228552d fix 123837 semctl system call: 4rth argument is optional, depending on cmd by philippe · 12 years ago
  16. 51e61da Remove build dependency on Xen header files - closes #308495 by bart · 12 years ago
  17. cf4a22e Follow-up to sys_ipc restructuration by philippe · 12 years ago
  18. 1fb7402 Follow-up to sys_ipc restructuration by philippe · 12 years ago
  19. 4eefc8c restructure code for future fixing of 123837 (semctl GETVAL false positive) by philippe · 12 years ago
  20. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  21. c336038 Fix 308644 vgdb command for having the info for the track-fds option by philippe · 12 years ago
  22. 4409c9c xen: include arg struct field names when marking memory as read. by bart · 12 years ago
  23. da0a6c7 xen: Remove cast of ARG* to unsigned int before pointer conversion. by bart · 12 years ago
  24. f68ba11 xen: adding missing break. by bart · 12 years ago
  25. a8f524c xen: Useful messages for sys/domctl interface_version mismatch by bart · 12 years ago
  26. 441570b fix parent and child tid pointer mixup: by cborntra · 12 years ago
  27. 199c15b Allow a null pointer as the second argument to capget. by tom · 12 years ago
  28. 41ad7e7 Implement a fake /proc/self/auxv file for linux systems. by tom · 12 years ago
  29. 896fe20 Enable wrappers for sys_settimeofday and sys_stime on MIPS. by petarj · 12 years ago
  30. 5122e77 Enable pre-wrapper for sys_shutdown for MIPS. by petarj · 12 years ago
  31. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  32. e694d77 Fix POST(posix_spawn) on Darwin so it marks the returned pid as defined. by sewardj · 12 years ago
  33. c529a08 fix 301281 valgrind hangs on OS X when the process calls system() by philippe · 12 years ago
  34. f938b7b Fix 301281 valgrind hangs on OS X when the process calls system() by philippe · 12 years ago
  35. 2d75ea2 Fix n-i-bz shmat of a segment > 4Gb does not work by philippe · 12 years ago
  36. 5db7a79 Add support for the tee and vmsplice system calls. BZ#304561. by tom · 12 years ago
  37. e808f81 Change script to also handle IBM's copyright notice. Update copyright notices. by florian · 12 years ago
  38. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  39. 44d2c2b Fixing incorrect case in putSyscallArgsIntoGuestState for __NR_syscall. by petarj · 12 years ago
  40. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  41. 640d437 Add support for sys_shm_unlink on Darwin. Fixes #288298. by sewardj · 12 years ago
  42. bb5d4c6 Un-break the build on OSX < 10.8 following r12814 by sewardj · 12 years ago
  43. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  44. 6ccc9cf Back out r12466, which stopped non-MAP_FIXED mmaps by the client on by sewardj · 12 years ago
  45. 8b73c6e Avoid checking for bitset initialization if futex_wait_bitset is meant to fail. by petarj · 12 years ago
  46. 31c7478 Add some missing syscall numbers for MIPS. by petarj · 12 years ago
  47. b6bf12c Add ioctl wrappers for "Linux user input device". Fixes #296229. by sewardj · 12 years ago
  48. a1eed9d Wire up four more system calls on arm, based on patch by tom · 12 years ago
  49. a7b9dfc Add support for the SIOCSHWTSTAMP ioctl, based on a patch by tom · 12 years ago
  50. 751b55e Wire up dup3 on arm. Fixes BZ#299629. by tom · 12 years ago
  51. 3fc9929 Add support for the CDROM_GET_CAPABILITY ioctl based on patch by tom · 12 years ago
  52. eeb0733 fix 302709 valgrind for ARM needs extra tls support for android emulator by philippe · 12 years ago
  53. 36c2b8c Including additional header file to syswrap-linux.c to see VG_(get_SP). by petarj · 12 years ago
  54. 13edb6a Correcting sys_shmdt wrapper for MIPS Linux. by petarj · 12 years ago
  55. 335d3c9 Adding MIPS-specific wrapper for syscall pipe. by petarj · 12 years ago
  56. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  57. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  58. f9a16d4 Let valgrind check the tls argument if the appropriate flag is set by cborntra · 12 years ago
  59. 8414ab3 Fix false positive in sys_clone on amd64 when optional args are not given (e.g. child_tidptr) by philippe · 12 years ago
  60. 65bdbe4 add some intial kvm ioctls (low hanging fruits). This gets rid of some valgrind by cborntra · 12 years ago
  61. d7f6033 Fix fallout from recent AVX commit (guest_XMMn no longer exist; by sewardj · 12 years ago
  62. 8c017ad Implement accept4 on ARM systems. by tom · 12 years ago
  63. e7aa433 Wire up epoll_create1 on ARM systems. by tom · 12 years ago
  64. 9fdca56 add some .globl or used attribute to avoid link failures with gold linker + LTO by philippe · 12 years ago
  65. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 12 years ago
  66. ef49323 Add a nasty kludge in the handling of mmap on Darwin. Does not apply by sewardj · 12 years ago
  67. 161404e Darwin: Fix a copy/paste error that was introduced in r12458 by bart · 12 years ago
  68. 9a2b80d Check whether the big lock is held before invoking pre_thread_ll_create. by bart · 12 years ago
  69. 9c1a505 Support sys_fallocate on arm-linux. by sewardj · 12 years ago
  70. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 12 years ago
  71. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 12 years ago
  72. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 12 years ago
  73. aba260b Handle prlimit64 the same way we do getrlimit and setrlimit, with by tom · 12 years ago
  74. b46d7ad Wire up a few more syscalls. by florian · 12 years ago
  75. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 12 years ago
  76. 200bdb3 Improve messages for mmsg calls. by tom · 12 years ago
  77. 361c3bd Correct system call name. by tom · 12 years ago
  78. 2764000 It turns out sendmmsg also updates the msg_len fields. by tom · 12 years ago
  79. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 12 years ago
  80. 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 12 years ago
  81. 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 12 years ago
  82. 835a714 Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl calls. by tom · 12 years ago
  83. 5eac4b5 Wire up getcpu on amd64. Patch from Lénaïc Huard to close BZ#292993. by tom · 12 years ago
  84. 15e301e * none/tests/linux/mremap3.vgtest : new test by philippe · 13 years ago
  85. 1b3a7a4 Some fixes for Android: by sewardj · 13 years ago
  86. 5f2dcad Don't break fcntl locks when program does mmap. #280965. by sewardj · 13 years ago
  87. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
  88. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  89. 38db72f Enable sys_epoll_pwait on arm-linux. #283427. Derived from by sewardj · 13 years ago
  90. adf0103 ppc64-linux: handle sys_setresuid and sys_setresgid. #273640. by sewardj · 13 years ago
  91. bccce90 * (marginally) fix debug printing for new 10.7 syscalls by sewardj · 13 years ago
  92. b578406 Make wqthread_hijack not assert on x86-darwin. Same hack as by sewardj · 13 years ago
  93. 889ffa4 Add support for hardware-specific ioctl wrappers on Android, by sewardj · 13 years ago
  94. a3e7a48 Android: add wrappers for ashmem and binder ioctls. From the AOSP by sewardj · 13 years ago
  95. 27a4db0 Pretty up the debugging hack that allows printing of stack traces by sewardj · 13 years ago
  96. f72a28d run_a_thread_NORETURN: add trashed-register annotations for the magic by sewardj · 13 years ago
  97. 731f9cf by sewardj · 13 years ago
  98. 44bf066 Fix the system call wrapper for the clone system call (s390x). by florian · 13 years ago
  99. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  100. fca8f5f Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls. by tom · 13 years ago