about summary refs log tree commit diff
path: root/src/time
Commit message (Expand)AuthorAgeFilesLines
* avoid all malloc/free in timer creation/destructionRich Felker2011-03-305-29/+20
* optimize timer creation and possibly protect against some minor racesRich Felker2011-03-301-14/+19
* reorder timer initialization so that timer_create does not depend on freeRich Felker2011-03-292-9/+17
* implement POSIX timersRich Felker2011-03-295-0/+143
* overhaul cancellation to fix resource leaks and dangerous behavior with signalsRich Felker2011-03-241-0/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-206-11/+6
* if returning errno value directly from a syscall, we need to negate it.Rich Felker2011-03-191-1/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-193-6/+3
* misplaced & in times() made it fail to work, and clobber the stackRich Felker2011-03-121-1/+1
* more cancellation points: tcdrain, clock_nanosleepRich Felker2011-03-101-1/+6
* fix errno behavior in clock_* functionsRich Felker2011-03-103-3/+0
* implement the remaining clock_* interfacesRich Felker2011-02-195-0/+36
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1225-0/+874