Age | Commit message (Expand) | Author | Files | Lines |
2015-03-02 | factor cancellation cleanup push/pop out of futex __timedwait function | Rich Felker | 1 | -9/+13 |
2015-02-27 | fix failure of internal futex __timedwait to report ECANCELED | Rich Felker | 1 | -1/+1 |
2014-09-06 | use weak symbols for the POSIX functions that will be used by C threads | Jens Gustedt | 1 | -3/+6 |
2014-08-22 | fix fallback checks for kernels without private futex support | Rich Felker | 1 | -1/+1 |
2014-08-15 | make futex operations use private-futex mode when possible | Rich Felker | 1 | -15/+9 |
2011-08-07 | simplify unified timed wait code, drop support for newer method | Rich Felker | 1 | -31/+28 |
2011-08-03 | timedwait: play it safe for now | Rich Felker | 1 | -1/+1 |
2011-08-02 | correctly handle old kernels without FUTEX_WAIT_BITSET | Rich Felker | 1 | -1/+1 |
2011-08-02 | unify and overhaul timed futex waits | Rich Felker | 1 | -14/+39 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 1 | -1/+1 |
2011-04-06 | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | 1 | -1/+1 |
2011-04-06 | major semaphore improvements (performance and correctness) | Rich Felker | 1 | -1/+1 |
2011-03-19 | if returning errno value directly from a syscall, we need to negate it. | Rich Felker | 1 | -1/+1 |
2011-03-19 | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 1 | -2/+1 |
2011-03-16 | don't expose EAGAIN, etc. from timed futex wait to caller | Rich Felker | 1 | -1/+4 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+21 |