Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
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 |