getopt: fix null pointer arithmetic ub
[musl] / src / thread / __wait.c
2015-02-09 Szabolcs Nagyuse the internal macro name FUTEX_PRIVATE in __wait
2014-08-26 Rich Felkerrefrain from spinning on locks when there is already...
2014-08-25 Rich Felkersanitize number of spins in userspace before futex...
2014-08-23 Rich Felkerfix fallback checks for kernels without private futex...
2014-08-16 Rich Felkermake futex operations use private-futex mode when possible
2014-01-07 Rich Felkereliminate explicit (long) casts when making syscalls
2011-05-07 Rich Felkerreduce some ridiculously large spin counts
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0