about summary refs log tree commit diff
path: root/src/signal
Commit message (Expand)AuthorAgeFilesLines
* fix crash when signal number 0 is passed to sigactionRich Felker2015-12-151-5/+1
* eliminate use of SHARED macro to suppress visibility attributesRich Felker2015-11-111-2/+0
* explicitly assemble all arm asm sources as UALRich Felker2015-11-102-0/+3
* fix signal return for sh/fdpicRich Felker2015-09-232-4/+0
* remove unused (and invalid) C version of sigsetjmpRich Felker2015-09-091-17/+0
* switch to using trap number 31 for syscalls on shRich Felker2015-06-161-2/+2
* fix crash in x32 sigsetjmpRich Felker2015-05-021-0/+1
* fix sh jmp_buf size to match ABIRich Felker2015-04-271-2/+2
* fix build regression in aarch64 sigsetjmpRich Felker2015-04-241-2/+2
* remove invalid PLT calls from or1k asmRich Felker2015-04-191-3/+4
* remove possible-textrels from powerpc asmRich Felker2015-04-191-2/+3
* remove invalid PLT calls from microblaze asmRich Felker2015-04-191-2/+3
* remove invalid PLT calls from sh asmRich Felker2015-04-191-2/+3
* remove potentially PIC-incompatible relocations from x86_64 and x32 asmRich Felker2015-04-182-4/+4
* remove the last of possible-textrels from i386 asmRich Felker2015-04-181-2/+3
* redesign sigsetjmp so that signal mask is restored after longjmpRich Felker2015-04-1712-133/+177
* add aarch64 portSzabolcs Nagy2015-03-112-0/+27
* use tkill instead of tgkill in implementing raiseRich Felker2014-12-181-3/+2
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-181-0/+22
* add __sysv_signal abi-compat alias for the signal functionRich Felker2014-06-221-0/+1
* add __sigsetjmp ABI-compat alias for sigsetjmpRich Felker2014-04-029-1/+28
* always initialize thread pointer at program startRich Felker2014-03-241-4/+15
* fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker2014-03-181-1/+1
* rename superh port to "sh" for consistencyRich Felker2014-02-272-0/+0
* superh portBobby Bingham2014-02-232-0/+51
* x32 port (diff against vanilla x86_64)rofl0r2014-02-231-1/+1
* import vanilla x86_64 code as x32rofl0r2014-02-232-0/+22
* fix const-correctness in sigandset/sigorset argumentsRich Felker2014-01-072-2/+2
* use 0 instead of NULL for null pointer constantsRich Felker2013-12-137-15/+8
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-1214-14/+5
* fix sigemptyset and sigfillset for mipsRich Felker2013-09-162-1/+10
* fix breakage in synccall due to incorrect signal restoration in sigqueueRich Felker2013-08-311-2/+3
* fix _NSIG and SIGRTMAX on mipsRich Felker2013-08-101-1/+3
* change sigset_t functions to restrict to _NSIGRich Felker2013-08-094-5/+5
* optimize posix_spawn to avoid spurious sigaction syscallsRich Felker2013-08-092-5/+16
* use separate sigaction buffers for old and new dataTimo Teräs2013-07-302-8/+8
* change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker2013-07-242-2/+2
* fix off-by-one error in checks for implementation-internal signal numbersRich Felker2013-07-183-3/+3
* transition to using functions for internal signal blocking/restoringRich Felker2013-04-263-4/+48
* optimize/debloat raiseRich Felker2013-04-261-2/+2
* fix reversed argument order x86_64 sigsetjmp's call to sigprocmaskRich Felker2013-04-221-2/+2
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-265-6/+6
* fix sigorset/sigandset: _NSIG/8 is the size in bytesrofl0r2012-12-062-2/+2
* sigandset/sigorset: do not check for NULL pointers.rofl0r2012-12-062-10/+0
* fixup sigandsetrofl0r2012-12-062-2/+2
* add sigandset and sigorset (needed for qemu)rofl0r2012-12-062-0/+34
* fix powerpc sigsetjmp asm to match the new jmp_buf size/offsetsRich Felker2012-11-231-2/+2
* powerpc: handle syscall error in clone.rofl0r2012-11-191-14/+15
* fix powerpc asm not to store data in volatile space below stack pointerRich Felker2012-11-181-8/+8
* fix indention with spaces in powerpc asmRich Felker2012-11-142-10/+10