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