1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  3. 3cc2620 drd: Ignore ordering introduced by a mutex used in the thread creation wrapper by bart · 10 years ago
  4. d4bab99 drd: Update copyright notice by bart · 11 years ago
  5. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  6. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  7. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 12 years ago
  8. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  9. 876cafd E-mail address update. by bart · 14 years ago
  10. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  11. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  12. d2c5eae Changes: by bart · 15 years ago
  13. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  14. dc1ef03 Wrapped DRD_() macro around even more function names. by bart · 15 years ago
  15. 41b226c Wrapped DRD_() macro around all vector clock function names. by bart · 15 years ago
  16. 3dbdc86 Added DRD_(spinlock_init_or_unlock)(). by bart · 15 years ago
  17. 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/drd_mutex.h]
  18. 2225a03 Changed function not_a_mutex() from static to extern. by bart · 16 years ago
  19. 886b87c DRD now prints where a mutex appeared for the first time in addition to by bart · 16 years ago
  20. 9d5b796 Added support for detecting locks that have been held too long. by bart · 16 years ago
  21. 6bbefaf Added more detailed statistics about thread_new_segment() calls. by bart · 16 years ago
  22. 4a975e1 Modified mutex and condtion variable tracing output slightly. by bart · 16 years ago
  23. 2e3a3c1 Make sure no error message is printed when pthread_mutex_trylock() is called on a non-recursive mutex from the thread that holds a lock on the mutex. by bart · 16 years ago
  24. a2b6e1b Added reference counting to segments. Synchronization objects (mutex, semaphore, barrier, rwlock) now keep a pointer to a segment instead of copying a vector clock for modeling causal relationships. by bart · 16 years ago
  25. 0268dfa Added support for OpenMP barriers -- if libgomp.so has been built with debug information. More in general, added support for nested synchronization constructs. by bart · 16 years ago
  26. 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
  27. 0034464 Converted double mutex error messages into single error messages. by bart · 16 years ago
  28. 3b1ee45 Added detection of more types of runtime errors. Cleaned up tracing output. Added test for tracing output (tc20_verifywrap2). by bart · 16 years ago
  29. 46d5f17 Converted triple "Destroying locked mutex" messages into single messages. by bart · 16 years ago
  30. 4bb53d8 Eliminated the upper bound on the number of client-side mutexes. by bart · 16 years ago
  31. 8bba1f7 An error message is now printed before attempting to lock a non-recursive mutex recursively. by bart · 16 years ago
  32. 291b369 Minor change: renamed one variable. by bart · 16 years ago
  33. 347eeba by sewardj · 16 years ago
  34. 8564292 by sewardj · 16 years ago
  35. 721ad7b Remove pthread_object_size.h and associated hardwired constants. by sewardj · 17 years ago
  36. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago