1. 2193a7c Fix 284540 and 307465 by philippe · 12 years ago
  2. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  3. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  4. 1636d33 Char/HChar fixups for m_debuginfo and m_gdbserver. by florian · 12 years ago
  5. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  6. 0e6d05e add BLKPBSZGET ioctl by cborntra · 12 years ago
  7. e48a444 add s390 specific fix for getregset by cborntra · 12 years ago
  8. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  9. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  10. 51e61da Remove build dependency on Xen header files - closes #308495 by bart · 12 years ago
  11. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  12. 660c5a4 Fix some prototypes. by florian · 12 years ago
  13. 0447bbd Fix 308341 vgdb should report process exit (or fatal signal) by philippe · 12 years ago
  14. 2b8059a Fix some more Char / HChar mixups by florian · 12 years ago
  15. bbd9a21 Char/ HChar cleanup: The various panic and printf-like functions by florian · 12 years ago
  16. ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
  17. 7862701 This patch is the first installment of the cache info reorganisation. by florian · 12 years ago
  18. 0ab84fe valgrind: Support Xen toolstack process ioctls by bart · 12 years ago
  19. 6834783 drd: Suppress race reports on .got sections too by bart · 12 years ago
  20. c379fec Use "orr r9,r9,r9" as the magic insn for IR injection on ARM and by sewardj · 12 years ago
  21. 4d261bb Add VALGRIND_VEX_INJECT_IR for ppc32. Should have been included in r12906. by florian · 12 years ago
  22. bb913cd Add a tester for V-bit propagation through IROps. by florian · 12 years ago
  23. e808f81 Change script to also handle IBM's copyright notice. Update copyright notices. by florian · 12 years ago
  24. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  25. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  26. 567e5bb Try to fix up ARM stack alignment stuff following r12811. This by sewardj · 12 years ago
  27. 13a5952 fix 284540 (optimise suppression matching) by philippe · 12 years ago
  28. 9af940f Comment only change. by florian · 12 years ago
  29. ae284e5 Add initial support for MacOSX 10.8. Note this is still very borked by sewardj · 12 years ago
  30. 4118e0f Ensure CALL_FN_xx macros align the stack properly by tom · 12 years ago
  31. d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
  32. bb4f5da Pass first_ip_delta to VG_(record_depth_1_ExeContext) as the function by florian · 12 years ago
  33. 31c7478 Add some missing syscall numbers for MIPS. by petarj · 12 years ago
  34. b6bf12c Add ioctl wrappers for "Linux user input device". Fixes #296229. by sewardj · 12 years ago
  35. a7b9dfc Add support for the SIOCSHWTSTAMP ioctl, based on a patch by tom · 12 years ago
  36. 3fc9929 Add support for the CDROM_GET_CAPABILITY ioctl based on patch by tom · 12 years ago
  37. 24d98d9 Getting rid of the warnings about incompatible pointer types on MIPS. by petarj · 12 years ago
  38. d533ae5 Calculate the size of vki_elf_gregset_t via operator sizeof on MIPS platforms. by petarj · 12 years ago
  39. c68994d Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  40. 5db1540 Merge in a port for mips32-linux, by Petar Jovanovic and Dejan Jevtic, by sewardj · 12 years ago
  41. 573f8bc Add macros I_REPLACE_SONAME_FNNAME_Z{U,Z} for general end-user use. by sewardj · 12 years ago
  42. 98763d5 m_machine: add new function VG_(machine_get_size_of_largest_guest_register) by sewardj · 12 years ago
  43. 3f59faa fix the warning introduced by fixing SETTLS clone flag PRE_READ logic by philippe · 12 years ago
  44. 65bdbe4 add some intial kvm ioctls (low hanging fruits). This gets rid of some valgrind by cborntra · 12 years ago
  45. 7d79e0b Fix VALGRIND_MINOR/VALGRIND_MAJOR symbols. This got forgotten about by sewardj · 12 years ago
  46. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 12 years ago
  47. 291849f Merge branches/TCHAIN from r12476 (its creation point) into trunk. by sewardj · 12 years ago
  48. 66bc951 Turn no-op versions of INNER_REQUEST into statements, not values, by sewardj · 12 years ago
  49. 8236fe6 Add support for the HCIINQUIRY ioctl. by tom · 12 years ago
  50. d543d74 Add support for the I2C_RDWR ioctl. Patch from arnaud mouiche to fix BZ#286261. by tom · 12 years ago
  51. 277eaff * README_DEVELOPERS : complete/enhance the section about outer/inner by philippe · 12 years ago
  52. a499123 Add support for the sendmmsg and recvmmsg system calls. Fixes BZ#277779. by tom · 12 years ago
  53. 8758e70 Add support for some SCSI ioctls. Patch from Jakub Jelinek on BZ#292627. by tom · 12 years ago
  54. 835a714 Add support for the F_GETOWN_EX and F_SETOWN_EX fcntl calls. by tom · 12 years ago
  55. 1cff53c Update linux system call lists. by tom · 12 years ago
  56. 42f83fe <valgrind/valgrind.h>: Fix for Intel C/C++ compiler in MSVC compatibility mode. by bart · 12 years ago
  57. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 12 years ago
  58. 6e07448 Pool allocator: change the semantics of VG_(releasePA)() according to comment http://bugs.kde.org/show_bug.cgi?id=282230#c50. by bart · 12 years ago
  59. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 12 years ago
  60. 5945164 Beef up VG_(strerror) to provide correct messages for the by florian · 13 years ago
  61. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  62. c340306 Get a bunch more copyright dates in the right format, 20xx-2011, by sewardj · 13 years ago
  63. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  64. 17dfe1a Make VALGRIND_DO_CLIENT_REQUEST more user friendly by wrapping by florian · 13 years ago
  65. 38db72f Enable sys_epoll_pwait on arm-linux. #283427. Derived from by sewardj · 13 years ago
  66. d585c92 Fix callgrind part of bug 280757. by weidendo · 13 years ago
  67. d42e873 include/vki/vki-linux.h: Remove __attribute_const__ definition since it by bart · 13 years ago
  68. 06e9bf0 Avoid that using any of the VALGRIND_DISABLE_ERROR_REPORTING, by bart · 13 years ago
  69. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  70. 8258a3a ppc64-linux only: fix incorrect line number reports in client requests by sewardj · 13 years ago
  71. da91ee7 Make {amd64,x86}-darwin use the direct implementations of by sewardj · 13 years ago
  72. fc824cb x86-linux, amd64-linux: Implement VG_MINIMAL_SETJMP and by sewardj · 13 years ago
  73. a3e7a48 Android: add wrappers for ashmem and binder ioctls. From the AOSP by sewardj · 13 years ago
  74. 731f9cf by sewardj · 13 years ago
  75. 9604484 Extend the behavioural-equivalence-class mechanism for redirection by sewardj · 13 years ago
  76. 85cf900 Add more infrastructure to be used for fixing #275284 (Valgrind by sewardj · 13 years ago
  77. a5cace0 Remove the assumption, in m_debuginfo, that each address is associated by sewardj · 13 years ago
  78. fca8f5f Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY ioctls. by tom · 13 years ago
  79. 5ad3d56 Fix VKI_FIOQSIZE definition on ppc platforms. by tom · 13 years ago
  80. 6bf71ef Add support for the FIOQSIZE ioctl. Fixes #270320. by tom · 13 years ago
  81. 0d03bd4 valgrind.h: Remove a superfluous cast. See also #278454. by bart · 13 years ago
  82. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  83. c17c6ef Allow core dumps on 32 bit architectures to go over 2Gb in size. BZ#277610. by tom · 13 years ago
  84. e1ce4e1 Synch s390x system call list with linux 2.6.39.2. by florian · 13 years ago
  85. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  86. a5d978e Fix 'make dist' following recent gdbserver commits. by sewardj · 13 years ago
  87. c112c8e Fix #undefs that are inconsistent with those further up the file, by sewardj · 13 years ago
  88. ffce815 Merge the contents of the HGDEV2 branch into trunk: by sewardj · 13 years ago
  89. 1568e17 Minor GDBserver source tidying. Also a small usability fix: if by sewardj · 13 years ago
  90. aebbf1c Try to handle LL caches which are of size 50% above a power of 2 (eg, by sewardj · 13 years ago
  91. ad8a591 Teach cachegrind/callgrind how to parse the cache description by tom · 13 years ago
  92. 46d02ab Add support for prlimit64 on x86 and amd64. by tom · 13 years ago
  93. 22c2caa Update system call lists to match current kernel source. by tom · 13 years ago
  94. c8232f9 It seems that the perf_counter_open system call was renamed to by tom · 13 years ago
  95. 36f3c79 Better checking for command line options that should be either 'yes' by sewardj · 13 years ago
  96. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  97. 4ee9c56 Tidying up of branch-predict hint macros LIKELY/UNLIKELY. Fixes by sewardj · 13 years ago
  98. 82f8bfd ppc{32,64}-linux: mark VG_MINIMAL_LONGJMP as noreturn, since it is, by sewardj · 13 years ago
  99. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  100. 551fe93 Linux/syswrap: add support for USBDEVFS_RESET (patch contributed by Brad Hards <bradh@frogmouth.net>). by bart · 13 years ago