index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
signal
/
sigaction.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix crash when signal number 0 is passed to sigaction
Rich Felker
2015-12-15
1
-5
/
+1
*
fix signal return for sh/fdpic
Rich Felker
2015-09-23
1
-2
/
+0
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
1
-4
/
+15
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
1
-1
/
+0
*
optimize posix_spawn to avoid spurious sigaction syscalls
Rich Felker
2013-08-09
1
-1
/
+15
*
use separate sigaction buffers for old and new data
Timo Teräs
2013-07-30
1
-5
/
+5
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-0
/
+1
*
avoid the thread-ptr-init behavior of sigaction when not installing handler
Rich Felker
2012-10-11
1
-1
/
+2
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-2
/
+2
*
remove unused var in new sigaction code
Rich Felker
2012-07-11
1
-1
/
+1
*
changes to kernel sigaction struct handling in preparation for mips port
Rich Felker
2012-07-11
1
-14
/
+7
*
work around "signal loses thread pointer" issue with "approach 2"
Rich Felker
2012-02-27
1
-0
/
+5
*
overhaul implementation-internal signal protections
Rich Felker
2011-05-07
1
-1
/
+1
*
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
Rich Felker
2011-04-14
1
-1
/
+1
*
global cleanup to use the new syscall interface
Rich Felker
2011-03-20
1
-1
/
+1
*
fix previous commit that broke sigreturn. looks like the asm is needed.
Rich Felker
2011-02-13
1
-5
/
+2
*
fix omission that kept sa_restorer from being used
Rich Felker
2011-02-13
1
-1
/
+1
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+48