Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement POSIX timers | Rich Felker | 2011-03-29 | 5 | -0/+143 |
* | overhaul cancellation to fix resource leaks and dangerous behavior with signals | Rich Felker | 2011-03-24 | 1 | -0/+1 |
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 6 | -11/+6 |
* | 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 | 3 | -6/+3 |
* | misplaced & in times() made it fail to work, and clobber the stack | Rich Felker | 2011-03-12 | 1 | -1/+1 |
* | more cancellation points: tcdrain, clock_nanosleep | Rich Felker | 2011-03-10 | 1 | -1/+6 |
* | fix errno behavior in clock_* functions | Rich Felker | 2011-03-10 | 3 | -3/+0 |
* | implement the remaining clock_* interfaces | Rich Felker | 2011-02-19 | 5 | -0/+36 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 25 | -0/+874 |