index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
signal
/
sigaction.c
Age
Commit message (
Expand
)
Author
Lines
2012-11-08
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
-0
/
+1
2012-10-11
avoid the thread-ptr-init behavior of sigaction when not installing handler
Rich Felker
-1
/
+2
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
-2
/
+2
2012-07-11
remove unused var in new sigaction code
Rich Felker
-1
/
+1
2012-07-11
changes to kernel sigaction struct handling in preparation for mips port
Rich Felker
-14
/
+7
2012-02-27
work around "signal loses thread pointer" issue with "approach 2"
Rich Felker
-0
/
+5
2011-05-07
overhaul implementation-internal signal protections
Rich Felker
-1
/
+1
2011-04-14
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
Rich Felker
-1
/
+1
2011-03-20
global cleanup to use the new syscall interface
Rich Felker
-1
/
+1
2011-02-13
fix previous commit that broke sigreturn. looks like the asm is needed.
Rich Felker
-5
/
+2
2011-02-13
fix omission that kept sa_restorer from being used
Rich Felker
-1
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+48