1. 0e6d05e add BLKPBSZGET ioctl by cborntra · 12 years ago
  2. e48a444 add s390 specific fix for getregset by cborntra · 12 years ago
  3. 51e61da Remove build dependency on Xen header files - closes #308495 by bart · 12 years ago
  4. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  5. e808f81 Change script to also handle IBM's copyright notice. Update copyright notices. by florian · 12 years ago
  6. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  7. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  8. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  9. 31c7478 Add some missing syscall numbers for MIPS. by petarj · 12 years ago
  10. b6bf12c Add ioctl wrappers for "Linux user input device". Fixes #296229. by sewardj · 12 years ago
  11. a7b9dfc Add support for the SIOCSHWTSTAMP ioctl, based on a patch by tom · 12 years ago
  12. 3fc9929 Add support for the CDROM_GET_CAPABILITY ioctl based on patch by tom · 12 years ago
  13. 24d98d9 Getting rid of the warnings about incompatible pointer types on MIPS. by petarj · 12 years ago
  14. d533ae5 Calculate the size of vki_elf_gregset_t via operator sizeof on MIPS platforms. by petarj · 12 years ago
  15. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  16. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  17. 3f59faa fix the warning introduced by fixing SETTLS clone flag PRE_READ logic by philippe · 12 years ago
  18. 65bdbe4 add some intial kvm ioctls (low hanging fruits). This gets rid of some valgrind by cborntra · 12 years ago
  19. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 12 years ago
  20. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 12 years ago
  21. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 12 years ago
  22. 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 12 years ago
  23. 835a714 Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl calls. by tom · 12 years ago
  24. 1cff53c Update linux system call lists. by tom · 12 years ago
  25. 5945164 Beef up VG_(strerror) to provide correct messages for the by florian · 13 years ago
  26. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
  27. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  28. 38db72f Enable sys_epoll_pwait on arm-linux. #283427. Derived from by sewardj · 13 years ago
  29. d42e873 include/vki/vki-linux.h: Remove __attribute_const__ definition since it by bart · 13 years ago
  30. a3e7a48 Android: add wrappers for ashmem and binder ioctls. From the AOSP by sewardj · 13 years ago
  31. 731f9cf by sewardj · 13 years ago
  32. fca8f5f Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls. by tom · 13 years ago
  33. 5ad3d56 Fix VKI_FIOQSIZE definition on ppc platforms. by tom · 13 years ago
  34. 6bf71ef Add support for the FIOQSIZE ioctl. Fixes #270320. by tom · 13 years ago
  35. e1ce4e1 Synch s390x system call list with linux 2.6.39.2. by florian · 13 years ago
  36. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  37. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  38. 22c2caa Update system call lists to match current kernel source. by tom · 13 years ago
  39. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  40. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  41. 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 13 years ago
  42. e61a628 Definitions relating to ptrace: replace bogus x86 versions with by sewardj · 13 years ago
  43. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  44. c975eca Enable support for sys_ppoll on arm-linux (Rodrigo Belem, rodrigo.belem@openbossa.org). by sewardj · 14 years ago
  45. 19a00d3 Define VKI_SHMLBA on Darwin, so as to un-break build breakage caused by by sewardj · 14 years ago
  46. a69c2de Define VKI_SHMLBA for all supported Linux targets, thereby unbreaking by sewardj · 14 years ago
  47. 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
  48. a3551be arm-linux: determine whether the host supports Neon by looking at our by sewardj · 14 years ago
  49. b23d505 Add support for F_DUPFD_CLOEXEC. Fixes #238696. by tom · 14 years ago
  50. 34f87e2 Merge from branches/THUMB: add support for sys_pselect6, sys_pipe2, by sewardj · 14 years ago
  51. ea2d6fd Merged the MACOSX106 branch to the trunk. Merge command: by njn · 14 years ago
  52. 07b168d Reimplemented the _VKI_IOC_TYPECHECK() macro such that it doesn't trigger a by bart · 14 years ago
  53. 0ee313e Add support for some EVIO ioctls. These are a bit abnormal because by tom · 14 years ago
  54. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  55. 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 14 years ago
  56. 55703df Fix up a few issues with OSS ioctls. Fixes #227325. by tom · 14 years ago
  57. ed35ae5 Handle sys_pipe2 on arm-linux; also add some missing numbers to by sewardj · 15 years ago
  58. 66da733 Redo r10971 ("Made sure that C++ compilers do not complain about the by sewardj · 15 years ago
  59. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  60. 2aed284 Made sure that C++ compilers do not complain about the _VKI_IOC_TYPECHECK() macro. by bart · 15 years ago
  61. e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
  62. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  63. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  64. 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
  65. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  66. 4969c79 Update linux system calls lists to match 2.6.31.5 kernel. by tom · 15 years ago
  67. 3a1b9a2 Add a crappy wrapper for access_extended(), one of the more ridiculous by njn · 15 years ago
  68. aedcc7a Improve futex system call support. Patch from BZ#201757 which I have by tom · 15 years ago
  69. 28a9e23 Add support for __pthread_kill(). This hopefully fixes bug 201016. by njn · 15 years ago
  70. cf3bd97 Some ioctls don't look at ARG3 at all. Based on patches from Clemens by njn · 15 years ago
  71. 0111ec4 Add support for various aio_*() syscalls on Darwin. With them, Quicktime by njn · 15 years ago
  72. 8b68b64 This commit merges the BUILD_TWEAKS branch onto the trunk. It has the by njn · 15 years ago
  73. c190724 Darwin syscall wrapper cleanups: by njn · 15 years ago
  74. 2ff30c6 Add wrappers for sem_wait and sem_trywait on Darwin. Also change the layout by njn · 15 years ago
  75. 6e10c6c Fix URB ioctl handling. Patch from Hector Martin (bug 191095). by njn · 15 years ago
  76. 0660567 Handle another Linux ioctl. Patch from Jay Foad. by njn · 15 years ago
  77. 4e8808b For no apparent reason, the machine-dependent syscall by njn · 15 years ago
  78. 1a1e95c A number of changes relating to syscall numbering: by njn · 15 years ago
  79. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  80. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  81. 36a00f3 Remove VKI_SI_TKILL for platforms that don't have it. by njn · 15 years ago
  82. a2ec4f5 Add SIOCGSTAMPNS support. Fixes #188530. by tom · 15 years ago
  83. 9f20746 Updated copyright years. by njn · 15 years ago
  84. 19f4236 Unbreak the build on aix5. by sewardj · 16 years ago
  85. 9b27b82 Add ioctl wrappers for Linux wireless extensions version 22. by sewardj · 16 years ago
  86. 586c815 Support sys_pipe2 on {amd64,x86}-linux. Also, update syscall numbers by sewardj · 16 years ago
  87. 85b1ac7 Added CLOCK_* definitions. by bart · 16 years ago
  88. 5fc7da2 Added support for timerfd_create(), timerfd_gettime() and timerfd_settime() system calls. by bart · 16 years ago
  89. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  90. 1618e58 Update linux system call lists based on 2.6.23.1 kernel source. by tom · 17 years ago
  91. c9d3383 AIX5 counterpart to r7302: Improve handling of programs which require by sewardj · 17 years ago
  92. d533990 Futz with headers. by sewardj · 17 years ago
  93. 9d3f9d7 Support sys_utimensat on x86-linux. (Dan McGee) by sewardj · 17 years ago
  94. 497c69e Add support for private futexes (whatever they might be). Patch from by sewardj · 17 years ago
  95. 38dba99 Add disclaimers. by sewardj · 17 years ago
  96. 9a0cba4 Fix some copyright notices: by njn · 17 years ago
  97. 7f4d7e4 Add support for linux key management system calls. by tom · 17 years ago
  98. d5df125 Add support for some I2C ioctls. by tom · 17 years ago
  99. b807a78 Handle some additional ptrace reason codes. Based on a patch by tom · 17 years ago
  100. f7cdfe2 Unbreak aix build. by sewardj · 17 years ago