1. 82baca7 This was meant to go in with r10573. by njn · 15 years ago
  2. d6db259 In r10465 --time-stamp=yes got slightly broken -- the space between the time by njn · 15 years ago
  3. f73d87f Add Valgrind version back into the preamble. by njn · 15 years ago
  4. 15e3dc4 The pc-file output from the exp-bbv tool is mildly implementation dependent. by vince · 15 years ago
  5. c4b5674 Labels printed with semaphore tracing enabled do now match the function names assigned by POSIX. by bart · 15 years ago
  6. 7fd1f77 Fixed two typo's. by bart · 15 years ago
  7. 6e38cb2 Ported circular_buffer test to Darwin. by bart · 15 years ago
  8. 9667ccd Modified filter_stderr to filter out even more platform differences. by bart · 15 years ago
  9. 23d23a5 Ported the pth_inconsistent_cond_wait test program to Darwin. by bart · 15 years ago
  10. b7037bb Print an error message if sem_init() is called by a client program on Darwin. by bart · 15 years ago
  11. f0752e2 Only run the test programs that call sem_init() on operating systems that have implemented this function. by bart · 15 years ago
  12. d658a04 Refactoring: moved semaphore initialization and cleanup code to two new functions. by bart · 15 years ago
  13. ba05caf Should have been included in the previous commit. by bart · 15 years ago
  14. b87a897 Reverted r10523 and r10540: since sem_init() is not yet supported on Darwin, revert the attempts to compensate for the different return values on Darwin. by bart · 15 years ago
  15. 25f9f54 Added support for sem_open() and sem_close(). by bart · 15 years ago
  16. 7794ef7 Another update of the testing instructions. by bart · 15 years ago
  17. 9374ee3 Added (and commented out) more debugging code. by bart · 15 years ago
  18. a6bd5ff Ported TSAN test 98 to Darwin. by bart · 15 years ago
  19. 8b53a13 Suppressed a compiler warning. by bart · 15 years ago
  20. c1535ed Added more suppression patterns. by bart · 15 years ago
  21. c6ef4af Let DRD print a warning at startup that support for Darwin is still considered experimental, and filter out this warning from the regression tests. by bart · 15 years ago
  22. ff07fe2 Updated Subversion ignore list. by bart · 15 years ago
  23. e36c732 Updated line numbers in expected output. by bart · 15 years ago
  24. a412195 Renamed output files. by bart · 15 years ago
  25. 61ef9cf Reverted r10526. by bart · 15 years ago
  26. b3ef661 Updated platform support messages. by bart · 15 years ago
  27. 6ccda14 Added DRD-specific suppression patterns for Darwin. by bart · 15 years ago
  28. 59381e5 Added a suppression pattern for a leak triggered from inside Darwin's C library. by bart · 15 years ago
  29. ab5e9c2 Updated Subversion ignore list. by bart · 15 years ago
  30. 9986c99 Improved source code portability. by bart · 15 years ago
  31. fa4fb82 Made expected output for tc23_bogus_condwait complete (Darwin). by bart · 15 years ago
  32. 28cabaa Only run the tc20_verifywrap2 test if the tc20_verifywrap executable has been built. by bart · 15 years ago
  33. 949c415 Added a filter in order to make the Darwin output for the annotate_trace_memory test identical to the Linux output. by bart · 15 years ago
  34. ab807f6 Cleanup: removed source code commented out via #if 0 / #endif. by bart · 15 years ago
  35. dc372f8 Updated expected output because of changes in the source code of the regression tests. by bart · 15 years ago
  36. 8057bbc Handle the memory written by aio_read() properly -- mark the memory buffer by njn · 15 years ago
  37. 125f0b5 This should have gone in with r10537. by njn · 15 years ago
  38. 28a9e23 Add support for __pthread_kill(). This hopefully fixes bug 201016. by njn · 15 years ago
  39. cde90d3 Include valgrind_libdir and VG_(libdir) in the debugLog output. This was by njn · 15 years ago
  40. d2d744c Make the regression tests pass again on Linux. by bart · 15 years ago
  41. e8cbb40 More tweaking for Darwin. by bart · 15 years ago
  42. 9a69eae Bug fix: leave empty output files empty instead of transforming these into an empty line. by bart · 15 years ago
  43. dfca61f Added another Darwin regression tests output variant. by bart · 15 years ago
  44. 5107de9 Made the annotate_rwlock test compile on Darwin. by bart · 15 years ago
  45. 9e4efbf Added an output variant. by bart · 15 years ago
  46. e9c1696 Reverted r10513: removed --auto-run-dsymutil=yes again. by bart · 15 years ago
  47. babdb7a More filter tuning: remove the empty line above instead of below the ... 100 errors ... message. by bart · 15 years ago
  48. 937447a Filtered out the "More than 100 errors detected." message. by bart · 15 years ago
  49. fb3dfd4 Removed from repository. by bart · 15 years ago
  50. e2b9823 More documentation updates. by bart · 15 years ago
  51. 9f717f5 Updated line numbers in expected output -- these line numbers changed because of r10523. by bart · 15 years ago
  52. 99adf33 Made these tests run successfully on Darwin. by bart · 15 years ago
  53. e4b9921 Updated expected output. by bart · 15 years ago
  54. ff971fe Updated documentation related to the --read-var-info flag. by bart · 15 years ago
  55. 0cd0697 Removed code for handling --read-var-info from DRD since the Valgrind core already interprets this flag. by bart · 15 years ago
  56. 83cc386 Renamed --var-info=yes to --read-var-info=yes. by bart · 15 years ago
  57. 2df5b00 Renamed --var-info to --read-var-info. by bart · 15 years ago
  58. 27974c9 Updated *.exp files after r10515. by bart · 15 years ago
  59. be7e31a Fix VG_(read_millisecond_timer) on Darwin. Fixes bug 200990. by njn · 15 years ago
  60. 6fe737b Tweaks for Darwin. by bart · 15 years ago
  61. 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
  62. b25cd6d Added the Valgrind option --auto-run-dsymutil=yes. by bart · 15 years ago
  63. f8f7629 Added result check. by bart · 15 years ago
  64. f1e67af Added more error checking. by bart · 15 years ago
  65. 6970e6a Added more error checking. by bart · 15 years ago
  66. a1fc3a5 More regression test output tuning. by bart · 15 years ago
  67. 036fe3c Limited the number of callers printed in stackframes to two for the hg03_inherit test. by bart · 15 years ago
  68. fe3de44 Disabled a tl_assert() statement. by bart · 15 years ago
  69. d7d1656 Made debugging output for the code that computes the highest used stack address more detailed. by bart · 15 years ago
  70. abcca06 Added filter statements for Darwin-specific messages. by bart · 15 years ago
  71. e04eb37 Added --auto-run-dsymutil=yes to --var-info=yes. by bart · 15 years ago
  72. adb7a20 Made sure that DRD does something meaningful when using another threading library than LinuxThreads or the NPTL. by bart · 15 years ago
  73. 7c64503 More Subversion ignore list updates. by bart · 15 years ago
  74. 76baf21 - Replaced pthread_cond_wait() by pthread_cond_timedwait() calls. by bart · 15 years ago
  75. bdcf813 Runs now on Darwin too. by bart · 15 years ago
  76. 514343a Enabled compilation of tsan_unittest on Darwin. by bart · 15 years ago
  77. e291d91 Compiles now on Darwin. by bart · 15 years ago
  78. 3ab0baf Fixed comments next to #include directives. by bart · 15 years ago
  79. e7b86c3 Spelling fix. by bart · 15 years ago
  80. 6a146fc Added more information about the changes in DRD for the upcoming 3.5.0 release. by bart · 15 years ago
  81. 391a3ae Fix up xml1 on 32-bit machines; merged the 32 and 64-bit outputs by by njn · 15 years ago
  82. a262f62 Improve handling of clone() on x86/Linux. Based on a patch from Jeroen by njn · 15 years ago
  83. 5bd045a Point out that exp-ptrcheck doesn't work on Darwin. by njn · 15 years ago
  84. 6ff700c Add missing newlines in readmacho.c messages. Fixes Massif test failures on by njn · 15 years ago
  85. dd742f2 Updated chapter about DRD in the Valgrind manual: by bart · 15 years ago
  86. d20732a Another Subversion ignore list update. by bart · 15 years ago
  87. 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
  88. 9d6d2a9 Fixed XML syntax. by bart · 15 years ago
  89. 8b6b54b Fixed spelling. by bart · 15 years ago
  90. 2ff151c Fixed spelling. by bart · 15 years ago
  91. 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
  92. 4672a42 Another Subversion ignore list update. by bart · 15 years ago
  93. 04c26d5 Make this test closer to passing. by njn · 15 years ago
  94. 5012e9f More ptrcheck system calls. Fixes #187416 by tom · 15 years ago
  95. 70f40ae Update expected output for shorter preamble. by njn · 15 years ago
  96. 065bc7f Add some more system calls to exp-ptrcheck. Closes #186507 and #197966. by tom · 15 years ago
  97. 2abb71a Track vex r1909 (get rid of LibVEX_Version). by sewardj · 15 years ago
  98. 6ea37fe Merge docs/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  99. 5d9dc75 Merge include/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  100. 8fd8758 Merge none/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago