Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-01-09 | consistently use the LOCK an UNLOCK macros | Jens Gustedt | -1/+1 |
2018-01-09 | new lock algorithm with state and congestion count in one atomic int | Jens Gustedt | -3/+2 |
2017-10-13 | fix read-after-free type error in pthread_detach | Rich Felker | -1/+2 |
2014-09-07 | add C11 thread creation and related thread functions | Rich Felker | -1/+3 |
2014-09-06 | use weak symbols for the POSIX functions that will be used by C threads | Jens Gustedt | -2/+6 |
2012-07-12 | fix several locks that weren't updated right for new futex-based __lock | Rich Felker | -2/+2 |
2012-07-11 | fix potential race condition in detached threads | Rich Felker | -2/+2 |
2011-09-16 | fix more instances of old a_xchg (use new a_swap name) | Rich Felker | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+11 |