1. a41ba2f Fix pthread_setname_np's behavior on invalid pthread_ts. by Elliott Hughes · 12 years ago
  2. fae89fc Fix raise(3) so it works in signal handlers. by Elliott Hughes · 12 years ago
  3. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago
  4. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  5. 7fd803c Fix the stack protector death test. by Elliott Hughes · 12 years ago
  6. 9701d4b Give up trying to build the pthread_setname_np tests for glibc. by Elliott Hughes · 12 years ago
  7. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  8. fcaf4e9 Merge "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  9. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
  10. 85f491f Merge "More pthreads cleanup." by Elliott Hughes · 12 years ago
  11. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 12 years ago
  12. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
  13. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  14. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  15. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
  16. c5d028f Only have one copy of the kernel_sigset_t hack, and add more tests. by Elliott Hughes · 12 years ago
  17. 4f251be Don't corrupt the thread list if the main thread exits. by Elliott Hughes · 12 years ago
  18. 10ce969 Fix bug in pthread_join, pthread_exit, pthread_detach by Sergey Melnikov · 12 years ago
  19. 14f1959 Fix the pthread_join on self error case. by Elliott Hughes · 12 years ago
  20. 4d014e1 Add more pthreads tests. by Elliott Hughes · 12 years ago
  21. bfeab1b Don't corrupt the thread list in static executables. by Elliott Hughes · 12 years ago