Age | Commit message (Expand) | Author | Files | Lines |
2015-12-15 | fix crash when signal number 0 is passed to sigaction | Rich Felker | 1 | -5/+1 |
2015-11-11 | eliminate use of SHARED macro to suppress visibility attributes | Rich Felker | 1 | -2/+0 |
2015-11-10 | explicitly assemble all arm asm sources as UAL | Rich Felker | 2 | -0/+3 |
2015-09-23 | fix signal return for sh/fdpic | Rich Felker | 2 | -4/+0 |
2015-09-09 | remove unused (and invalid) C version of sigsetjmp | Rich Felker | 1 | -17/+0 |
2015-06-16 | switch to using trap number 31 for syscalls on sh | Rich Felker | 1 | -2/+2 |
2015-05-02 | fix crash in x32 sigsetjmp | Rich Felker | 1 | -0/+1 |
2015-04-27 | fix sh jmp_buf size to match ABI | Rich Felker | 1 | -2/+2 |
2015-04-24 | fix build regression in aarch64 sigsetjmp | Rich Felker | 1 | -2/+2 |
2015-04-19 | remove invalid PLT calls from or1k asm | Rich Felker | 1 | -3/+4 |
2015-04-19 | remove possible-textrels from powerpc asm | Rich Felker | 1 | -2/+3 |
2015-04-19 | remove invalid PLT calls from microblaze asm | Rich Felker | 1 | -2/+3 |
2015-04-19 | remove invalid PLT calls from sh asm | Rich Felker | 1 | -2/+3 |
2015-04-18 | remove potentially PIC-incompatible relocations from x86_64 and x32 asm | Rich Felker | 2 | -4/+4 |
2015-04-18 | remove the last of possible-textrels from i386 asm | Rich Felker | 1 | -2/+3 |
2015-04-17 | redesign sigsetjmp so that signal mask is restored after longjmp | Rich Felker | 12 | -133/+177 |
2015-03-11 | add aarch64 port | Szabolcs Nagy | 2 | -0/+27 |
2014-12-18 | use tkill instead of tgkill in implementing raise | Rich Felker | 1 | -3/+2 |
2014-07-18 | add or1k (OpenRISC 1000) architecture port | Stefan Kristiansson | 1 | -0/+22 |
2014-06-22 | add __sysv_signal abi-compat alias for the signal function | Rich Felker | 1 | -0/+1 |
2014-04-02 | add __sigsetjmp ABI-compat alias for sigsetjmp | Rich Felker | 9 | -1/+28 |
2014-03-24 | always initialize thread pointer at program start | Rich Felker | 1 | -4/+15 |
2014-03-18 | fix mips sigsetjmp asm to match fixed jmp_buf size | Rich Felker | 1 | -1/+1 |
2014-02-27 | rename superh port to "sh" for consistency | Rich Felker | 2 | -0/+0 |
2014-02-23 | superh port | Bobby Bingham | 2 | -0/+51 |
2014-02-23 | x32 port (diff against vanilla x86_64) | rofl0r | 1 | -1/+1 |
2014-02-23 | import vanilla x86_64 code as x32 | rofl0r | 2 | -0/+22 |
2014-01-07 | fix const-correctness in sigandset/sigorset arguments | Rich Felker | 2 | -2/+2 |
2013-12-13 | use 0 instead of NULL for null pointer constants | Rich Felker | 7 | -15/+8 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 14 | -14/+5 |
2013-09-16 | fix sigemptyset and sigfillset for mips | Rich Felker | 2 | -1/+10 |
2013-08-31 | fix breakage in synccall due to incorrect signal restoration in sigqueue | Rich Felker | 1 | -2/+3 |
2013-08-10 | fix _NSIG and SIGRTMAX on mips | Rich Felker | 1 | -1/+3 |
2013-08-09 | change sigset_t functions to restrict to _NSIG | Rich Felker | 4 | -5/+5 |
2013-08-09 | optimize posix_spawn to avoid spurious sigaction syscalls | Rich Felker | 2 | -5/+16 |
2013-07-30 | use separate sigaction buffers for old and new data | Timo Teräs | 2 | -8/+8 |
2013-07-24 | change jmp_buf to share an underlying type and struct tag with sigjmp_buf | Rich Felker | 2 | -2/+2 |
2013-07-18 | fix off-by-one error in checks for implementation-internal signal numbers | Rich Felker | 3 | -3/+3 |
2013-04-26 | transition to using functions for internal signal blocking/restoring | Rich Felker | 3 | -4/+48 |
2013-04-26 | optimize/debloat raise | Rich Felker | 1 | -2/+2 |
2013-04-22 | fix reversed argument order x86_64 sigsetjmp's call to sigprocmask | Rich Felker | 1 | -2/+2 |
2013-03-26 | remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG | Rich Felker | 5 | -6/+6 |
2012-12-06 | fix sigorset/sigandset: _NSIG/8 is the size in bytes | rofl0r | 2 | -2/+2 |
2012-12-06 | sigandset/sigorset: do not check for NULL pointers. | rofl0r | 2 | -10/+0 |
2012-12-06 | fixup sigandset | rofl0r | 2 | -2/+2 |
2012-12-06 | add sigandset and sigorset (needed for qemu) | rofl0r | 2 | -0/+34 |
2012-11-23 | fix powerpc sigsetjmp asm to match the new jmp_buf size/offsets | Rich Felker | 1 | -2/+2 |
2012-11-19 | powerpc: handle syscall error in clone. | rofl0r | 1 | -14/+15 |
2012-11-18 | fix powerpc asm not to store data in volatile space below stack pointer | Rich Felker | 1 | -8/+8 |
2012-11-14 | fix indention with spaces in powerpc asm | Rich Felker | 2 | -10/+10 |