summaryrefslogtreecommitdiff
path: root/src/signal
AgeCommit message (Expand)AuthorLines
2016-05-08add powerpc64 portBobby Bingham-0/+41
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker-0/+47
2016-03-06add mips64 portRich Felker-0/+47
2015-12-15fix crash when signal number 0 is passed to sigactionRich Felker-5/+1
2015-11-11eliminate use of SHARED macro to suppress visibility attributesRich Felker-2/+0
2015-11-10explicitly assemble all arm asm sources as UALRich Felker-0/+3
2015-09-23fix signal return for sh/fdpicRich Felker-4/+0
2015-09-09remove unused (and invalid) C version of sigsetjmpRich Felker-17/+0
2015-06-16switch to using trap number 31 for syscalls on shRich Felker-2/+2
2015-05-02fix crash in x32 sigsetjmpRich Felker-0/+1
2015-04-27fix sh jmp_buf size to match ABIRich Felker-2/+2
2015-04-24fix build regression in aarch64 sigsetjmpRich Felker-2/+2
2015-04-19remove invalid PLT calls from or1k asmRich Felker-3/+4
2015-04-19remove possible-textrels from powerpc asmRich Felker-2/+3
2015-04-19remove invalid PLT calls from microblaze asmRich Felker-2/+3
2015-04-19remove invalid PLT calls from sh asmRich Felker-2/+3
2015-04-18remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker-4/+4
2015-04-18remove the last of possible-textrels from i386 asmRich Felker-2/+3
2015-04-17redesign sigsetjmp so that signal mask is restored after longjmpRich Felker-133/+177
2015-03-11add aarch64 portSzabolcs Nagy-0/+27
2014-12-18use tkill instead of tgkill in implementing raiseRich Felker-3/+2
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson-0/+22
2014-06-22add __sysv_signal abi-compat alias for the signal functionRich Felker-0/+1
2014-04-02add __sigsetjmp ABI-compat alias for sigsetjmpRich Felker-1/+28
2014-03-24always initialize thread pointer at program startRich Felker-4/+15
2014-03-18fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker-1/+1
2014-02-27rename superh port to "sh" for consistencyRich Felker-0/+0
2014-02-23superh portBobby Bingham-0/+51
2014-02-23x32 port (diff against vanilla x86_64)rofl0r-1/+1
2014-02-23import vanilla x86_64 code as x32rofl0r-0/+22
2014-01-07fix const-correctness in sigandset/sigorset argumentsRich Felker-2/+2
2013-12-13use 0 instead of NULL for null pointer constantsRich Felker-15/+8
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-14/+5
2013-09-16fix sigemptyset and sigfillset for mipsRich Felker-1/+10
2013-08-31fix breakage in synccall due to incorrect signal restoration in sigqueueRich Felker-2/+3
2013-08-10fix _NSIG and SIGRTMAX on mipsRich Felker-1/+3
2013-08-09change sigset_t functions to restrict to _NSIGRich Felker-5/+5
2013-08-09optimize posix_spawn to avoid spurious sigaction syscallsRich Felker-5/+16
2013-07-30use separate sigaction buffers for old and new dataTimo Teräs-8/+8
2013-07-24change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker-2/+2
2013-07-18fix off-by-one error in checks for implementation-internal signal numbersRich Felker-3/+3
2013-04-26transition to using functions for internal signal blocking/restoringRich Felker-4/+48
2013-04-26optimize/debloat raiseRich Felker-2/+2
2013-04-22fix reversed argument order x86_64 sigsetjmp's call to sigprocmaskRich Felker-2/+2
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker-6/+6
2012-12-06fix sigorset/sigandset: _NSIG/8 is the size in bytesrofl0r-2/+2
2012-12-06sigandset/sigorset: do not check for NULL pointers.rofl0r-10/+0
2012-12-06fixup sigandsetrofl0r-2/+2
2012-12-06add sigandset and sigorset (needed for qemu)rofl0r-0/+34
2012-11-23fix powerpc sigsetjmp asm to match the new jmp_buf size/offsetsRich Felker-2/+2