Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | overhaul pthread cancellation | Rich Felker | 2011-04-17 | 1 | -5/+1 |
* | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | 2011-04-06 | 1 | -1/+1 |
* | if returning errno value directly from a syscall, we need to negate it. | Rich Felker | 2011-03-19 | 1 | -1/+1 |
* | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 2011-03-19 | 1 | -2/+1 |
* | more cancellation points: tcdrain, clock_nanosleep | Rich Felker | 2011-03-10 | 1 | -1/+6 |
* | implement the remaining clock_* interfaces | Rich Felker | 2011-02-19 | 1 | -0/+8 |