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