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. 9e4efbf Added an output variant. by bart · 15 years ago[Renamed from drd/tests/recursive_mutex.stderr.exp]
  5. 5f09dcf Modified recursive_mutex regression test: improved portability by removing usage of alarm() / all output is now sent to stderr / full output is now compared instead of only a summary. by bart · 15 years ago
  6. 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/recursive_mutex.stderr.exp]
  7. 2afbd9b Only the error count for the recursive_mutex regression test is taken in account. by bart · 16 years ago
  8. ec32120 Updated expected output. by bart · 16 years ago
  9. 2cb588d Renamed drd_intercepts.c into drd_pthread_intercepts.c. by bart · 16 years ago
  10. 777f7fe Added support for POSIX reader-writer locks. Modified exp-drd/tests/filter-stderr such that i386 and AMD64 now generate the same output. Removed *.stderr.exp2 files. Added section that explains differences between LinuxThreads and NPTL to exp-drd/docs/README.txt. Made error message about LinuxThreads more clear. Made error messages more uniform. by bart · 16 years ago
  11. 8bba1f7 An error message is now printed before attempting to lock a non-recursive mutex recursively. by bart · 16 years ago