1. 31fb174 add limited pthread_setattr_default_np API to set stack size defaults by Rich Felker · 8 years ago
  2. 8fb28b0 add pthread_setname_np by Felix Janda · 8 years ago
  3. 3d98146 pthread: implement try/timed join variants by Bobby Bingham · 8 years ago
  4. a603a75 remove attribute((const)) from pthread_self and errno location decls by Rich Felker · 9 years ago
  5. 102f6a0 add new masked cancellation mode by Rich Felker · 10 years ago
  6. f164875 don't shadow functions with macros in C++ by Bobby Bingham · 10 years ago
  7. 7406fdf add pthread_setaffinity_np and pthread_getaffinity_np functions by Rich Felker · 11 years ago
  8. 0b2764d provide prototype for pthread_getattr_np by Rich Felker · 11 years ago
  9. 5c6443a add stub versions of some missing optional pthread interfaces by Rich Felker · 12 years ago
  10. 1e21e78 add support for thread scheduling (POSIX TPS option) by Rich Felker · 12 years ago
  11. 455f968 remove all remaining redundant __restrict/__inline/_Noreturn defs by Rich Felker · 12 years ago
  12. 0c05bd3 further use of _Noreturn, for non-plain-C functions by Rich Felker · 12 years ago
  13. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  14. d367519 use c++-friendly initializers for pthread initializer definitions by Rich Felker · 13 years ago
  15. afc35d5 replace bad cancellation cleanup abi with a sane one by Rich Felker · 13 years ago
  16. 9205e48 macro for pthread_equal by Rich Felker · 13 years ago
  17. cbf3597 use __attribute__((const)) for errno and pthread_self if __GNUC__ is defined by Rich Felker · 13 years ago
  18. ddd87b2 implement pthread_[sg]etconcurrency. by Rich Felker · 13 years ago
  19. 3df3d4f fix misspelled PTHREAD_CANCELED constant by Rich Felker · 13 years ago
  20. ea34336 match glibc/lsb cancellation abi on i386 by Rich Felker · 13 years ago
  21. 047e434 implement robust mutexes by Rich Felker · 14 years ago
  22. d8d19f4 pthread.h needs clockid_t by Rich Felker · 14 years ago
  23. f1821fc missing const in some pthread_attr_* prototypes by Rich Felker · 14 years ago
  24. 7d57e05 add prototypes for pthread_condattr_* and pthread_rwlockattr_* by Rich Felker · 14 years ago
  25. e9417ff add pthread_atfork interface by Rich Felker · 14 years ago
  26. e882756 reorganize pthread data structures and move the definitions to alltypes.h by Rich Felker · 14 years ago
  27. 56b784d add to pthread.h: pthread_mutex_timedlock and sched.h, time.h by Rich Felker · 14 years ago
  28. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago