1. 25b1808 Add support for a bunch of DRM Ioctls. Fixes #207815. by sewardj · 11 years ago
  2. 5f790e8 mips32: Add support for mips32 DSP instruction set. by dejanj · 11 years ago
  3. 362441d fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. by philippe · 11 years ago
  4. a52c835 The FIOCLEX and FIONCLEX ioctls are architecture specific. by tom · 11 years ago
  5. 8f420f1 Socket option constants are architecture specific. by tom · 11 years ago
  6. 0c7ff33 Handle FIOCLEX and FIONCLEX ioctls. Patch from Ben Noordhuis. BZ#305170. by tom · 11 years ago
  7. 70f71aa Handle setsockopt(SOL_SOCKET, SO_ATTACH_FILTER) better. Based by tom · 11 years ago
  8. 5d616df Merge r13421:HEAD from branches/DISRV. This merges the debuginfo-server by sewardj · 11 years ago
  9. 431bad0 [PATCH 3/4] xen: VKI_XEN_SYSCTL_sched_id hypercall (#321065) by bart · 11 years ago
  10. 68495eb [PATCH 2/4] xen: update for interface changes in Xen 4.3 release (#321065) by bart · 11 years ago
  11. ada5ad7 Support Linux kernel AF_BLUETOOTH for bind(). by mjw · 11 years ago
  12. f666d20 Support PTRACE_GET/SET_THREAD_AREA on x86. by mjw · 11 years ago
  13. 3b3a0cb mips: enable syscalls prlimit64, process_vm_readv, process_vm_writev by petarj · 11 years ago
  14. e51d829 mips: code-style, remove some trailing spaces from MIPS header files by petarj · 11 years ago
  15. 7d4765e mips: default VKI_SHMLBA to the MIPS Linux kernel value SHMLBA by petarj · 11 years ago
  16. e52a8ab mips: add different value for SOCK_STREAM by petarj · 11 years ago
  17. f9e5b5e Implement the name_to_handle_at system call for x86 and amd64. by tom · 12 years ago
  18. e5a61e1 wire up 2 vhost ioctls. The kernel does not use any parameter by cborntra · 12 years ago
  19. dfe0dae initial tun/tap ioctls. TUNSETIFF/TUNGETIFF/TUNSETOFFLOAD. See 315952. by cborntra · 12 years ago
  20. 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 12 years ago
  21. 9f2a339 Add support for the Linux ioctl IB_USER_MAD_ENABLE_PKEY by bart · 12 years ago
  22. 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 12 years ago
  23. 6e4b713 Implement a more efficient allocation of small blocks which are never freed. by philippe · 12 years ago
  24. 2596337 Small comment fix: .h specifies "all frames", implementation uses 8. by philippe · 12 years ago
  25. 91a16b7 Test file mode correctly in vmsplice wrapper. by tom · 12 years ago
  26. 8617b5b Implement --keep-stacktraces=alloc|free|alloc-and-free|alloc-then-free|none by philippe · 12 years ago
  27. 2193a7c Fix 284540 and 307465 by philippe · 12 years ago
  28. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  29. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  30. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  31. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  32. 0e6d05e add BLKPBSZGET ioctl by cborntra · 12 years ago
  33. e48a444 add s390 specific fix for getregset by cborntra · 12 years ago
  34. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  35. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  36. 51e61da Remove build dependency on Xen header files - closes #308495 by bart · 12 years ago
  37. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  38. 660c5a4 Fix some prototypes. by florian · 12 years ago
  39. 0447bbd Fix 308341 vgdb should report process exit (or fatal signal) by philippe · 12 years ago
  40. 2b8059a Fix some more Char / HChar mixups by florian · 12 years ago
  41. bbd9a21 Char/ HChar cleanup: The various panic and printf-like functions by florian · 12 years ago
  42. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  43. 7862701 This patch is the first installment of the cache info reorganisation. by florian · 12 years ago
  44. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  45. 6834783 drd: Suppress race reports on .got sections too by bart · 12 years ago
  46. c379fec Use "orr r9,r9,r9" as the magic insn for IR injection on ARM and by sewardj · 12 years ago
  47. 4d261bb Add VALGRIND_VEX_INJECT_IR for ppc32. Should have been included in r12906. by florian · 12 years ago
  48. bb913cd Add a tester for V-bit propagation through IROps. by florian · 12 years ago
  49. e808f81 Change script to also handle IBM's copyright notice. Update copyright notices. by florian · 12 years ago
  50. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  51. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  52. 567e5bb Try to fix up ARM stack alignment stuff following r12811. This by sewardj · 12 years ago
  53. 13a5952 fix 284540 (optimise suppression matching) by philippe · 12 years ago
  54. 9af940f Comment only change. by florian · 12 years ago
  55. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  56. 4118e0f Ensure CALL_FN_xx macros align the stack properly by tom · 12 years ago
  57. d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
  58. bb4f5da Pass first_ip_delta to VG_(record_depth_1_ExeContext) as the function by florian · 12 years ago
  59. 31c7478 Add some missing syscall numbers for MIPS. by petarj · 12 years ago
  60. b6bf12c Add ioctl wrappers for "Linux user input device". Fixes #296229. by sewardj · 12 years ago
  61. a7b9dfc Add support for the SIOCSHWTSTAMP ioctl, based on a patch by tom · 12 years ago
  62. 3fc9929 Add support for the CDROM_GET_CAPABILITY ioctl based on patch by tom · 12 years ago
  63. 24d98d9 Getting rid of the warnings about incompatible pointer types on MIPS. by petarj · 12 years ago
  64. d533ae5 Calculate the size of vki_elf_gregset_t via operator sizeof on MIPS platforms. by petarj · 12 years ago
  65. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  66. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  67. 573f8bc Add macros I_REPLACE_SONAME_FNNAME_Z{U,Z} for general end-user use. by sewardj · 12 years ago
  68. 98763d5 m_machine: add new function VG_(machine_get_size_of_largest_guest_register) by sewardj · 12 years ago
  69. 3f59faa fix the warning introduced by fixing SETTLS clone flag PRE_READ logic by philippe · 12 years ago
  70. 65bdbe4 add some intial kvm ioctls (low hanging fruits). This gets rid of some valgrind by cborntra · 12 years ago
  71. 7d79e0b Fix VALGRIND_MINOR/VALGRIND_MAJOR symbols. This got forgotten about by sewardj · 12 years ago
  72. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 12 years ago
  73. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  74. 1331525 Add translation chaining support for amd64, x86 and ARM by sewardj · 13 years ago
  75. 66bc951 Turn no-op versions of INNER_REQUEST into statements, not values, by sewardj · 13 years ago
  76. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 13 years ago
  77. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 13 years ago
  78. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 13 years ago
  79. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 13 years ago
  80. 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 13 years ago
  81. 835a714 Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl calls. by tom · 13 years ago
  82. 1cff53c Update linux system call lists. by tom · 13 years ago
  83. 42f83fe <valgrind/valgrind.h>: Fix for Intel C/C++ compiler in MSVC compatibility mode. by bart · 13 years ago
  84. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
  85. 6e07448 Pool allocator: change the semantics of VG_(releasePA)() according to comment http://bugs.kde.org/show_bug.cgi?id=282230#c50. by bart · 13 years ago
  86. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 13 years ago
  87. 5945164 Beef up VG_(strerror) to provide correct messages for the by florian · 13 years ago
  88. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  89. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
  90. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  91. 17dfe1a Make VALGRIND_DO_CLIENT_REQUEST more user friendly by wrapping by florian · 13 years ago
  92. 38db72f Enable sys_epoll_pwait on arm-linux. #283427. Derived from by sewardj · 13 years ago
  93. d585c92 Fix callgrind part of bug 280757. by weidendo · 13 years ago
  94. d42e873 include/vki/vki-linux.h: Remove __attribute_const__ definition since it by bart · 13 years ago
  95. 06e9bf0 Avoid that using any of the VALGRIND_DISABLE_ERROR_REPORTING, by bart · 13 years ago
  96. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  97. 8258a3a ppc64-linux only: fix incorrect line number reports in client requests by sewardj · 13 years ago
  98. da91ee7 Make {amd64,x86}-darwin use the direct implementations of by sewardj · 13 years ago
  99. fc824cb x86-linux, amd64-linux: Implement VG_MINIMAL_SETJMP and by sewardj · 13 years ago
  100. a3e7a48 Android: add wrappers for ashmem and binder ioctls. From the AOSP by sewardj · 13 years ago