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