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
Age
Commit message (
Expand
)
Author
Lines
2019-12-07
arm: avoid conditional branch to PLT in sigsetjmp
Andre McCurdy
-2
/
+3
2019-08-17
fix external dummy_lock symbol inadvertently introduced in sigaction
Rich Felker
-1
/
+1
2019-07-29
setitimer, getitimer: decouple time_t from long
Rich Felker
-0
/
+44
2019-07-28
sigtimedwait: add time64 syscall support, decouple 32-bit time_t
Rich Felker
-4
/
+24
2019-07-13
fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX
James Y Knight
-1
/
+1
2019-07-10
fix restrict violations in internal use of several functions
Samuel Holland
-4
/
+4
2019-06-14
add riscv64 architecture support
Rich Felker
-0
/
+31
2019-03-05
don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARM
Rich Felker
-1
/
+1
2018-12-18
add __timedwait backend workaround for old kernels where futex EINTRs
Rich Felker
-0
/
+6
2018-09-12
split internal lock API out of libc.h, creating lock.h
Rich Felker
-0
/
+1
2018-09-12
reduce spurious inclusion of libc.h
Rich Felker
-4
/
+0
2018-09-12
apply hidden visibility to sigreturn code fragments
Rich Felker
-2
/
+28
2018-09-12
overhaul internally-public declarations using wrapper headers
Rich Felker
-2
/
+0
2018-09-05
define and use internal macros for hidden visibility, weak refs
Rich Felker
-3
/
+4
2018-09-01
consistently use _NSIG/8 idiom for kernel sigset size in sigaction
Rich Felker
-3
/
+3
2018-09-01
always terminate by SIGABRT when abort is called
Rich Felker
-4
/
+21
2018-09-01
optimize raise not to make a syscall for getting tid
Rich Felker
-3
/
+1
2018-08-30
prevent psignal/psiginfo from clobbering stderr orientation, errno
Rich Felker
-8
/
+21
2018-06-19
add m68k port
Rich Felker
-0
/
+29
2018-05-01
optimize sigisemptyset
Rich Felker
-2
/
+3
2018-02-25
add public interface headers to implementation files
Rich Felker
-0
/
+2
2017-08-11
ppc64: fix setjmp/longjmp handling of TOC pointer
Bobby Bingham
-7
/
+14
2016-12-16
fix crashing sigsetjmp on s390x
Bobby Bingham
-1
/
+1
2016-11-12
work around gdb issues recognizing sigreturn trampoline on x86_64
Rich Felker
-8
/
+6
2016-11-11
add s390x port
Bobby Bingham
-0
/
+32
2016-05-08
add powerpc64 port
Bobby Bingham
-0
/
+41
2016-04-18
add mips n32 port (ILP32 ABI for mips64)
Rich Felker
-0
/
+47
2016-03-06
add mips64 port
Rich Felker
-0
/
+47
2015-12-15
fix crash when signal number 0 is passed to sigaction
Rich Felker
-5
/
+1
2015-11-11
eliminate use of SHARED macro to suppress visibility attributes
Rich Felker
-2
/
+0
2015-11-10
explicitly assemble all arm asm sources as UAL
Rich Felker
-0
/
+3
2015-09-23
fix signal return for sh/fdpic
Rich Felker
-4
/
+0
2015-09-09
remove unused (and invalid) C version of sigsetjmp
Rich Felker
-17
/
+0
2015-06-16
switch to using trap number 31 for syscalls on sh
Rich Felker
-2
/
+2
2015-05-02
fix crash in x32 sigsetjmp
Rich Felker
-0
/
+1
2015-04-27
fix sh jmp_buf size to match ABI
Rich Felker
-2
/
+2
2015-04-24
fix build regression in aarch64 sigsetjmp
Rich Felker
-2
/
+2
2015-04-19
remove invalid PLT calls from or1k asm
Rich Felker
-3
/
+4
2015-04-19
remove possible-textrels from powerpc asm
Rich Felker
-2
/
+3
2015-04-19
remove invalid PLT calls from microblaze asm
Rich Felker
-2
/
+3
2015-04-19
remove invalid PLT calls from sh asm
Rich Felker
-2
/
+3
2015-04-18
remove potentially PIC-incompatible relocations from x86_64 and x32 asm
Rich Felker
-4
/
+4
2015-04-18
remove the last of possible-textrels from i386 asm
Rich Felker
-2
/
+3
2015-04-17
redesign sigsetjmp so that signal mask is restored after longjmp
Rich Felker
-133
/
+177
2015-03-11
add aarch64 port
Szabolcs Nagy
-0
/
+27
2014-12-18
use tkill instead of tgkill in implementing raise
Rich Felker
-3
/
+2
2014-07-18
add or1k (OpenRISC 1000) architecture port
Stefan Kristiansson
-0
/
+22
2014-06-22
add __sysv_signal abi-compat alias for the signal function
Rich Felker
-0
/
+1
2014-04-02
add __sigsetjmp ABI-compat alias for sigsetjmp
Rich Felker
-1
/
+28
2014-03-24
always initialize thread pointer at program start
Rich Felker
-4
/
+15
[next]