1. 689a868 Verify drd/tests/pth_detached stderr output instead of the stdout output. by bart · 13 years ago
  2. db57889 Eliminate a superfluous sleep() call and check the pthread_cond_wait() return value by bart · 13 years ago
  3. f071e5e drd/tests/pth_detached.c: eliminated thread_arg[] array and introduced PTHREAD_STACK_MIN. by bart · 13 years ago
  4. 76fcb5a Replaced busy-waiting by waiting on a condition variable. by bart · 13 years ago
  5. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  6. 1169b79 Made pth_detached2 regression test more reliable. by bart · 15 years ago
  7. 55df6e7 Just as for the regression tests of other Valgrind tools, do not explicitly state that these are licensed under the GPLv2 license but leave this implicit. by bart · 15 years ago
  8. 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_detached.c]
  9. 5f57be9 - Renamed the client request VG_USERREQ__GET_THREAD_SELF into by bart · 16 years ago
  10. 3c1e9d8 Split client requests into public and tool-internal. by bart · 16 years ago
  11. 354009c Removed support for thread names. by bart · 16 years ago
  12. 6c87f31 Changed termination test back to mutex-protected counter. by bart · 16 years ago
  13. a547c82 The dots (one per detached thread) are again all printed on one line instead of one per line. Changed termination test from a counter protected by a mutex to a counting semaphore. by bart · 16 years ago
  14. 25200ff Reintroduced setting thread names (conditionally), such that the races triggered by snprintf() can be debugged. by bart · 16 years ago
  15. 4d72f10 Modified pth_detached test program such that each dot printed by the detached threads is now printed on a line by itself. by bart · 16 years ago
  16. c71e3bc Removed calls to set_thread_name() because the calls to snprintf() caused data races. by bart · 16 years ago
  17. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago