Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use the internal macro name FUTEX_PRIVATE in __wait | Szabolcs Nagy | 2015-02-09 | 1 | -1/+1 |
* | refrain from spinning on locks when there is already a waiter | Rich Felker | 2014-08-25 | 1 | -1/+1 |
* | sanitize number of spins in userspace before futex wait | Rich Felker | 2014-08-25 | 1 | -1/+1 |
* | fix fallback checks for kernels without private futex support | Rich Felker | 2014-08-22 | 1 | -1/+1 |
* | make futex operations use private-futex mode when possible | Rich Felker | 2014-08-15 | 1 | -3/+5 |
* | eliminate explicit (long) casts when making syscalls | Rich Felker | 2014-01-06 | 1 | -1/+1 |
* | reduce some ridiculously large spin counts | Rich Felker | 2011-05-06 | 1 | -1/+1 |
* | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | 2011-04-06 | 1 | -1/+1 |
* | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 2011-03-19 | 1 | -2/+1 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+16 |