Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify unified timed wait code, drop support for newer method | Rich Felker | 2011-08-07 | 1 | -31/+28 |
* | timedwait: play it safe for now | Rich Felker | 2011-08-03 | 1 | -1/+1 |
* | correctly handle old kernels without FUTEX_WAIT_BITSET | Rich Felker | 2011-08-02 | 1 | -1/+1 |
* | unify and overhaul timed futex waits | Rich Felker | 2011-08-02 | 1 | -14/+39 |
* | overhaul pthread cancellation | Rich Felker | 2011-04-17 | 1 | -1/+1 |
* | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | 2011-04-06 | 1 | -1/+1 |
* | major semaphore improvements (performance and correctness) | Rich Felker | 2011-04-06 | 1 | -1/+1 |
* | if returning errno value directly from a syscall, we need to negate it. | Rich Felker | 2011-03-19 | 1 | -1/+1 |
* | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 2011-03-19 | 1 | -2/+1 |
* | don't expose EAGAIN, etc. from timed futex wait to caller | Rich Felker | 2011-03-16 | 1 | -1/+4 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+21 |