1. ad994e8 drd, XML tracing: move newline generation into DRD_(trace_msg)() / change tracing output format slightly. by bart · 13 years ago
  2. b6ab69e drd, XML: more XML output consistency improvements by bart · 13 years ago
  3. ca7285e drd, XML: make the XML output a little easier to parse by bart · 13 years ago
  4. 863594d drd/tests/filter_stderr: Don't touch XML tags by bart · 13 years ago
  5. fc13f2c drd, XML: Use proper XML syntax by bart · 13 years ago
  6. 786a7c7 Set svn:executable property by bart · 13 years ago
  7. e708600 drd: Enable XML output. See also #282949. To do: document the output format. by bart · 13 years ago
  8. 2358660 Update expected output - the ppc output changed due to r12038. by bart · 13 years ago
  9. 352db6d drd: Use Vg_DebugMsg for debug messages by bart · 13 years ago
  10. 74b2d97 drd: Convert a few VG_(message)() calls into VG_(maybe_record_error)() calls by bart · 13 years ago
  11. b92ff0f DRD, refactoring: Introduce DRD_(trace_msg)() by bart · 13 years ago
  12. ad2fc77 Fix GCC warnings about incompatible pointer assignments. by florian · 13 years ago
  13. de60fe5 drd, s390: Make the annotate_ignore_* and the pth_barrier* tests produce by bart · 13 years ago
  14. 818f17e Make drd/drd_pthread_intercepts.c compile again on Linux systems without usable <linux/futex.h> header by bart · 13 years ago
  15. cfb0e95 Add exp files for s390x. GCC's use of the MVC insn causes by florian · 13 years ago
  16. 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
  17. 863f1eb drd: Yet another regression test reliability improvement. by bart · 13 years ago
  18. 5cbd26e drd: Avoid reporting false positive race reports inside pthread_join(). by bart · 13 years ago
  19. 25f8a7e Remove the svn:executable property from a source file by bart · 13 years ago
  20. 7aac06f drd/tests/pth_barrier: Reduce stack usage by bart · 13 years ago
  21. 4b82d69 Check return code of pthread_create and bail out if by florian · 13 years ago
  22. c2f5a53 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  23. d378eaa drd: Make racing pthread_barrier_wait() calls trigger an error message instead by bart · 13 years ago
  24. 47c7580 drd/tests/pth_barrier_thr_cr: Suppress pthread_barrier_wait() race reports since these are triggered intentionally. by bart · 13 years ago
  25. 6c73cf6 drd/tests/pth_barrier_thr_cr: Add more error checking. by bart · 13 years ago
  26. 512a378 drd/tests/tc21_pthonce: Eliminate output variation by bart · 13 years ago
  27. d61580e drd: Fix a race condition in the barrier implementation that could result in false positives. by bart · 13 years ago
  28. b56542a drd: Add a stress test for the barrier implementation by bart · 13 years ago
  29. cdc3fdb drd: Remove an unused member variable from the barrier implementation by bart · 13 years ago
  30. 178b686 drd: drd_thread.c source code cleanup by bart · 13 years ago
  31. 3e928c3 drd, bitmap node allocator: recognize root node size properly by bart · 13 years ago
  32. b6230df drd/tests/pth_barrier[23]: Filter output such that only the error count is kept by bart · 13 years ago
  33. 4651e97 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  34. d65009d drd/tests/pth_once: Restrict the number of callers to three. by bart · 13 years ago
  35. 1f4f300 drd: Remove a too strict assert() statement by bart · 13 years ago
  36. 9e71885 Yet another thread test scheduler sensitivity fix by bart · 13 years ago
  37. f58eb29 drd/tests/pth_detached_sem: Send regression test output to stderr instead of stdout by bart · 13 years ago
  38. 689a868 Verify drd/tests/pth_detached stderr output instead of the stdout output. by bart · 13 years ago
  39. b040454 Two more scheduler sensitivity fixes for thread tool regression tests by bart · 13 years ago
  40. a4cd017 Micro-optimize the matinv regression test by bart · 13 years ago
  41. d1a5cd6 drd: Make drd_pthread_intercepts.c compile again on systems where by bart · 13 years ago
  42. 8dc52aa Make test 1 output independent of scheduler variations. by bart · 13 years ago
  43. 30efc13 Revert r11916, r11917, r11918 and r11923. by bart · 13 years ago
  44. 6d956dc drd: Delay deletion of memory access information of joined threads in order not by bart · 13 years ago
  45. cfca2d4 More thread test scheduler sensitivity fixes by bart · 13 years ago
  46. db57889 Eliminate a superfluous sleep() call and check the pthread_cond_wait() return value by bart · 13 years ago
  47. ac39dee More thread tool regression test scheduler sensitivity fixes by bart · 13 years ago
  48. 651f56b drd/Linux: eliminate busy waiting when starting a thread by bart · 13 years ago
  49. 0a29cbc drd/tests/atomic_var: Reduce scheduler sensitivity by bart · 13 years ago
  50. e6cb2df Disable drd/tests/tc19_shadowmem because too scheduler sensitive by bart · 13 years ago
  51. e35e9d8 drd/tests/annotate_smart_pointer2: Filter out offset by bart · 13 years ago
  52. b6c51bf drd: add a test that verifies that a race is reported for the annotate_smart_pointer test program with annotations disabled by bart · 13 years ago
  53. 19aa392 drd/tests/annotate_smart_pointer: remove a superfluous initialization by bart · 13 years ago
  54. 0c09bf0 The pthread.h on Android has no definition for pthread_rwlock_t, which by sewardj · 13 years ago
  55. 20d702d drd/tests/matinv: Add missing return statement in an error path. by bart · 13 years ago
  56. ac5b95b drd: Source code cleanup - merge two blocks of tracing code by bart · 13 years ago
  57. 43ab339 drd: Source code cleanup - outdent a code block by bart · 13 years ago
  58. c6861b7 drd: Simplify a boolean expression by bart · 13 years ago
  59. 4b3fdb2 drd: Source code cleanup - change two variables from int to bool and outdent one code block by bart · 13 years ago
  60. f5fe4b6 drd: Add an assert statement by bart · 13 years ago
  61. 2e12560 drd: remove a duplicate tl_assert() statement. by bart · 13 years ago
  62. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  63. 53304a5 DRD: eliminate two redundant global variable definitions. See also #273536. by bart · 13 years ago
  64. ce03b75 Reverted r11774 because it didn't make sense. by bart · 13 years ago
  65. 15ebee4 Added missing extern keywords. Patch provided by Daniel Richard G. - closes #275536. by bart · 13 years ago
  66. f071e5e drd/tests/pth_detached.c: eliminated thread_arg[] array and introduced PTHREAD_STACK_MIN. by bart · 13 years ago
  67. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  68. 7a2cc3c DRD: fix issues reported by the IBM static analysis tool. by bart · 13 years ago
  69. 635c773 Fix a type mismatch that gcc-4.6 warns about. by sewardj · 13 years ago
  70. 6d06b39 Fix a couple of warnings when building the regtests. by sewardj · 13 years ago
  71. f976f6c by bart · 14 years ago
  72. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 14 years ago
  73. 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 14 years ago
  74. e874042 Test separately whether g++ and/or gcc support built-in functions for atomic by bart · 14 years ago
  75. 76fcb5a Replaced busy-waiting by waiting on a condition variable. by bart · 14 years ago
  76. 922304f Updated modeline and copyright statement in DRD source files. by bart · 14 years ago
  77. 7d5f523 DRD: Report an error if --free-is-write=yes is used on a program invoking custom memory allocator client requests. by bart · 14 years ago
  78. a3f7b50 Added yet another regression test. by bart · 14 years ago
  79. 86c7623 read_and_free_race test: Reduced number of stack frames to three. by bart · 14 years ago
  80. 74a9bb0 Added more regression tests. by bart · 14 years ago
  81. 639d0ad DRD: Restored --free-is-write support and fixed the bug that was present in the previous implementation. Still needs further testing though. by bart · 14 years ago
  82. c182467 DRD: Added command-line option --trace-hb for tracing ANNOTATE_HAPPENS_BEFORE()/AFTER(). by bart · 14 years ago
  83. f64ff03 Added --free-is-write stress test. by bart · 14 years ago
  84. fc08a53 DRD: Always invoke VG_(cli_free)() before the stop_using_mem callback. by bart · 14 years ago
  85. 49aa4fb DRD: Fixed an assertion failure triggered by setting the environment variable DRD_VERIFY_CONFLICT_SET. This environment variable is a debugging help. by bart · 14 years ago
  86. 23ef19d DRD: More source code cleanup (constant propagation). by bart · 14 years ago
  87. b957ab8 DRD: Allocate thread arguments again on the stack. by bart · 14 years ago
  88. 8ca1623 DRD: Added an output variant for test pth_detached3. by bart · 14 years ago
  89. 5668d4e DRD: Report an error if an invalid argument is passed to pthread_detach(). Do not assume that pthread_detach() returns an error code if its argument is invalid. Should fix #267968. by bart · 14 years ago
  90. 3f5cc7e DRD: Added a regression test. by bart · 14 years ago
  91. 8244b86 DRD: Fixed a race condition triggered by invoking pthread_detach() with an argument not equal to pthread_self(). Potential fix for #267968. by bart · 14 years ago
  92. e476e92 DRD: Removed an obsolete comment. by bart · 14 years ago
  93. 8239742 DRD: Source code cleanup. by bart · 14 years ago
  94. e8653ac Added file header and adjusted indentation. by bart · 14 years ago
  95. 5730031 Unbreak 'make dist' following recent commits. by sewardj · 14 years ago
  96. b5b8740 Add a port to IBM z/Architecture (s390x) running Linux -- Valgrind by sewardj · 14 years ago
  97. 6cfaba7 DRD/Darwin: Suppress even more races triggered by the dynamic loader. by bart · 14 years ago
  98. e16b6a6 DRD/Darwin: Added an expected output file. by bart · 14 years ago
  99. ab8f93d DRD/Darwin: Ignore races triggered by the dynamic loader (dyld) lazy binding mechanism. by bart · 14 years ago
  100. 6de4f41 DRD: Added a (non-functional so far) file drd_darwin_intercepts.c. by bart · 14 years ago