summaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)AuthorLines
2011-03-30avoid all malloc/free in timer creation/destructionRich Felker-29/+20
2011-03-30optimize timer creation and possibly protect against some minor racesRich Felker-14/+19
2011-03-29reorder timer initialization so that timer_create does not depend on freeRich Felker-9/+17
2011-03-29implement POSIX timersRich Felker-0/+143
2011-03-24overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker-0/+1
2011-03-20global cleanup to use the new syscall interfaceRich Felker-11/+6
2011-03-19if returning errno value directly from a syscall, we need to negate it.Rich Felker-1/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker-6/+3
2011-03-12misplaced & in times() made it fail to work, and clobber the stackRich Felker-1/+1
2011-03-10more cancellation points: tcdrain, clock_nanosleepRich Felker-1/+6
2011-03-10fix errno behavior in clock_* functionsRich Felker-3/+0
2011-02-19implement the remaining clock_* interfacesRich Felker-0/+36
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+874