1. 99adf33 Made these tests run successfully on Darwin. by bart · 15 years ago
  2. e4b9921 Updated expected output. by bart · 15 years ago
  3. ff971fe Updated documentation related to the --read-var-info flag. by bart · 15 years ago
  4. 0cd0697 Removed code for handling --read-var-info from DRD since the Valgrind core already interprets this flag. by bart · 15 years ago
  5. 83cc386 Renamed --var-info=yes to --read-var-info=yes. by bart · 15 years ago
  6. 2df5b00 Renamed --var-info to --read-var-info. by bart · 15 years ago
  7. 27974c9 Updated *.exp files after r10515. by bart · 15 years ago
  8. be7e31a Fix VG_(read_millisecond_timer) on Darwin. Fixes bug 200990. by njn · 15 years ago
  9. 6fe737b Tweaks for Darwin. by bart · 15 years ago
  10. 8f99259 Made sure that VG_(read_millisecond_timer)() returns zero on Darwin instead of random data. See also bug #200990. by bart · 15 years ago
  11. b25cd6d Added the Valgrind option --auto-run-dsymutil=yes. by bart · 15 years ago
  12. f8f7629 Added result check. by bart · 15 years ago
  13. f1e67af Added more error checking. by bart · 15 years ago
  14. 6970e6a Added more error checking. by bart · 15 years ago
  15. a1fc3a5 More regression test output tuning. by bart · 15 years ago
  16. 036fe3c Limited the number of callers printed in stackframes to two for the hg03_inherit test. by bart · 15 years ago
  17. fe3de44 Disabled a tl_assert() statement. by bart · 15 years ago
  18. d7d1656 Made debugging output for the code that computes the highest used stack address more detailed. by bart · 15 years ago
  19. abcca06 Added filter statements for Darwin-specific messages. by bart · 15 years ago
  20. e04eb37 Added --auto-run-dsymutil=yes to --var-info=yes. by bart · 15 years ago
  21. adb7a20 Made sure that DRD does something meaningful when using another threading library than LinuxThreads or the NPTL. by bart · 15 years ago
  22. 7c64503 More Subversion ignore list updates. by bart · 15 years ago
  23. 76baf21 - Replaced pthread_cond_wait() by pthread_cond_timedwait() calls. by bart · 15 years ago
  24. bdcf813 Runs now on Darwin too. by bart · 15 years ago
  25. 514343a Enabled compilation of tsan_unittest on Darwin. by bart · 15 years ago
  26. e291d91 Compiles now on Darwin. by bart · 15 years ago
  27. 3ab0baf Fixed comments next to #include directives. by bart · 15 years ago
  28. e7b86c3 Spelling fix. by bart · 15 years ago
  29. 6a146fc Added more information about the changes in DRD for the upcoming 3.5.0 release. by bart · 15 years ago
  30. 391a3ae Fix up xml1 on 32-bit machines; merged the 32 and 64-bit outputs by by njn · 15 years ago
  31. a262f62 Improve handling of clone() on x86/Linux. Based on a patch from Jeroen by njn · 15 years ago
  32. 5bd045a Point out that exp-ptrcheck doesn't work on Darwin. by njn · 15 years ago
  33. 6ff700c Add missing newlines in readmacho.c messages. Fixes Massif test failures on by njn · 15 years ago
  34. dd742f2 Updated chapter about DRD in the Valgrind manual: by bart · 15 years ago
  35. d20732a Another Subversion ignore list update. by bart · 15 years ago
  36. 63c92ea DRD no longer prints the thread ID's assigned by the Valgrind core but only those assigned by DRD itself. by bart · 15 years ago
  37. 9d6d2a9 Fixed XML syntax. by bart · 15 years ago
  38. 8b6b54b Fixed spelling. by bart · 15 years ago
  39. 2ff151c Fixed spelling. by bart · 15 years ago
  40. d651d1f Fixed the inline assembly code such that it also works correctly with gcc 4.4.0. While accessing stack variables from inline assembly code that modifies the stack pointer works fine with gcc 3.0 - gcc 4.3 with optimization disabled, it gives incorrect results with gcc 4.4.0. by bart · 15 years ago
  41. 4672a42 Another Subversion ignore list update. by bart · 15 years ago
  42. 04c26d5 Make this test closer to passing. by njn · 15 years ago
  43. 5012e9f More ptrcheck system calls. Fixes #187416 by tom · 15 years ago
  44. 70f40ae Update expected output for shorter preamble. by njn · 15 years ago
  45. 065bc7f Add some more system calls to exp-ptrcheck. Closes #186507 and #197966. by tom · 15 years ago
  46. 2abb71a Track vex r1909 (get rid of LibVEX_Version). by sewardj · 15 years ago
  47. 6ea37fe Merge docs/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  48. 5d9dc75 Merge include/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  49. 8fd8758 Merge none/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  50. b5dc2d6 Merge lackey/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  51. 5ea0f39 Merge massif/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  52. b2c985b Merge cachegrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  53. 0f33adf Merge callgrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  54. 0cf3e78 Merge exp-bbv/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  55. c1bc9d1 Merge exp-ptrcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  56. 2411849 Merge helgrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  57. 6b523cd Merge memcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  58. 1e29ebc by sewardj · 15 years ago
  59. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  60. 93106a1 Validate the file descriptor argument to fallocate. by tom · 15 years ago
  61. 389f570 Add details about an interior-pointer case that can occur with C++. by njn · 15 years ago
  62. b81078b Add support on Darwin for mount(). Finishes off bug 198624. by njn · 15 years ago
  63. ad3f17a Added support for getfsstat64() on Darwin. This partly fixes bug 198624. by njn · 15 years ago
  64. 75f5c60 Updated Subversion ignore list. by bart · 15 years ago
  65. 3407cc6 Add support on Darwin for fstat_extended() and fstat64_extended(). Partly by njn · 15 years ago
  66. 65e58d5 Handle setpgid(). Partly addresses bug 198624. by njn · 15 years ago
  67. 0bd7177 Handle fallocate() on 64-bit platforms. Fixes bug 185794. by njn · 15 years ago
  68. 32f8d8c Ignore MALLOCLIKE_BLOCK/FREELIKE_BLOCK if addr==0. Fixes bug 137073. DRD by njn · 15 years ago
  69. 7e09df4 More Subversion ignore list updates. by bart · 15 years ago
  70. 881f2d6 Fixed recently introduced compiler warnings. by bart · 15 years ago
  71. 3edcd00 Updated Subversion ignore list. by bart · 15 years ago
  72. 10b9aea Shorten the preamble by moving some of it into the --help output. This by njn · 15 years ago
  73. dd6f8ea Updated subversion ignore list. by bart · 15 years ago
  74. e001e79 Updated subversion ignore lists. by bart · 15 years ago
  75. 61c72ce Updated filter after the modification of Valgrind's startup message in r10447. by bart · 15 years ago
  76. ebf2cae Don't put the Vex SVN revision number in the preamble -- it achieves little by njn · 15 years ago
  77. 57b87ea Mention BBV in the README. by njn · 15 years ago
  78. 2b22959 Mark exp-bbv filters as executable. by njn · 15 years ago
  79. dbebecc Add exp-bbv to the tool-suite. I'm seeing a couple of amd64-linux test by njn · 15 years ago
  80. 629a5ec comment change by njn · 15 years ago
  81. b9880f9 Minor update. by njn · 15 years ago
  82. cf3bd97 Some ioctls don't look at ARG3 at all. Based on patches from Clemens by njn · 15 years ago
  83. ac038d2 Fix a couple of tests that could be built with the wrong options, including by njn · 15 years ago
  84. b87a639 Fix breakage on ppc{32,64}-linux in post_reg_write_nonptr following by sewardj · 15 years ago
  85. d4f90d2 Suppress an error within syslog(). Patch from Dan Kegel. Fixes bug 191192. by njn · 15 years ago
  86. c702193 Fix wrapper for ioctl(VT_GETSTATE). Patch from Garrett D'Amore. Fixes bug by njn · 15 years ago
  87. 0cd2689 Disable AC_PROG_OBJC -- it's currently not required and apparently causes by njn · 15 years ago
  88. 626341c Make atomic_incs.c build on Mac. by njn · 15 years ago
  89. 598971e Fix identification of sse3 on amd64s. Previously it was identifying by sewardj · 15 years ago
  90. a01ed5e Only run none/tests/amd64/bug127521-64 on machines supporting cmpxchg16b. by sewardj · 15 years ago
  91. afed4c5 Track vex r1907 (introduce Iop_CmpCas{EQ,NE}{8,16,32,64} and use them by sewardj · 15 years ago
  92. 14e6cb5 Updated Subversion ignore list. by bart · 15 years ago
  93. 9ed94aa pth_cleanup_handler test compiles and runs now on systems that do not support reader-writer locks too. by bart · 15 years ago
  94. a14e328 Clarified an implementation choice. by bart · 15 years ago
  95. a8d5f33 Suppressed the warnings issued by gcc about unused return values. by bart · 15 years ago
  96. 7271588 Handle epoll_create1. Patch from Sam Varshavchik. Fixes bug 188427. by njn · 15 years ago
  97. 4847349 Removed reference to recursive_mutex.stdout.exp from Makefile.am by bart · 15 years ago
  98. 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
  99. 28cb0d1 Generalized two suppression patterns. by bart · 15 years ago
  100. 5daa2d3 Make --leak-resolution=high the default. Fixes bug 197929. by njn · 15 years ago