Age | Commit message (Expand) | Author | Files | Lines |
2012-03-02 | remove debug cruft that was left in getdate | Rich Felker | 1 | -2/+0 |
2012-03-02 | first try at implementing getdate function | Rich Felker | 1 | -0/+47 |
2012-03-02 | fix bugs in strptime handling of string day/month names, literals | Rich Felker | 1 | -0/+2 |
2012-02-28 | implement wcsftime function | Rich Felker | 1 | -0/+32 |
2011-09-26 | cleanup various minor issues reported by nsz | Rich Felker | 1 | -1/+2 |
2011-09-16 | fix assumptions that char is signed | Rich Felker | 1 | -2/+2 |
2011-09-14 | remove incorrectly-made-visible internal dst offset variable | Rich Felker | 1 | -1/+0 |
2011-09-05 | strptime: fix use of uninitialized dest field in converting integer | Rich Felker | 1 | -1/+1 |
2011-08-16 | partially working strptime | Rich Felker | 1 | -148/+149 |
2011-08-13 | fix missing include in last commit | Rich Felker | 1 | -0/+1 |
2011-08-13 | fix clock() function | Rich Felker | 1 | -2/+7 |
2011-08-12 | more efficient signal blocking for timer threads | Rich Felker | 1 | -4/+4 |
2011-08-11 | normal exit from timer thread should run dtors, restore cancel state | Rich Felker | 1 | -1/+1 |
2011-08-11 | block signals in timer threads | Rich Felker | 1 | -0/+4 |
2011-08-07 | use weak aliase rather than weak reference for vdso clock_gettime | Rich Felker | 1 | -8/+12 |
2011-07-24 | workaround for gcc's optimizer breaking dynamic symbol resolution | Rich Felker | 1 | -1/+2 |
2011-07-24 | const correctness on function pointer | Rich Felker | 1 | -1/+1 |
2011-07-23 | some preliminaries for vdso clock support | Rich Felker | 3 | -7/+35 |
2011-06-13 | remove old useless timezone.s file (unused) | Rich Felker | 1 | -27/+0 |
2011-06-06 | use volatile pointers for intentional-crash code. | Rich Felker | 1 | -1/+1 |
2011-05-07 | optimize compound-literal sigset_t's not to contain useless hurd bits | Rich Felker | 1 | -1/+1 |
2011-05-07 | overhaul implementation-internal signal protections | Rich Felker | 1 | -2/+1 |
2011-04-17 | overhaul pthread cancellation | Rich Felker | 2 | -11/+2 |
2011-04-14 | use a separate signal from SIGCANCEL for SIGEV_THREAD timers | Rich Felker | 1 | -7/+25 |
2011-04-09 | run pthread tsd destructors when a timer thread pretends to exit | Rich Felker | 1 | -0/+6 |
2011-04-09 | greatly improve SIGEV_THREAD timers | Rich Felker | 2 | -15/+20 |
2011-04-06 | consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix | Rich Felker | 3 | -3/+3 |
2011-04-06 | fix signal-based timers with null sigevent argument | Rich Felker | 5 | -28/+19 |
2011-04-03 | timer threads should sleep and stay asleep... a long time | Rich Felker | 1 | -1/+1 |
2011-04-03 | revert to deleting kernel-level timer from cancellation handler | Rich Felker | 2 | -7/+11 |
2011-04-03 | simplify calling of timer signal handler | Rich Felker | 1 | -3/+1 |
2011-03-30 | avoid all malloc/free in timer creation/destruction | Rich Felker | 5 | -29/+20 |
2011-03-30 | optimize timer creation and possibly protect against some minor races | Rich Felker | 1 | -14/+19 |
2011-03-29 | reorder timer initialization so that timer_create does not depend on free | Rich Felker | 2 | -9/+17 |
2011-03-29 | implement POSIX timers | Rich Felker | 5 | -0/+143 |
2011-03-24 | overhaul cancellation to fix resource leaks and dangerous behavior with signals | Rich Felker | 1 | -0/+1 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 6 | -11/+6 |
2011-03-19 | if returning errno value directly from a syscall, we need to negate it. | Rich Felker | 1 | -1/+1 |
2011-03-19 | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 3 | -6/+3 |
2011-03-12 | misplaced & in times() made it fail to work, and clobber the stack | Rich Felker | 1 | -1/+1 |
2011-03-10 | more cancellation points: tcdrain, clock_nanosleep | Rich Felker | 1 | -1/+6 |
2011-03-10 | fix errno behavior in clock_* functions | Rich Felker | 3 | -3/+0 |
2011-02-19 | implement the remaining clock_* interfaces | Rich Felker | 5 | -0/+36 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 25 | -0/+874 |