Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
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 |