about summary refs log tree commit diff
path: root/src/signal/sigaction.c
Commit message (Expand)AuthorAgeFilesLines
* fix crash when signal number 0 is passed to sigactionRich Felker2015-12-151-5/+1
* fix signal return for sh/fdpicRich Felker2015-09-231-2/+0
* always initialize thread pointer at program startRich Felker2014-03-241-4/+15
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* optimize posix_spawn to avoid spurious sigaction syscallsRich Felker2013-08-091-1/+15
* use separate sigaction buffers for old and new dataTimo Teräs2013-07-301-5/+5
* clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-081-0/+1
* avoid the thread-ptr-init behavior of sigaction when not installing handlerRich Felker2012-10-111-1/+2
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-2/+2
* remove unused var in new sigaction codeRich Felker2012-07-111-1/+1
* changes to kernel sigaction struct handling in preparation for mips portRich Felker2012-07-111-14/+7
* work around "signal loses thread pointer" issue with "approach 2"Rich Felker2012-02-271-0/+5
* overhaul implementation-internal signal protectionsRich Felker2011-05-071-1/+1
* use a separate signal from SIGCANCEL for SIGEV_THREAD timersRich Felker2011-04-141-1/+1
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* fix previous commit that broke sigreturn. looks like the asm is needed.Rich Felker2011-02-131-5/+2
* fix omission that kept sa_restorer from being usedRich Felker2011-02-131-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+48