about summary refs log tree commit diff
path: root/src/signal
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge remote-tracking branch 'ppc-port/ppc-squashed'Rich Felker2012-11-142-0/+45
|\
| * PPC port cleaned up, static linking works well now.rofl0r2012-11-134-25/+45
| * import preliminary ppc work by rdp.Richard Pennington2012-11-132-0/+25
* | clean up sloppy nested inclusion from pthread_impl.hRich Felker2012-11-081-0/+1
|/
* fix (hopefully; untested) completely broken/incomplete microblaze sigsetjmpRich Felker2012-10-181-3/+12
* fix microblaze asm relocations for shared libcRich Felker2012-10-171-2/+2
* avoid the thread-ptr-init behavior of sigaction when not installing handlerRich Felker2012-10-111-1/+2
* microblaze portRich Felker2012-09-292-0/+20
* further use of _Noreturn, for non-plain-C functionsRich Felker2012-09-061-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-067-8/+8
* fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker2012-08-095-7/+9
* sigsetjmp asm for mipsRich Felker2012-07-121-0/+27
* initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker2012-07-111-0/+13
* remove unused var in new sigaction codeRich Felker2012-07-111-1/+1
* changes to kernel sigaction struct handling in preparation for mips portRich Felker2012-07-112-14/+17
* jmp_buf overhaul fixing several issuesRich Felker2012-07-032-10/+7
* fix sigsetjmp on arm (needs asm)Rich Felker2012-07-021-0/+13
* update license of njk contributed code (x86_64 asm)Rich Felker2012-05-051-1/+1
* work around "signal loses thread pointer" issue with "approach 2"Rich Felker2012-02-271-0/+5