Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2019-07-28 | clock_nanosleep: add time64 syscall support, decouple 32-bit time_t | Rich Felker | -0/+25 |
2019-07-27 | refactor thrd_sleep and nanosleep in terms of clock_nanosleep | Rich Felker | -3/+7 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | -1/+0 |
2016-10-20 | fix clock_nanosleep error case | Daniel Sabogal | -1/+3 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | -5/+1 |
2011-04-06 | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | -1/+1 |
2011-03-19 | if returning errno value directly from a syscall, we need to negate it. | Rich Felker | -1/+1 |
2011-03-19 | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | -2/+1 |
2011-03-10 | more cancellation points: tcdrain, clock_nanosleep | Rich Felker | -1/+6 |
2011-02-19 | implement the remaining clock_* interfaces | Rich Felker | -0/+8 |