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
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoid the thread-ptr-init behavior of sigaction when not installing handler
Rich Felker
2012-10-11
1
-1
/
+2
*
microblaze port
Rich Felker
2012-09-29
2
-0
/
+20
*
further use of _Noreturn, for non-plain-C functions
Rich Felker
2012-09-06
1
-1
/
+1
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
7
-8
/
+8
*
fix (hopefully) all hard-coded 8's for kernel sigset_t size
Rich Felker
2012-08-09
5
-7
/
+9
*
sigsetjmp asm for mips
Rich Felker
2012-07-12
1
-0
/
+27
*
initial version of mips (o32) port, based on work by Richard Pennington (rdp)
Rich Felker
2012-07-11
1
-0
/
+13
*
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
2
-14
/
+17
*
jmp_buf overhaul fixing several issues
Rich Felker
2012-07-03
2
-10
/
+7
*
fix sigsetjmp on arm (needs asm)
Rich Felker
2012-07-02
1
-0
/
+13
*
update license of njk contributed code (x86_64 asm)
Rich Felker
2012-05-05
1
-1
/
+1
*
work around "signal loses thread pointer" issue with "approach 2"
Rich Felker
2012-02-27
1
-0
/
+5
*
initial commit of the arm port
Rich Felker
2011-09-18
1
-0
/
+11
*
fix generic sigsetjmp (unused anyway) pointer signedness error
Rich Felker
2011-09-16
1
-1
/
+1
*
implement gnu sigisemptyset
Rich Felker
2011-09-12
1
-0
/
+9
*
fix missing prototypes/wrong signature for psiginfo, psignal
Rich Felker
2011-09-02
1
-1
/
+1
*
fix off-by-one bug in siglongjmp that caused unpredictable behavior
Rich Felker
2011-08-05
1
-1
/
+1
*
fix race condition in sigqueue
Rich Felker
2011-07-30
1
-2
/
+8
*
clean up pthread_sigmask/sigprocmask dependency order
Rich Felker
2011-07-30
1
-8
/
+4
*
restore use of .type in asm, but use modern @function (vs %function)
Rich Felker
2011-06-14
4
-0
/
+6
*
remove all .size and .type directives for functions from the asm
Rich Felker
2011-06-13
2
-10
/
+0
*
implement psignal and psiginfo
Rich Felker
2011-06-08
2
-0
/
+20
*
overhaul implementation-internal signal protections
Rich Felker
2011-05-07
8
-29
/
+18
*
overhaul pthread cancellation
Rich Felker
2011-04-17
2
-12
/
+3
*
use a separate signal from SIGCANCEL for SIGEV_THREAD timers
Rich Felker
2011-04-14
3
-2
/
+3
*
fix broken sigsetjmp on x86_64
Rich Felker
2011-04-08
1
-7
/
+9
*
consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefix
Rich Felker
2011-04-06
3
-3
/
+3
*
fix all implicit conversion between signed/unsigned pointers
Rich Felker
2011-03-25
1
-1
/
+1
*
overhaul cancellation to fix resource leaks and dangerous behavior with signals
Rich Felker
2011-03-24
2
-0
/
+2
*
global cleanup to use the new syscall interface
Rich Felker
2011-03-20
8
-23
/
+10
*
syscall overhaul part two - unify public and internal syscall interface
Rich Felker
2011-03-19
3
-3
/
+3
*
fix errors in sigqueue (potential information leak, wrong behavior)
Rich Felker
2011-03-10
1
-5
/
+7
*
remove useless return value checks for functions that cannot fail
Rich Felker
2011-03-10
1
-3
/
+2
*
make sigsuspend a cancellation point
Rich Felker
2011-03-10
1
-1
/
+6
*
make sigtimedwait a cancellation point
Rich Felker
2011-03-10
1
-0
/
+3
*
don't fail with EINTR in sigtimedwait
Rich Felker
2011-03-10
1
-6
/
+6
*
fix sigsuspend syscall
Rich Felker
2011-03-10
1
-1
/
+1
*
make sigaltstack work (missing macros in signal.h, error conditions)
Rich Felker
2011-03-10
1
-1
/
+11
*
fix error handling for pthread_sigmask
Rich Felker
2011-03-09
1
-1
/
+5
*
fix race condition in raise - just mask signals
Rich Felker
2011-03-09
1
-9
/
+9
*
fix raise semantics with threads.
Rich Felker
2011-03-09
1
-1
/
+12
*
fix null pointer dereference introduced in last sigprocmask commit
Rich Felker
2011-02-20
1
-1
/
+1
*
prevent sigprocmask/pthread_sigmask from blocking implementation signals
Rich Felker
2011-02-19
1
-3
/
+5
*
Port musl to x86-64. One giant commit!
Nicholas J. Kain
2011-02-15
2
-0
/
+22
*
header cleanup, conformance fixes - signals
Rich Felker
2011-02-14
2
-6
/
+3
*
fix previous commit that broke sigreturn. looks like the asm is needed.
Rich Felker
2011-02-13
3
-5
/
+17
*
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
32
-0
/
+398