1. 4672a42 Another Subversion ignore list update. by bart · 15 years ago
  2. 04c26d5 Make this test closer to passing. by njn · 15 years ago
  3. 5012e9f More ptrcheck system calls. Fixes #187416 by tom · 15 years ago
  4. 70f40ae Update expected output for shorter preamble. by njn · 15 years ago
  5. 065bc7f Add some more system calls to exp-ptrcheck. Closes #186507 and #197966. by tom · 15 years ago
  6. 2abb71a Track vex r1909 (get rid of LibVEX_Version). by sewardj · 15 years ago
  7. 6ea37fe Merge docs/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  8. 5d9dc75 Merge include/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  9. 8fd8758 Merge none/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  10. b5dc2d6 Merge lackey/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  11. 5ea0f39 Merge massif/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  12. b2c985b Merge cachegrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  13. 0f33adf Merge callgrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  14. 0cf3e78 Merge exp-bbv/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  15. c1bc9d1 Merge exp-ptrcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  16. 2411849 Merge helgrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  17. 6b523cd Merge memcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  18. 1e29ebc by sewardj · 15 years ago
  19. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  20. 93106a1 Validate the file descriptor argument to fallocate. by tom · 15 years ago
  21. 389f570 Add details about an interior-pointer case that can occur with C++. by njn · 15 years ago
  22. b81078b Add support on Darwin for mount(). Finishes off bug 198624. by njn · 15 years ago
  23. ad3f17a Added support for getfsstat64() on Darwin. This partly fixes bug 198624. by njn · 15 years ago
  24. 75f5c60 Updated Subversion ignore list. by bart · 15 years ago
  25. 3407cc6 Add support on Darwin for fstat_extended() and fstat64_extended(). Partly by njn · 15 years ago
  26. 65e58d5 Handle setpgid(). Partly addresses bug 198624. by njn · 15 years ago
  27. 0bd7177 Handle fallocate() on 64-bit platforms. Fixes bug 185794. by njn · 15 years ago
  28. 32f8d8c Ignore MALLOCLIKE_BLOCK/FREELIKE_BLOCK if addr==0. Fixes bug 137073. DRD by njn · 15 years ago
  29. 7e09df4 More Subversion ignore list updates. by bart · 15 years ago
  30. 881f2d6 Fixed recently introduced compiler warnings. by bart · 15 years ago
  31. 3edcd00 Updated Subversion ignore list. by bart · 15 years ago
  32. 10b9aea Shorten the preamble by moving some of it into the --help output. This by njn · 15 years ago
  33. dd6f8ea Updated subversion ignore list. by bart · 15 years ago
  34. e001e79 Updated subversion ignore lists. by bart · 15 years ago
  35. 61c72ce Updated filter after the modification of Valgrind's startup message in r10447. by bart · 15 years ago
  36. ebf2cae Don't put the Vex SVN revision number in the preamble -- it achieves little by njn · 15 years ago
  37. 57b87ea Mention BBV in the README. by njn · 15 years ago
  38. 2b22959 Mark exp-bbv filters as executable. by njn · 15 years ago
  39. dbebecc Add exp-bbv to the tool-suite. I'm seeing a couple of amd64-linux test by njn · 15 years ago
  40. 629a5ec comment change by njn · 15 years ago
  41. b9880f9 Minor update. by njn · 15 years ago
  42. cf3bd97 Some ioctls don't look at ARG3 at all. Based on patches from Clemens by njn · 15 years ago
  43. ac038d2 Fix a couple of tests that could be built with the wrong options, including by njn · 15 years ago
  44. b87a639 Fix breakage on ppc{32,64}-linux in post_reg_write_nonptr following by sewardj · 15 years ago
  45. d4f90d2 Suppress an error within syslog(). Patch from Dan Kegel. Fixes bug 191192. by njn · 15 years ago
  46. c702193 Fix wrapper for ioctl(VT_GETSTATE). Patch from Garrett D'Amore. Fixes bug by njn · 15 years ago
  47. 0cd2689 Disable AC_PROG_OBJC -- it's currently not required and apparently causes by njn · 15 years ago
  48. 626341c Make atomic_incs.c build on Mac. by njn · 15 years ago
  49. 598971e Fix identification of sse3 on amd64s. Previously it was identifying by sewardj · 15 years ago
  50. a01ed5e Only run none/tests/amd64/bug127521-64 on machines supporting cmpxchg16b. by sewardj · 15 years ago
  51. afed4c5 Track vex r1907 (introduce Iop_CmpCas{EQ,NE}{8,16,32,64} and use them by sewardj · 15 years ago
  52. 14e6cb5 Updated Subversion ignore list. by bart · 15 years ago
  53. 9ed94aa pth_cleanup_handler test compiles and runs now on systems that do not support reader-writer locks too. by bart · 15 years ago
  54. a14e328 Clarified an implementation choice. by bart · 15 years ago
  55. a8d5f33 Suppressed the warnings issued by gcc about unused return values. by bart · 15 years ago
  56. 7271588 Handle epoll_create1. Patch from Sam Varshavchik. Fixes bug 188427. by njn · 15 years ago
  57. 4847349 Removed reference to recursive_mutex.stdout.exp from Makefile.am by bart · 15 years ago
  58. 5f09dcf Modified recursive_mutex regression test: improved portability by removing usage of alarm() / all output is now sent to stderr / full output is now compared instead of only a summary. by bart · 15 years ago
  59. 28cb0d1 Generalized two suppression patterns. by bart · 15 years ago
  60. 5daa2d3 Make --leak-resolution=high the default. Fixes bug 197929. by njn · 15 years ago
  61. b98b2d5 Added a suppression pattern for call stacks referencing the function _Unwind_ForcedUnwind / generalized the suppression pattern for the function _Unwind_ForcedUnwind_Phase2. by bart · 15 years ago
  62. 20009c1 Added missing $(AM_CFLAGS). by bart · 15 years ago
  63. 3ac9695 Attempt to improve the {MALLOC,FREE}LIKE_BLOCK documentation, based on by njn · 15 years ago
  64. 9d1dd90 This file was accidentally empty; fill it with the right output. by njn · 15 years ago
  65. 2d630e2 Add support for IRStmt_CAS to the h_ instrumenter. This should stop by sewardj · 15 years ago
  66. e645133 Liberalise IRTemp bookkeeping in the h_ instrumenter, so as to allow by sewardj · 15 years ago
  67. d19e634 Updated ignore list. by bart · 15 years ago
  68. 0c02fa2 Updated ignore lists. by bart · 15 years ago
  69. 50d00d4 Added yet another expected output file. by bart · 15 years ago
  70. 571dfb0 Make this test work on PowerPC too. by sewardj · 15 years ago
  71. ce8daf2 Un-break PPC build. by bart · 15 years ago
  72. ac258d8 Add tests to verify behaviour of atomic instruction handling. by sewardj · 15 years ago
  73. af9f78f Updated ignore list. by bart · 15 years ago
  74. 505a496 Added regression test for pthread cleanup handling. by bart · 15 years ago
  75. d5276e8 Enabled the DRD command line flags --var-info=yes and --check-stack-var=yes for the pth_cancel_locked regression test. by bart · 15 years ago
  76. e026bd2 Restored configure test for -Wno-empty-body. by bart · 15 years ago
  77. cb3fca8 Include valgrind.spec in the tarball, as it makes things easier for by njn · 15 years ago
  78. 9eec958 Back out r10402 because it completely breaks things on Ubuntu 9.04 and by njn · 15 years ago
  79. d211ea6 Fix missing backslash, which was causing serious weirdness during by sewardj · 15 years ago
  80. 0cddf17 Replace strlen on amd64-linux with a simple version that doesn't by tom · 15 years ago
  81. e799513 Fix handling of the vex svn-version thing following r10400 (tracks vex r1905). by sewardj · 15 years ago
  82. 27824a7 Track file renaming in vex r1904, and get rid of temporary kludges by sewardj · 15 years ago
  83. 6145324 Fix handling of multiple signal deliveries in a row by weidendo · 15 years ago
  84. 5a97c19 Switched to the just introduced ANNOTATE_*() macro's. by bart · 15 years ago
  85. 1c8cc40 Added four more ANNOTATE_*() macro's / removed the API-warning. by bart · 15 years ago
  86. 870a4f7 Updated test instructions. by bart · 15 years ago
  87. 4030905 Reran this script and updated the results table. by bart · 15 years ago
  88. 368ef5d When looking for the text section in a PE executable ignore any by tom · 15 years ago
  89. 232b9aa Update oprofiling notes a bit. by sewardj · 15 years ago
  90. 1c0ce7a Merge in branches/DCAS. by sewardj · 15 years ago
  91. 343a504 Add a comment. by njn · 15 years ago
  92. 1a95e05 Remove the --all option from vg_perf. It's useless now that there are by njn · 15 years ago
  93. 13118f8 Add some more functions to the default --alloc-fns list. Had to tweak how by njn · 15 years ago
  94. a192daf Just whitespace and comment changes. by njn · 15 years ago
  95. 58899e8 Fix a problem with r10384: it was failing to read the ELF header if the by njn · 15 years ago
  96. 018916e Fix statistics with multiple changes of instrumentation state by weidendo · 15 years ago
  97. 48b2461 Change demangler to not use excessive space from stack by weidendo · 15 years ago
  98. 33e57a7 Make the Linux launcher more like the Darwin one in how it reads the by njn · 15 years ago
  99. 2c4e535 Add a comment. by njn · 15 years ago
  100. eb4e0b6 Suppression wasn't general enough. Caught by Jeroen Witmond. by njn · 15 years ago