1. 9939666 Made the semaphore name independent of the process ID. by bart · 15 years ago
  2. 70b531b Trace the oflag parameter of sem_open() in hexadecimal format instead of decimal. by bart · 15 years ago
  3. 5fb36bb Updated drd/tests/omp_printf: by bart · 15 years ago
  4. fc68130 Removed code that has been commented out recently. by bart · 15 years ago
  5. 9ecbf1d Display sem_open() mode in octal format instead of hexadecimal format. by bart · 15 years ago
  6. 042257f Added support for %o (octal format). by bart · 15 years ago
  7. 0c6bf35 DRD is no longer considered experimental on Darwin. by bart · 15 years ago
  8. 6e05836 Generalized some suppression patterns and added several new suppression patterns. by bart · 15 years ago
  9. 65912d6 Updated testing instructions. by bart · 15 years ago
  10. 83e7eb6 Fixed an assertion failure that was triggered on Darwin by calling malloc_zone_realloc(). by bart · 15 years ago
  11. fe212db DRD does now support sem_open() and sem_close(). by bart · 15 years ago
  12. b3f3340 Fixed bug in DRD's rwlock implementation that caused the regression test called rwlock_test to fail sometimes on Darwin. The fact that this test only failed on Darwin and not on Linux implies that on Linux after unlocking an rwlock that was locked for writing there always happens a context switch to another thread waiting for acquiring the rwlock, and that this is not the case on Darwin. by bart · 15 years ago
  13. ea7e8b6 Uncomment this; not sure why it was commented out. by njn · 15 years ago
  14. 54bfceb DRD now works on Darwin! by njn · 15 years ago
  15. bac8ede Add a note about our suspect handling of brk(). And disable the brk() part by njn · 15 years ago
  16. b8def27 Updated expected output after r10592. by bart · 15 years ago
  17. 3c9afb1 Print an easy-to-understand message in case the client program tries to create more threads than what is currently supported by DRD. by bart · 15 years ago
  18. 07c142e rwlock_test: added more internal error checking. by bart · 15 years ago
  19. 36003e0 Removed those suppression patterns that became superfluous because of r10584. by bart · 15 years ago
  20. 2e1470c Made number of threads and number of iterations configurable. Decreased stack size allocated per thread. by bart · 15 years ago
  21. 23f1200 by sewardj · 15 years ago
  22. 9f52e4f Updated Subversion ignore lists. by bart · 15 years ago
  23. daa5da5 Oops, this should have been included in r10583 ("New methods in WordXA:") by sewardj · 15 years ago
  24. 5a1ea4c Made test output operating system independent by suppressing information about conflicting segments. by bart · 15 years ago
  25. d53a34b Update. by sewardj · 15 years ago
  26. dd75cdf Replaced code for suppressing the stack memory in use at the time a by bart · 15 years ago
  27. e2253bf New methods in WordXA: by sewardj · 15 years ago
  28. dbe8943 Fix a compile warning. by njn · 15 years ago
  29. 35db56c A fix for bug 186796: suppression symbol names were being truncated if they by njn · 15 years ago
  30. 0cc0857 Update expected output, so at least Helgrind runs clean on openSUSE 11.0 x86_64. by sewardj · 15 years ago
  31. 3d684ca Reverted r10511. by bart · 15 years ago
  32. 8f105fa Fixed bug 149878 (calloc overflow). This disables some of the calloc silly by njn · 15 years ago
  33. 7c5747d Run the pth_inconsistent_cond_wait in quiet mode. by bart · 15 years ago
  34. 9ccf35f Added command line option -q, which allows to suppress printing an error message if a Pthreads call fails. by bart · 15 years ago
  35. bf599f7 mremap2 is a totally unreliable test; it's the only test that fails on a by njn · 15 years ago
  36. 82baca7 This was meant to go in with r10573. by njn · 15 years ago
  37. d6db259 In r10465 --time-stamp=yes got slightly broken -- the space between the time by njn · 15 years ago
  38. f73d87f Add Valgrind version back into the preamble. by njn · 15 years ago
  39. 15e3dc4 The pc-file output from the exp-bbv tool is mildly implementation dependent. by vince · 15 years ago
  40. c4b5674 Labels printed with semaphore tracing enabled do now match the function names assigned by POSIX. by bart · 15 years ago
  41. 7fd1f77 Fixed two typo's. by bart · 15 years ago
  42. 6e38cb2 Ported circular_buffer test to Darwin. by bart · 15 years ago
  43. 9667ccd Modified filter_stderr to filter out even more platform differences. by bart · 15 years ago
  44. 23d23a5 Ported the pth_inconsistent_cond_wait test program to Darwin. by bart · 15 years ago
  45. b7037bb Print an error message if sem_init() is called by a client program on Darwin. by bart · 15 years ago
  46. f0752e2 Only run the test programs that call sem_init() on operating systems that have implemented this function. by bart · 15 years ago
  47. d658a04 Refactoring: moved semaphore initialization and cleanup code to two new functions. by bart · 15 years ago
  48. ba05caf Should have been included in the previous commit. by bart · 15 years ago
  49. 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
  50. 25f9f54 Added support for sem_open() and sem_close(). by bart · 15 years ago
  51. 7794ef7 Another update of the testing instructions. by bart · 15 years ago
  52. 9374ee3 Added (and commented out) more debugging code. by bart · 15 years ago
  53. a6bd5ff Ported TSAN test 98 to Darwin. by bart · 15 years ago
  54. 8b53a13 Suppressed a compiler warning. by bart · 15 years ago
  55. c1535ed Added more suppression patterns. by bart · 15 years ago
  56. 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
  57. ff07fe2 Updated Subversion ignore list. by bart · 15 years ago
  58. e36c732 Updated line numbers in expected output. by bart · 15 years ago
  59. a412195 Renamed output files. by bart · 15 years ago
  60. 61ef9cf Reverted r10526. by bart · 15 years ago
  61. b3ef661 Updated platform support messages. by bart · 15 years ago
  62. 6ccda14 Added DRD-specific suppression patterns for Darwin. by bart · 15 years ago
  63. 59381e5 Added a suppression pattern for a leak triggered from inside Darwin's C library. by bart · 15 years ago
  64. ab5e9c2 Updated Subversion ignore list. by bart · 15 years ago
  65. 9986c99 Improved source code portability. by bart · 15 years ago
  66. fa4fb82 Made expected output for tc23_bogus_condwait complete (Darwin). by bart · 15 years ago
  67. 28cabaa Only run the tc20_verifywrap2 test if the tc20_verifywrap executable has been built. by bart · 15 years ago
  68. 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
  69. ab807f6 Cleanup: removed source code commented out via #if 0 / #endif. by bart · 15 years ago
  70. dc372f8 Updated expected output because of changes in the source code of the regression tests. by bart · 15 years ago
  71. 8057bbc Handle the memory written by aio_read() properly -- mark the memory buffer by njn · 15 years ago
  72. 125f0b5 This should have gone in with r10537. by njn · 15 years ago
  73. 28a9e23 Add support for __pthread_kill(). This hopefully fixes bug 201016. by njn · 15 years ago
  74. cde90d3 Include valgrind_libdir and VG_(libdir) in the debugLog output. This was by njn · 15 years ago
  75. d2d744c Make the regression tests pass again on Linux. by bart · 15 years ago
  76. e8cbb40 More tweaking for Darwin. by bart · 15 years ago
  77. 9a69eae Bug fix: leave empty output files empty instead of transforming these into an empty line. by bart · 15 years ago
  78. dfca61f Added another Darwin regression tests output variant. by bart · 15 years ago
  79. 5107de9 Made the annotate_rwlock test compile on Darwin. by bart · 15 years ago
  80. 9e4efbf Added an output variant. by bart · 15 years ago
  81. e9c1696 Reverted r10513: removed --auto-run-dsymutil=yes again. by bart · 15 years ago
  82. babdb7a More filter tuning: remove the empty line above instead of below the ... 100 errors ... message. by bart · 15 years ago
  83. 937447a Filtered out the "More than 100 errors detected." message. by bart · 15 years ago
  84. fb3dfd4 Removed from repository. by bart · 15 years ago
  85. e2b9823 More documentation updates. by bart · 15 years ago
  86. 9f717f5 Updated line numbers in expected output -- these line numbers changed because of r10523. by bart · 15 years ago
  87. 99adf33 Made these tests run successfully on Darwin. by bart · 15 years ago
  88. e4b9921 Updated expected output. by bart · 15 years ago
  89. ff971fe Updated documentation related to the --read-var-info flag. by bart · 15 years ago
  90. 0cd0697 Removed code for handling --read-var-info from DRD since the Valgrind core already interprets this flag. by bart · 15 years ago
  91. 83cc386 Renamed --var-info=yes to --read-var-info=yes. by bart · 15 years ago
  92. 2df5b00 Renamed --var-info to --read-var-info. by bart · 15 years ago
  93. 27974c9 Updated *.exp files after r10515. by bart · 15 years ago
  94. be7e31a Fix VG_(read_millisecond_timer) on Darwin. Fixes bug 200990. by njn · 15 years ago
  95. 6fe737b Tweaks for Darwin. by bart · 15 years ago
  96. 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
  97. b25cd6d Added the Valgrind option --auto-run-dsymutil=yes. by bart · 15 years ago
  98. f8f7629 Added result check. by bart · 15 years ago
  99. f1e67af Added more error checking. by bart · 15 years ago
  100. 6970e6a Added more error checking. by bart · 15 years ago