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