1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. 28d542d Fix inconsistent use of vki_ prefixes for struct vki_ifreq. by sewardj · 9 years ago
  4. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  5. 5589537 345338 - TIOCGSERIAL and TIOCSSERIAL ioctl support on Linux by sewardj · 9 years ago
  6. a0107d6 Bug 349034 - Add Lustre ioctls LL_IOC_GROUP_LOCK and LL_IOC_GROUP_UNLOCK by sewardj · 9 years ago
  7. f18210b Bug 339563 - The DVB demux DMX_STOP ioctl doesn't have a wrapper. by sewardj · 9 years ago
  8. 6796d9e xen: Drop bogus port field from vki_xen_ioctl_evtchn_bind_virq by bart · 9 years ago
  9. 1a6714b add KVM_S390_MEMOP ioctl handling by cborntra · 9 years ago
  10. 629fd92 Bug 348102 - Patch updating v4l2 API support (edit) by sewardj · 9 years ago
  11. 2010b15 Add support for LL_IOC_PATH2FID and LL_IOC_GETPARENT Lustre ioctls by bart · 9 years ago
  12. 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 9 years ago
  13. 695dde8 The linux launcher showed some odd behaviour. When given a shell script by florian · 9 years ago
  14. b97e44b PRE(sys_prctl): handle PR_SET_SECCOMP. by sewardj · 10 years ago
  15. e3e61c5 Bug #344318 socketcall should wrap recvmmsg and sendmmsg by mjw · 10 years ago
  16. 79896d2 Correctly handle prctl(VKI_PR_SET_PTRACER, ..) so as to avoid false by sewardj · 10 years ago
  17. ccc9bb8 Update to track v4l2 API for kernel version 3.19 changes. Patch from by sewardj · 10 years ago
  18. f6f25a5 Add wrapper support for I2C_SMBUS ioctls. Patch from by sewardj · 10 years ago
  19. 98a4007 Write proper wrappers for ioctls ION_IOC_ALLOC, ION_IOC_MAP and by sewardj · 10 years ago
  20. 1399481 fix 338995 shmat with hugepages (SHM_HUGETLB) fails with EINVAL by philippe · 10 years ago
  21. a9ccca3 Add support for ioctl(fd, TIOCSIG, signal_number) which used by florian · 10 years ago
  22. 9e431f0 implement KVM_KVMCLOCK_CTRL. Interestingly, the kernel does not check by cborntra · 10 years ago
  23. 0138505 Improved argument checking for sys_kcmp. Derived from patch from by sewardj · 10 years ago
  24. 66fbb21 Patch adding support for V4L2/media ioctls. Patch from Hans Verkuil by sewardj · 10 years ago
  25. 12d5abc Add Xen 4.4 evtchn ioctl wrappers. Patch from Antony Saba by sewardj · 10 years ago
  26. 4450a0e Improvements for Android: by sewardj · 10 years ago
  27. 5a5031e Add support for some more tun/tap ioctls. BZ#315952. by tom · 10 years ago
  28. 424385e Add a missing VKI_ prefix. No functional change. by sewardj · 10 years ago
  29. 7b63408 Rename a bunch of __unused fields to __unused0, since some Android by sewardj · 10 years ago
  30. 495c656 Use getdents64 syscall on linux. by mjw · 10 years ago
  31. cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 10 years ago
  32. 19ce5d5 pre_mem_read_sockaddr: properly handle the NETLINK address family by sewardj · 10 years ago
  33. c609732 add support for VKI_BLKDISCARDZEROES by cborntra · 10 years ago
  34. 1fa9ee8 Linux: Add support for Lustre FID2PATH ioctl (#331829) by bart · 10 years ago
  35. abc1111 Add support for various SIOCETHTOOL operations. BZ#303536. by tom · 10 years ago
  36. 9b15043 Implement various SNDRV_CTL_xxx ioctls. by tom · 10 years ago
  37. 5cc73ec Handle the HCIGETDEVLIST ioctl. by tom · 10 years ago
  38. 55d0538 Add support for the SG_IO ioctl. by tom · 10 years ago
  39. 96fb2c5 Handle the CDROM_DISC_STATUS ioctl. by tom · 10 years ago
  40. 0c0793c mips32/mips64: Fix the problem with VKI_ENOSYS and VKI_EOVERFLOW for mips32/64. by dejanj · 11 years ago
  41. 40bb783 BZ#331380 Syscall param timer_create(evp) points to uninitialised byte(s) by mjw · 11 years ago
  42. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  43. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
  44. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  45. a52c835 The FIOCLEX and FIONCLEX ioctls are architecture specific. by tom · 11 years ago
  46. 8f420f1 Socket option constants are architecture specific. by tom · 11 years ago
  47. 0c7ff33 Handle FIOCLEX and FIONCLEX ioctls. Patch from Ben Noordhuis. BZ#305170. by tom · 11 years ago
  48. 70f71aa Handle setsockopt(SOL_SOCKET, SO_ATTACH_FILTER) better. Based by tom · 11 years ago
  49. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  50. ada5ad7 Support Linux kernel AF_BLUETOOTH for bind(). by mjw · 11 years ago
  51. e52a8ab mips: add different value for SOCK_STREAM by petarj · 11 years ago
  52. f9e5b5e Implement the name_to_handle_at system call for x86 and amd64. by tom · 12 years ago
  53. e5a61e1 wire up 2 vhost ioctls. The kernel does not use any parameter by cborntra · 12 years ago
  54. dfe0dae initial tun/tap ioctls. TUNSETIFF/TUNGETIFF/TUNSETOFFLOAD. See 315952. by cborntra · 12 years ago
  55. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 12 years ago
  56. 9f2a339 Add support for the Linux ioctl IB_USER_MAD_ENABLE_PKEY by bart · 12 years ago
  57. 0e6d05e add BLKPBSZGET ioctl by cborntra · 12 years ago
  58. e48a444 add s390 specific fix for getregset by cborntra · 12 years ago
  59. 51e61da Remove build dependency on Xen header files - closes #308495 by bart · 12 years ago
  60. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  61. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  62. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  63. b6bf12c Add ioctl wrappers for "Linux user input device". Fixes #296229. by sewardj · 12 years ago
  64. a7b9dfc Add support for the SIOCSHWTSTAMP ioctl, based on a patch by tom · 12 years ago
  65. 3fc9929 Add support for the CDROM_GET_CAPABILITY ioctl based on patch by tom · 12 years ago
  66. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  67. 65bdbe4 add some intial kvm ioctls (low hanging fruits). This gets rid of some valgrind by cborntra · 12 years ago
  68. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 13 years ago
  69. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 13 years ago
  70. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 13 years ago
  71. 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 13 years ago
  72. 5945164 Beef up VG_(strerror) to provide correct messages for the by florian · 13 years ago
  73. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  74. d42e873 include/vki/vki-linux.h: Remove __attribute_const__ definition since it by bart · 13 years ago
  75. a3e7a48 Android: add wrappers for ashmem and binder ioctls. From the AOSP by sewardj · 13 years ago
  76. fca8f5f Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls. by tom · 13 years ago
  77. 6bf71ef Add support for the FIOQSIZE ioctl. Fixes #270320. by tom · 13 years ago
  78. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  79. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  80. 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 13 years ago
  81. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  82. 6045709 Make client sys_shmat work properly on arm-linux by taking into by sewardj · 14 years ago
  83. b23d505 Add support for F_DUPFD_CLOEXEC. Fixes #238696. by tom · 14 years ago
  84. 07b168d Reimplemented the _VKI_IOC_TYPECHECK() macro such that it doesn't trigger a by bart · 14 years ago
  85. 0ee313e Add support for some EVIO ioctls. These are a bit abnormal because by tom · 14 years ago
  86. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  87. 472a34b Add support for the getcpu system call on x86, ppc32 and ppc64. There by tom · 15 years ago
  88. 55703df Fix up a few issues with OSS ioctls. Fixes #227325. by tom · 15 years ago
  89. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  90. e1c1a24 Handle adjtimex being called in adjtime mode correctly. Closes #219538. by tom · 15 years ago
  91. 710f7cb Add support for accept4 system call based on patch by tom · 15 years ago
  92. 9ceaa97 Re-enable old support for adjtimex system call based on patch by tom · 15 years ago
  93. 9c85af7 Handle some extra aio opcodes in io_submit and io_getevents. by tom · 15 years ago
  94. 3fbccee Add support for the perf_counter_open system call. Fixes #211498. by tom · 15 years ago
  95. aedcc7a Improve futex system call support. Patch from BZ#201757 which I have by tom · 15 years ago
  96. cf3bd97 Some ioctls don't look at ARG3 at all. Based on patches from Clemens by njn · 15 years ago
  97. 6e10c6c Fix URB ioctl handling. Patch from Hector Martin (bug 191095). by njn · 15 years ago
  98. 0660567 Handle another Linux ioctl. Patch from Jay Foad. by njn · 15 years ago
  99. 9f20746 Updated copyright years. by njn · 16 years ago
  100. 9b27b82 Add ioctl wrappers for Linux wireless extensions version 22. by sewardj · 16 years ago