1. fd80cfa omit pthread tsd dtor code if tsd is not used by Rich Felker · 13 years ago
  2. 4ae5e81 simplify setting result on thread cancellation by Rich Felker · 13 years ago
  3. 3df3d4f fix misspelled PTHREAD_CANCELED constant by Rich Felker · 13 years ago
  4. bf619d8 major improvements to cancellation handling by Rich Felker · 13 years ago
  5. ea34336 match glibc/lsb cancellation abi on i386 by Rich Felker · 13 years ago
  6. b470030 overhaul cancellation to fix resource leaks and dangerous behavior with signals by Rich Felker · 13 years ago
  7. aa398f5 global cleanup to use the new syscall interface by Rich Felker · 13 years ago
  8. 685e40b syscall overhaul part two - unify public and internal syscall interface by Rich Felker · 13 years ago
  9. d00ff29 overhaul syscall interface by Rich Felker · 13 years ago
  10. 29fae65 cut out a syscall on thread creation in the case where guard size is 0 by Rich Felker · 13 years ago
  11. 5eb0d33 implement flockfile api, rework stdio locking by Rich Felker · 13 years ago
  12. 5fcebcd optimize pthread termination in the non-detached case by Rich Felker · 13 years ago
  13. 52213f7 security fix: check that cancel/rsyscall signal was sent by the process itself by Rich Felker · 13 years ago
  14. 98e0214 use rt_sigprocmask, not legacy sigprocmask, syscall in pthread exit code by Rich Felker · 14 years ago
  15. 19eb13b race condition fix: block all signals before decrementing thread count by Rich Felker · 14 years ago
  16. fb11b6b make pthread_exit run dtors for last thread, wait to decrement thread count by Rich Felker · 14 years ago
  17. e882756 reorganize pthread data structures and move the definitions to alltypes.h by Rich Felker · 14 years ago
  18. 0b2006c begin unifying clone/thread management interface in preparation for porting by Rich Felker · 14 years ago
  19. 5966680 make pthread_create return EAGAIN on resource failure, as required by POSIX by Rich Felker · 14 years ago
  20. 1a9a2ff reorganize thread exit code, make pthread_exit call cancellation handlers (pt2) by Rich Felker · 14 years ago
  21. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago