Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2014-01-06 | eliminate explicit (long) casts when making syscalls | Rich Felker | -1/+1 |
2013-08-03 | fix multiple bugs in SIGEV_THREAD timers | Rich Felker | -4/+5 |
2011-04-09 | greatly improve SIGEV_THREAD timers | Rich Felker | -1/+6 |
2011-04-06 | fix signal-based timers with null sigevent argument | Rich Felker | -3/+2 |
2011-04-03 | revert to deleting kernel-level timer from cancellation handler | Rich Felker | -7/+3 |
2011-03-30 | avoid all malloc/free in timer creation/destruction | Rich Felker | -6/+7 |
2011-03-29 | reorder timer initialization so that timer_create does not depend on free | Rich Felker | -1/+1 |
2011-03-29 | implement POSIX timers | Rich Felker | -0/+12 |