summaryrefslogtreecommitdiff
path: root/src/signal
AgeCommit message (Expand)AuthorFilesLines
2021-07-29fix libc-internal signal blocking on mips archsRich Felker1-2/+2
2020-10-24lift sigaction abort locking to fix posix_spawn child deadlockRich Felker1-13/+16
2020-10-14fix unintended observability of SIGABRT disposition reset via sigactionRich Felker1-9/+8
2020-10-14move __abort_lock to its own file and drop pointless weak_alias trickRich Felker1-6/+0
2019-12-07arm: avoid conditional branch to PLT in sigsetjmpAndre McCurdy1-2/+3
2019-08-17fix external dummy_lock symbol inadvertently introduced in sigactionRich Felker1-1/+1
2019-07-29setitimer, getitimer: decouple time_t from longRich Felker4-0/+44
2019-07-28sigtimedwait: add time64 syscall support, decouple 32-bit time_tRich Felker1-4/+24
2019-07-13fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIXJames Y Knight1-1/+1
2019-07-10fix restrict violations in internal use of several functionsSamuel Holland1-4/+4
2019-06-14add riscv64 architecture supportRich Felker2-0/+31
2019-03-05don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARMRich Felker1-1/+1
2018-12-18add __timedwait backend workaround for old kernels where futex EINTRsRich Felker1-0/+6
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker1-0/+1
2018-09-12reduce spurious inclusion of libc.hRich Felker4-4/+0
2018-09-12apply hidden visibility to sigreturn code fragmentsRich Felker14-2/+28
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker1-2/+0
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker2-3/+4
2018-09-01consistently use _NSIG/8 idiom for kernel sigset size in sigactionRich Felker1-3/+3
2018-09-01always terminate by SIGABRT when abort is calledRich Felker1-4/+21
2018-09-01optimize raise not to make a syscall for getting tidRich Felker1-3/+1
2018-08-30prevent psignal/psiginfo from clobbering stderr orientation, errnoRich Felker2-8/+21
2018-06-19add m68k portRich Felker1-0/+29
2018-05-01optimize sigisemptysetRich Felker1-2/+3
2018-02-25add public interface headers to implementation filesRich Felker1-0/+2
2017-08-11ppc64: fix setjmp/longjmp handling of TOC pointerBobby Bingham1-7/+14
2016-12-16fix crashing sigsetjmp on s390xBobby Bingham1-1/+1
2016-11-12work around gdb issues recognizing sigreturn trampoline on x86_64Rich Felker2-8/+6
2016-11-11add s390x portBobby Bingham2-0/+32
2016-05-08add powerpc64 portBobby Bingham2-0/+41
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker2-0/+47
2016-03-06add mips64 portRich Felker2-0/+47
2015-12-15fix crash when signal number 0 is passed to sigactionRich Felker1-5/+1
2015-11-11eliminate use of SHARED macro to suppress visibility attributesRich Felker1-2/+0
2015-11-10explicitly assemble all arm asm sources as UALRich Felker2-0/+3
2015-09-23fix signal return for sh/fdpicRich Felker2-4/+0
2015-09-09remove unused (and invalid) C version of sigsetjmpRich Felker1-17/+0
2015-06-16switch to using trap number 31 for syscalls on shRich Felker1-2/+2
2015-05-02fix crash in x32 sigsetjmpRich Felker1-0/+1
2015-04-27fix sh jmp_buf size to match ABIRich Felker1-2/+2
2015-04-24fix build regression in aarch64 sigsetjmpRich Felker1-2/+2
2015-04-19remove invalid PLT calls from or1k asmRich Felker1-3/+4
2015-04-19remove possible-textrels from powerpc asmRich Felker1-2/+3
2015-04-19remove invalid PLT calls from microblaze asmRich Felker1-2/+3
2015-04-19remove invalid PLT calls from sh asmRich Felker1-2/+3
2015-04-18remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker2-4/+4
2015-04-18remove the last of possible-textrels from i386 asmRich Felker1-2/+3
2015-04-17redesign sigsetjmp so that signal mask is restored after longjmpRich Felker12-133/+177
2015-03-11add aarch64 portSzabolcs Nagy2-0/+27
2014-12-18use tkill instead of tgkill in implementing raiseRich Felker1-3/+2