1. b2260b8 Reverted r11536 because it didn't have the desired effect - changing the behavior of DRD on Darwin. by bart · 13 years ago
  2. 9fc7fac DRD: don't inline pthread intercepts because in combination with the current fragile implementation of the CALL_FN_* macros inlining intercepts can easily trigger stack alignment errors on Darwin. by bart · 13 years ago
  3. cab64bc Update .exp files for r10783. by njn · 15 years ago
  4. 791a0c6 Implemented a more systematic approach for intercepting POSIX threads by bart · 15 years ago
  5. 9667ccd Modified filter_stderr to filter out even more platform differences. by bart · 15 years ago
  6. d2d744c Make the regression tests pass again on Linux. by bart · 15 years ago
  7. a1fc3a5 More regression test output tuning. by bart · 15 years ago
  8. 292c1e2 Renamed vg_thread_wrapper() into DRD_(thread_wrapper)(). by bart · 15 years ago
  9. ccf17de Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools. by bart · 16 years ago[Renamed from exp-drd/tests/pth_cond_race.stderr.exp]
  10. 391d9dc Made error messages more verbose. by bart · 16 years ago
  11. 886b87c DRD now prints where a mutex appeared for the first time in addition to by bart · 16 years ago
  12. 46b5fce Some time ago reporting sending POSIX signals where the mutex associated by bart · 16 years ago
  13. 1160800 Disabled the warning on sending a signal without having locked the associated mutex, since this is not always an error. by bart · 16 years ago
  14. 2cb588d Renamed drd_intercepts.c into drd_pthread_intercepts.c. by bart · 16 years ago
  15. f16b77c More finetuning of output filtering. by bart · 16 years ago
  16. 347eeba by sewardj · 17 years ago
  17. eced459 Rename drd_preloaded.c to drd_intercepts.c (Bart Van Assche) by sewardj · 17 years ago
  18. c68cbe3 Translate the drd regtests from C++ to C. (Bart Van Assche). by sewardj · 17 years ago
  19. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago