Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-07-29 | timer_gettime: add time64 syscall support, decouple 32-bit time_t | Rich Felker | 1 | -0/+16 |
2014-01-06 | eliminate explicit (long) casts when making syscalls | Rich Felker | 1 | -1/+1 |
2013-08-03 | fix multiple bugs in SIGEV_THREAD timers | Rich Felker | 1 | -1/+5 |
2011-04-06 | fix signal-based timers with null sigevent argument | Rich Felker | 1 | -2/+1 |
2011-03-30 | avoid all malloc/free in timer creation/destruction | Rich Felker | 1 | -1/+3 |
2011-03-29 | implement POSIX timers | Rich Felker | 1 | -0/+7 |