1. ef1306d Refactoring: C++11 style DISABLE_ bionic marcos by Dmitriy Ivanov · 10 years ago
  2. 5beddb7 Fix pthread_attr_getstack__main_thread. by Elliott Hughes · 10 years ago
  3. 67f1f3b Have pthread_attr_getstack for the main thread report RLIMIT_STACK... by Elliott Hughes · 10 years ago
  4. 6421823 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 10 years ago
  5. 18d93f2 Do a second key cleanup in pthread_exit. by Christopher Ferris · 10 years ago
  6. 11bf8a3 Only wipe TLS for user-supplied stacks. by Elliott Hughes · 10 years ago
  7. ebb770f Add a new pthread_key_delete test. by Elliott Hughes · 10 years ago
  8. 92687e4 Cleaned up pthread rwlocks implementation. by Calin Juravle · 10 years ago
  9. 76f352e Mutex-free implementation of pthread_rwlock by Calin Juravle · 10 years ago
  10. 3694ec6 Add a regression test for a long-fixed pthread_once bug. by Elliott Hughes · 10 years ago
  11. 1728b23 Switch to g_ for globals. by Elliott Hughes · 10 years ago
  12. 954cf0d Hide the __bionic_clone and __bionic_clone_entry implementation details. by Elliott Hughes · 10 years ago
  13. 04620a3 Fix pthread_detach for already-exited threads. by Elliott Hughes · 10 years ago
  14. 4b558f5 Rewrite the POSIX timer functions. by Elliott Hughes · 10 years ago
  15. 0e714a5 Implement POSIX pthread_mutex_timedlock. by Elliott Hughes · 10 years ago
  16. 51e6cb3 Implement pthread_condattr_{get,set}clock. by Narayan Kamath · 10 years ago
  17. f04935c Make sure that the same tests are on all platforms. by Christopher Ferris · 10 years ago
  18. 718a5b5 Fix pthread_test to work with gtest 1.7.0. by Elliott Hughes · 10 years ago
  19. dd00364 Pass a valid stack pointer to __bionic_clone in pthread.__bionic_clone by Chris Dearman · 10 years ago
  20. 1887621 PTHREAD_KEYS_MAX cleanup. by Elliott Hughes · 10 years ago
  21. 877ec6d Fix pthread_join. by Elliott Hughes · 11 years ago
  22. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 11 years ago
  23. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 11 years ago
  24. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 11 years ago
  25. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 11 years ago
  26. 5b9310e Fix 32-bit issues in tests, and add a trivial test for the FD_* macros. by Elliott Hughes · 11 years ago
  27. 9b06cc3 Fix pthread_getcpuclockid. by Jeff Hao · 11 years ago
  28. b95cf0d Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize. by Elliott Hughes · 11 years ago
  29. 0f020d1 Handles spurious wake-ups in pthread_join() by msg555 · 11 years ago
  30. a41ba2f Fix pthread_setname_np's behavior on invalid pthread_ts. by Elliott Hughes · 11 years ago
  31. fae89fc Fix raise(3) so it works in signal handlers. by Elliott Hughes · 11 years ago
  32. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 11 years ago
  33. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 11 years ago
  34. 7fd803c Fix the stack protector death test. by Elliott Hughes · 11 years ago
  35. 9701d4b Give up trying to build the pthread_setname_np tests for glibc. by Elliott Hughes · 11 years ago
  36. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 11 years ago
  37. fcaf4e9 Merge "Revert "More pthreads cleanup."" by Elliott Hughes · 11 years ago
  38. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 11 years ago
  39. 85f491f Merge "More pthreads cleanup." by Elliott Hughes · 11 years ago
  40. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 11 years ago
  41. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 11 years ago
  42. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 11 years ago
  43. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 11 years ago
  44. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 11 years ago
  45. c5d028f Only have one copy of the kernel_sigset_t hack, and add more tests. by Elliott Hughes · 11 years ago
  46. 4f251be Don't corrupt the thread list if the main thread exits. by Elliott Hughes · 12 years ago
  47. 10ce969 Fix bug in pthread_join, pthread_exit, pthread_detach by Sergey Melnikov · 12 years ago
  48. 14f1959 Fix the pthread_join on self error case. by Elliott Hughes · 12 years ago
  49. 4d014e1 Add more pthreads tests. by Elliott Hughes · 12 years ago
  50. bfeab1b Don't corrupt the thread list in static executables. by Elliott Hughes · 12 years ago