about summary refs log tree commit diff
path: root/src/thread/__timedwait.c
Commit message (Expand)AuthorAgeFilesLines
* simplify unified timed wait code, drop support for newer methodRich Felker2011-08-071-31/+28
* timedwait: play it safe for nowRich Felker2011-08-031-1/+1
* correctly handle old kernels without FUTEX_WAIT_BITSETRich Felker2011-08-021-1/+1
* unify and overhaul timed futex waitsRich Felker2011-08-021-14/+39
* overhaul pthread cancellationRich Felker2011-04-171-1/+1
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* major semaphore improvements (performance and correctness)Rich Felker2011-04-061-1/+1
* if returning errno value directly from a syscall, we need to negate it.Rich Felker2011-03-191-1/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-2/+1
* don't expose EAGAIN, etc. from timed futex wait to callerRich Felker2011-03-161-1/+4
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+21