type exposure fixes in sys/sem.h
[musl] / src / time /
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-10 Rich Felkerfix (hopefully) all hard-coded 8's for kernel sigset_t...
2012-06-13 Rich Felkeradd timegm function (inverse of gmtime), nonstandard
2012-05-24 Rich Felkerlinux deprecated SYS_utime on some archs, so use SYS_ut...
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2012-03-02 Rich Felkerremove debug cruft that was left in getdate
2012-03-02 Rich Felkerfirst try at implementing getdate function
2012-03-02 Rich Felkerfix bugs in strptime handling of string day/month names...
2012-02-28 Rich Felkerimplement wcsftime function
2011-09-26 Rich Felkercleanup various minor issues reported by nsz
2011-09-16 Rich Felkerfix assumptions that char is signed
2011-09-14 Rich Felkerremove incorrectly-made-visible internal dst offset...
2011-09-05 Rich Felkerstrptime: fix use of uninitialized dest field in conver...
2011-08-16 Rich Felkerpartially working strptime
2011-08-13 Rich Felkerfix missing include in last commit
2011-08-13 Rich Felkerfix clock() function
2011-08-12 Rich Felkermore efficient signal blocking for timer threads
2011-08-12 Rich Felkernormal exit from timer thread should run dtors, restore...
2011-08-11 Rich Felkerblock signals in timer threads
2011-08-07 Rich Felkeruse weak aliase rather than weak reference for vdso...
2011-07-24 Rich Felkerworkaround for gcc's optimizer breaking dynamic symbol...
2011-07-24 Rich Felkerconst correctness on function pointer
2011-07-24 Rich Felkersome preliminaries for vdso clock support
2011-06-14 Rich Felkerremove old useless timezone.s file (unused)
2011-06-06 Rich Felkeruse volatile pointers for intentional-crash code.
2011-05-08 Rich Felkeroptimize compound-literal sigset_t's not to contain...
2011-05-08 Rich Felkeroverhaul implementation-internal signal protections
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-14 Rich Felkeruse a separate signal from SIGCANCEL for SIGEV_THREAD...
2011-04-09 Rich Felkerrun pthread tsd destructors when a timer thread pretend...
2011-04-09 Rich Felkergreatly improve SIGEV_THREAD timers
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-04-06 Rich Felkerfix signal-based timers with null sigevent argument
2011-04-03 Rich Felkertimer threads should sleep and stay asleep... a long...
2011-04-03 Rich Felkerrevert to deleting kernel-level timer from cancellation...
2011-04-03 Rich Felkersimplify calling of timer signal handler
2011-03-30 Rich Felkeravoid all malloc/free in timer creation/destruction
2011-03-30 Rich Felkeroptimize timer creation and possibly protect against...
2011-03-30 Rich Felkerreorder timer initialization so that timer_create does...
2011-03-29 Rich Felkerimplement POSIX timers
2011-03-24 Rich Felkeroverhaul cancellation to fix resource leaks and dangero...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-20 Rich Felkerif returning errno value directly from a syscall, we...
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-03-13 Rich Felkermisplaced & in times() made it fail to work, and clobbe...
2011-03-10 Rich Felkermore cancellation points: tcdrain, clock_nanosleep
2011-03-10 Rich Felkerfix errno behavior in clock_* functions
2011-02-19 Rich Felkerimplement the remaining clock_* interfaces
2011-02-12 Rich Felkerinitial check-in, version 0.5.0