about summary refs log tree commit diff
path: root/src/thread/__wait.c
Commit message (Expand)AuthorAgeFilesLines
* use the internal macro name FUTEX_PRIVATE in __waitSzabolcs Nagy2015-02-091-1/+1
* refrain from spinning on locks when there is already a waiterRich Felker2014-08-251-1/+1
* sanitize number of spins in userspace before futex waitRich Felker2014-08-251-1/+1
* fix fallback checks for kernels without private futex supportRich Felker2014-08-221-1/+1
* make futex operations use private-futex mode when possibleRich Felker2014-08-151-3/+5
* eliminate explicit (long) casts when making syscallsRich Felker2014-01-061-1/+1
* reduce some ridiculously large spin countsRich Felker2011-05-061-1/+1
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-2/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+16