summaryrefslogtreecommitdiff
path: root/src/thread/__timedwait.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-07simplify unified timed wait code, drop support for newer methodRich Felker1-31/+28
2011-08-03timedwait: play it safe for nowRich Felker1-1/+1
2011-08-02correctly handle old kernels without FUTEX_WAIT_BITSETRich Felker1-1/+1
2011-08-02unify and overhaul timed futex waitsRich Felker1-14/+39
2011-04-17overhaul pthread cancellationRich Felker1-1/+1
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker1-1/+1
2011-04-06major semaphore improvements (performance and correctness)Rich Felker1-1/+1
2011-03-19if returning errno value directly from a syscall, we need to negate it.Rich Felker1-1/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker1-2/+1
2011-03-16don't expose EAGAIN, etc. from timed futex wait to callerRich Felker1-1/+4
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+21