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
2014-03-24
always initialize thread pointer at program start
Rich Felker
-4
/
+15
2013-12-12
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
-1
/
+0
2013-08-09
optimize posix_spawn to avoid spurious sigaction syscalls
Rich Felker
-1
/
+15
2013-07-30
use separate sigaction buffers for old and new data
Timo Teräs
-5
/
+5
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