__time_to_tm: initialize tm_zone and tm_gmtoff
[musl] / src / time / timer_create.c
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
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...
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-05-08 Rich Felkeroptimize compound-literal sigset_t's not to contain...
2011-05-08 Rich Felkeroverhaul implementation-internal signal protections
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-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