1. 87da5fb Linux system call wrappers: truncate ioctl request number to 32 bits by bart · 10 years ago
  2. 5b8d689 Move DRM ioctl handlers to the right places. Fixes r13486 breakage. by tom · 10 years ago
  3. 945d4d8 Add support for the F_OFD_SETLK, F_OFD_SETLKW, and F_OFD_GETLK fcntl by tom · 10 years ago
  4. f77df94 Add support for the F_OFD_SETLK, F_OFD_SETLKW, and F_OFD_GETLK fcntl by tom · 10 years ago
  5. abc1111 Add support for various SIOCETHTOOL operations. BZ#303536. by tom · 10 years ago
  6. 4f17e60 Add SIOCATMARK ioctl support. by tom · 10 years ago
  7. 9b15043 Implement various SNDRV_CTL_xxx ioctls. by tom · 10 years ago
  8. 5cc73ec Handle the HCIGETDEVLIST ioctl. by tom · 10 years ago
  9. 55d0538 Add support for the SG_IO ioctl. by tom · 10 years ago
  10. 96fb2c5 Handle the CDROM_DISC_STATUS ioctl. by tom · 10 years ago
  11. 4efdae1 Add support for TIOCNOTTY ioctl. BZ#331476. by tom · 10 years ago
  12. 812e2f9 BZ#331380 cont. Don't crash if evp->sigev_notify is invalid. Fix scalar test. by mjw · 10 years ago
  13. 40bb783 BZ#331380 Syscall param timer_create(evp) points to uninitialised byte(s) by mjw · 10 years ago
  14. 4ea8f14 - Handle KVM_CREATE_IRQCHIP, which does not take any parameter by cborntra · 10 years ago
  15. 68f338f Fix typo in poll wrapper by tom · 10 years ago
  16. ddc4a18 Add support for the clock_adjtime system call. by tom · 10 years ago
  17. f0c1250 Add support for ARMv8 AArch64 (the 64 bit ARM instruction set). by sewardj · 11 years ago
  18. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
  19. b8ba031 Fix 324227 memcheck false positive leak when a thread calls exit+block by philippe · 11 years ago
  20. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  21. b891121 Fix memory leak when reallocating a thread name. by florian · 11 years ago
  22. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  23. 4978951 Intercept prctl(PR_SET_NAME, name) and store the thread name so it by florian · 11 years ago
  24. c91f584 Fix inclusion of header files in coregrind. No pub_tool_*.h should be by florian · 11 years ago
  25. 25b1808 Add support for a bunch of DRM Ioctls. Fixes #207815. by sewardj · 11 years ago
  26. 0c7ff33 Handle FIOCLEX and FIONCLEX ioctls. Patch from Ben Noordhuis. BZ#305170. by tom · 11 years ago
  27. 70f71aa Handle setsockopt(SOL_SOCKET, SO_ATTACH_FILTER) better. Based by tom · 11 years ago
  28. cec24b5 Add support for fanotify_init and fanotify_mark, based on patches by tom · 11 years ago
  29. 43ca097 Add support for open_by_handle_at and fix name_to_handle_at by tom · 11 years ago
  30. 77addcd [PATCH 1/4] xen: distinguish the various fields of the Xen privcmd ioctls in the logging (#321065) by bart · 11 years ago
  31. 4ab0a79 mips: enable several system call wrappers on mips64 by petarj · 11 years ago
  32. f9e5b5e Implement the name_to_handle_at system call for x86 and amd64. by tom · 11 years ago
  33. 6b08776 Factorise some code from syswrap-amd64/arm/mips32/mips64-linux.c to syswrap-linux.c by philippe · 11 years ago
  34. e5a61e1 wire up 2 vhost ioctls. The kernel does not use any parameter by cborntra · 11 years ago
  35. dfe0dae initial tun/tap ioctls. TUNSETIFF/TUNGETIFF/TUNSETOFFLOAD. See 315952. by cborntra · 11 years ago
  36. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 11 years ago
  37. 9f2a339 Add support for the Linux ioctl IB_USER_MAD_ENABLE_PKEY by bart · 11 years ago
  38. 91a16b7 Test file mode correctly in vmsplice wrapper. by tom · 12 years ago
  39. f73de26 For sys-openat the dirfd argument should be ignored when the pathname by sewardj · 12 years ago
  40. 87e0a64 One more Char/HChar mixup in conditional code. Reported by Bart. by florian · 12 years ago
  41. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  42. 0e6d05e add BLKPBSZGET ioctl by cborntra · 12 years ago
  43. e48a444 add s390 specific fix for getregset by cborntra · 12 years ago
  44. f2a7bbe factorise sys_socketcall by philippe · 12 years ago
  45. 73a0e19 Additional refinement in PRE(sys_ipc). by petarj · 12 years ago
  46. 228552d fix 123837 semctl system call: 4rth argument is optional, depending on cmd by philippe · 12 years ago
  47. cf4a22e Follow-up to sys_ipc restructuration by philippe · 12 years ago
  48. 1fb7402 Follow-up to sys_ipc restructuration by philippe · 12 years ago
  49. 4eefc8c restructure code for future fixing of 123837 (semctl GETVAL false positive) by philippe · 12 years ago
  50. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  51. 199c15b Allow a null pointer as the second argument to capget. by tom · 12 years ago
  52. 41ad7e7 Implement a fake /proc/self/auxv file for linux systems. by tom · 12 years ago
  53. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  54. 5db7a79 Add support for the tee and vmsplice system calls. BZ#304561. by tom · 12 years ago
  55. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  56. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  57. 8b73c6e Avoid checking for bitset initialization if futex_wait_bitset is meant to fail. by petarj · 12 years ago
  58. b6bf12c Add ioctl wrappers for "Linux user input device". Fixes #296229. by sewardj · 12 years ago
  59. a7b9dfc Add support for the SIOCSHWTSTAMP ioctl, based on a patch by tom · 12 years ago
  60. 3fc9929 Add support for the CDROM_GET_CAPABILITY ioctl based on patch by tom · 12 years ago
  61. eeb0733 fix 302709 valgrind for ARM needs extra tls support for android emulator by philippe · 12 years ago
  62. 36c2b8c Including additional header file to syswrap-linux.c to see VG_(get_SP). by petarj · 12 years ago
  63. 13edb6a Correcting sys_shmdt wrapper for MIPS Linux. by petarj · 12 years ago
  64. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  65. 65bdbe4 add some intial kvm ioctls (low hanging fruits). This gets rid of some valgrind by cborntra · 12 years ago
  66. d5fb58e Add support for the move_pages system call. BZ#282790. by tom · 12 years ago
  67. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 12 years ago
  68. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 12 years ago
  69. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 12 years ago
  70. aba260b Handle prlimit64 the same way we do getrlimit and setrlimit, with by tom · 12 years ago
  71. 8b3a609 Only mark data which has actually been filled in by recvmsg as defined. by tom · 12 years ago
  72. 200bdb3 Improve messages for mmsg calls. by tom · 12 years ago
  73. 361c3bd Correct system call name. by tom · 12 years ago
  74. 2764000 It turns out sendmmsg also updates the msg_len fields. by tom · 12 years ago
  75. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 12 years ago
  76. 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 12 years ago
  77. 9e4b636 Add support for process_vm_readv and process_vm_writev system calls. by tom · 12 years ago
  78. 835a714 Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl calls. by tom · 12 years ago
  79. 1b3a7a4 Some fixes for Android: by sewardj · 13 years ago
  80. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  81. 889ffa4 Add support for hardware-specific ioctl wrappers on Android, by sewardj · 13 years ago
  82. a3e7a48 Android: add wrappers for ashmem and binder ioctls. From the AOSP by sewardj · 13 years ago
  83. f72a28d run_a_thread_NORETURN: add trashed-register annotations for the magic by sewardj · 13 years ago
  84. cc3de2d Add a new simulation hint, --sim-hints=fuse-compatible, which causes by sewardj · 13 years ago
  85. fca8f5f Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls. by tom · 13 years ago
  86. e581bad Correct the calculation of the size of the node mask given to by tom · 13 years ago
  87. 6bf71ef Add support for the FIOQSIZE ioctl. Fixes #270320. by tom · 13 years ago
  88. 5d77010 Support the F_GETPIPE_SZ and F_SETPIPE_SZ fcntl calls. Fixes #278349. by tom · 13 years ago
  89. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  90. 5f7a1a2 Handle sigaction, sigsuspend, sigprocmask on arm-linux; comment-only by sewardj · 13 years ago
  91. de9264c Remove identical copies of convert_sigset_to_rt, PRE(sys_sigaction) by sewardj · 13 years ago
  92. 8bb4d8f Move the break out of the braces so that we don't fall through by tom · 13 years ago
  93. 9fd3c51 Fix some warnings I introduced in r11804. by tom · 13 years ago
  94. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  95. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  96. 9a51e78 syswrap/Linux: trace ioctl() calls only once / do not report two-argument by bart · 13 years ago
  97. 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 13 years ago
  98. 6c591e1 by sewardj · 13 years ago
  99. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 13 years ago
  100. 792e00a Support sys_readahead on Linux. by sewardj · 14 years ago