1. 31b983d Removed trailing whitespace in C source and header files. by bart · 15 years ago
  2. 1169b79 Made pth_detached2 regression test more reliable. by bart · 15 years ago
  3. 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 · 16 years ago
  4. 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]
  5. 5f57be9 - Renamed the client request VG_USERREQ__GET_THREAD_SELF into by bart · 16 years ago
  6. 3c1e9d8 Split client requests into public and tool-internal. by bart · 16 years ago
  7. 354009c Removed support for thread names. by bart · 16 years ago
  8. 6c87f31 Changed termination test back to mutex-protected counter. by bart · 16 years ago
  9. 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
  10. 25200ff Reintroduced setting thread names (conditionally), such that the races triggered by snprintf() can be debugged. by bart · 16 years ago
  11. 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
  12. c71e3bc Removed calls to set_thread_name() because the calls to snprintf() caused data races. by bart · 17 years ago
  13. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago