Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -1/+1 |
2011-08-02 | fix sem_timedwait bug introduced in timedwait unification | Rich Felker | -0/+1 |
2011-08-02 | unify and overhaul timed futex waits | Rich Felker | -7/+1 |
2011-08-02 | overhaul posix semaphores to fix destructability race | Rich Felker | -23/+13 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | -4/+1 |
2011-04-06 | major semaphore improvements (performance and correctness) | Rich Felker | -15/+30 |
2011-03-24 | overhaul cancellation to fix resource leaks and dangerous behavior with signals | Rich Felker | -1/+4 |
2011-03-10 | fix some semaphore wait semantics (race condition deadlock and error checking) | Rich Felker | -0/+5 |
2011-03-07 | fix off-by-one error in sem_(timed)wait (using old sem value instead of new) | Rich Felker | -1/+1 |
2011-03-04 | implement POSIX semaphores | Rich Felker | -0/+18 |