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