about summary refs log tree commit diff
path: root/src/signal/sigaction.c
Commit message (Expand)AuthorAgeFilesLines
* 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