Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2011-03-30 | avoid all malloc/free in timer creation/destruction | Rich Felker | -20/+4 |
2011-03-30 | optimize timer creation and possibly protect against some minor races | Rich Felker | -14/+19 |
2011-03-29 | reorder timer initialization so that timer_create does not depend on free | Rich Felker | -8/+16 |
2011-03-29 | implement POSIX timers | Rich Felker | -0/+110 |