regex: simplify the {,} repetition parsing logic
[oweals/musl.git] / src / signal / sigaction.c
2015-12-16 Rich Felkerfix crash when signal number 0 is passed to sigaction
2015-09-23 Rich Felkerfix signal return for sh/fdpic
2014-03-24 Rich Felkeralways initialize thread pointer at program start
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-08-10 Rich Felkeroptimize posix_spawn to avoid spurious sigaction syscalls
2013-07-30 Timo Teräsuse separate sigaction buffers for old and new data
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-10-12 Rich Felkeravoid the thread-ptr-init behavior of sigaction when...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-07-11 Rich Felkerremove unused var in new sigaction code
2012-07-11 Rich Felkerchanges to kernel sigaction struct handling in preparat...
2012-02-27 Rich Felkerwork around "signal loses thread pointer" issue with...
2011-05-08 Rich Felkeroverhaul implementation-internal signal protections
2011-04-14 Rich Felkeruse a separate signal from SIGCANCEL for SIGEV_THREAD...
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-02-14 Rich Felkerfix previous commit that broke sigreturn. looks like...
2011-02-13 Rich Felkerfix omission that kept sa_restorer from being used
2011-02-12 Rich Felkerinitial check-in, version 0.5.0 v0.5.0