summaryrefslogtreecommitdiff
path: root/src/signal
AgeCommit message (Expand)AuthorFilesLines
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson1-0/+22
2014-06-22add __sysv_signal abi-compat alias for the signal functionRich Felker1-0/+1
2014-04-02add __sigsetjmp ABI-compat alias for sigsetjmpRich Felker9-1/+28
2014-03-24always initialize thread pointer at program startRich Felker1-4/+15
2014-03-18fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker1-1/+1
2014-02-27rename superh port to "sh" for consistencyRich Felker2-0/+0
2014-02-23superh portBobby Bingham2-0/+51
2014-02-23x32 port (diff against vanilla x86_64)rofl0r1-1/+1
2014-02-23import vanilla x86_64 code as x32rofl0r2-0/+22
2014-01-07fix const-correctness in sigandset/sigorset argumentsRich Felker2-2/+2
2013-12-13use 0 instead of NULL for null pointer constantsRich Felker7-15/+8
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy14-14/+5
2013-09-16fix sigemptyset and sigfillset for mipsRich Felker2-1/+10
2013-08-31fix breakage in synccall due to incorrect signal restoration in sigqueueRich Felker1-2/+3
2013-08-10fix _NSIG and SIGRTMAX on mipsRich Felker1-1/+3
2013-08-09change sigset_t functions to restrict to _NSIGRich Felker4-5/+5
2013-08-09optimize posix_spawn to avoid spurious sigaction syscallsRich Felker2-5/+16
2013-07-30use separate sigaction buffers for old and new dataTimo Teräs2-8/+8
2013-07-24change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker2-2/+2
2013-07-18fix off-by-one error in checks for implementation-internal signal numbersRich Felker3-3/+3
2013-04-26transition to using functions for internal signal blocking/restoringRich Felker3-4/+48
2013-04-26optimize/debloat raiseRich Felker1-2/+2
2013-04-22fix reversed argument order x86_64 sigsetjmp's call to sigprocmaskRich Felker1-2/+2
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker5-6/+6
2012-12-06fix sigorset/sigandset: _NSIG/8 is the size in bytesrofl0r2-2/+2
2012-12-06sigandset/sigorset: do not check for NULL pointers.rofl0r2-10/+0
2012-12-06fixup sigandsetrofl0r2-2/+2
2012-12-06add sigandset and sigorset (needed for qemu)rofl0r2-0/+34
2012-11-23fix powerpc sigsetjmp asm to match the new jmp_buf size/offsetsRich Felker1-2/+2
2012-11-19powerpc: handle syscall error in clone.rofl0r1-14/+15
2012-11-18fix powerpc asm not to store data in volatile space below stack pointerRich Felker1-8/+8
2012-11-14fix indention with spaces in powerpc asmRich Felker2-10/+10
2012-11-14Merge remote-tracking branch 'ppc-port/ppc-squashed'Rich Felker2-0/+45
2012-11-13PPC port cleaned up, static linking works well now.rofl0r4-25/+45
2012-11-13import preliminary ppc work by rdp.Richard Pennington2-0/+25
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker1-0/+1
2012-10-18fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmpRich Felker1-3/+12
2012-10-17fix microblaze asm relocations for shared libcRich Felker1-2/+2
2012-10-11avoid the thread-ptr-init behavior of sigaction when not installing handlerRich Felker1-1/+2
2012-09-29microblaze portRich Felker2-0/+20
2012-09-06further use of _Noreturn, for non-plain-C functionsRich Felker1-1/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker7-8/+8
2012-08-09fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker5-7/+9
2012-07-12sigsetjmp asm for mipsRich Felker1-0/+27
2012-07-11initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker1-0/+13
2012-07-11remove unused var in new sigaction codeRich Felker1-1/+1
2012-07-11changes to kernel sigaction struct handling in preparation for mips portRich Felker2-14/+17
2012-07-03jmp_buf overhaul fixing several issuesRich Felker2-10/+7
2012-07-02fix sigsetjmp on arm (needs asm)Rich Felker1-0/+13
2012-05-05update license of njk contributed code (x86_64 asm)Rich Felker1-1/+1