lift sigaction abort locking to fix posix_spawn child deadlock
[musl] / src / signal / sigaction.c
2020-10-24 Rich Felkerlift sigaction abort locking to fix posix_spawn child...
2020-10-15 Rich Felkerfix unintended observability of SIGABRT disposition...
2020-10-15 Rich Felkermove __abort_lock to its own file and drop pointless...
2019-08-18 Rich Felkerfix external dummy_lock symbol inadvertently introduced...
2018-12-18 Rich Felkeradd __timedwait backend workaround for old kernels...
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-09-01 Rich Felkerconsistently use _NSIG/8 idiom for kernel sigset size...
2018-09-01 Rich Felkeralways terminate by SIGABRT when abort is called
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