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