| Commit message (Expand) | Author | Age | Files | Lines |
* | riscv32: add setjmp/longjmp and sigreturn | Stefan O'Rear | 2024-02-29 | 2 | -0/+31 |
* | sh: fix sigsetjmp corrupting call-saved register r8 | Rich Felker | 2024-02-17 | 1 | -1/+1 |
* | add loongarch64 port | Hongliang Wang | 2024-02-16 | 2 | -0/+35 |
* | fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64 | Rich Felker | 2023-02-09 | 4 | -38/+4 |
* | fix libc-internal signal blocking on mips archs | Rich Felker | 2021-07-29 | 1 | -2/+2 |
* | lift sigaction abort locking to fix posix_spawn child deadlock | Rich Felker | 2020-10-24 | 1 | -13/+16 |
* | fix unintended observability of SIGABRT disposition reset via sigaction | Rich Felker | 2020-10-14 | 1 | -9/+8 |
* | move __abort_lock to its own file and drop pointless weak_alias trick | Rich Felker | 2020-10-14 | 1 | -6/+0 |
* | arm: avoid conditional branch to PLT in sigsetjmp | Andre McCurdy | 2019-12-07 | 1 | -2/+3 |
* | fix external dummy_lock symbol inadvertently introduced in sigaction | Rich Felker | 2019-08-17 | 1 | -1/+1 |
* | setitimer, getitimer: decouple time_t from long | Rich Felker | 2019-07-29 | 4 | -0/+44 |
* | sigtimedwait: add time64 syscall support, decouple 32-bit time_t | Rich Felker | 2019-07-28 | 1 | -4/+24 |
* | fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX | James Y Knight | 2019-07-13 | 1 | -1/+1 |
* | fix restrict violations in internal use of several functions | Samuel Holland | 2019-07-10 | 1 | -4/+4 |
* | add riscv64 architecture support | Rich Felker | 2019-06-14 | 2 | -0/+31 |
* | don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARM | Rich Felker | 2019-03-05 | 1 | -1/+1 |
* | add __timedwait backend workaround for old kernels where futex EINTRs | Rich Felker | 2018-12-18 | 1 | -0/+6 |
* | split internal lock API out of libc.h, creating lock.h | Rich Felker | 2018-09-12 | 1 | -0/+1 |
* | reduce spurious inclusion of libc.h | Rich Felker | 2018-09-12 | 4 | -4/+0 |
* | apply hidden visibility to sigreturn code fragments | Rich Felker | 2018-09-12 | 14 | -2/+28 |
* | overhaul internally-public declarations using wrapper headers | Rich Felker | 2018-09-12 | 1 | -2/+0 |
* | define and use internal macros for hidden visibility, weak refs | Rich Felker | 2018-09-05 | 2 | -3/+4 |
* | consistently use _NSIG/8 idiom for kernel sigset size in sigaction | Rich Felker | 2018-09-01 | 1 | -3/+3 |
* | always terminate by SIGABRT when abort is called | Rich Felker | 2018-09-01 | 1 | -4/+21 |
* | optimize raise not to make a syscall for getting tid | Rich Felker | 2018-09-01 | 1 | -3/+1 |
* | prevent psignal/psiginfo from clobbering stderr orientation, errno | Rich Felker | 2018-08-30 | 2 | -8/+21 |
* | add m68k port | Rich Felker | 2018-06-19 | 1 | -0/+29 |
* | optimize sigisemptyset | Rich Felker | 2018-05-01 | 1 | -2/+3 |
* | add public interface headers to implementation files | Rich Felker | 2018-02-25 | 1 | -0/+2 |
* | ppc64: fix setjmp/longjmp handling of TOC pointer | Bobby Bingham | 2017-08-11 | 1 | -7/+14 |
* | fix crashing sigsetjmp on s390x | Bobby Bingham | 2016-12-16 | 1 | -1/+1 |
* | work around gdb issues recognizing sigreturn trampoline on x86_64 | Rich Felker | 2016-11-12 | 2 | -8/+6 |
* | add s390x port | Bobby Bingham | 2016-11-11 | 2 | -0/+32 |
* | add powerpc64 port | Bobby Bingham | 2016-05-08 | 2 | -0/+41 |
* | add mips n32 port (ILP32 ABI for mips64) | Rich Felker | 2016-04-18 | 2 | -0/+47 |
* | add mips64 port | Rich Felker | 2016-03-06 | 2 | -0/+47 |
* | fix crash when signal number 0 is passed to sigaction | Rich Felker | 2015-12-15 | 1 | -5/+1 |
* | eliminate use of SHARED macro to suppress visibility attributes | Rich Felker | 2015-11-11 | 1 | -2/+0 |
* | explicitly assemble all arm asm sources as UAL | Rich Felker | 2015-11-10 | 2 | -0/+3 |
* | fix signal return for sh/fdpic | Rich Felker | 2015-09-23 | 2 | -4/+0 |
* | remove unused (and invalid) C version of sigsetjmp | Rich Felker | 2015-09-09 | 1 | -17/+0 |
* | switch to using trap number 31 for syscalls on sh | Rich Felker | 2015-06-16 | 1 | -2/+2 |
* | fix crash in x32 sigsetjmp | Rich Felker | 2015-05-02 | 1 | -0/+1 |
* | fix sh jmp_buf size to match ABI | Rich Felker | 2015-04-27 | 1 | -2/+2 |
* | fix build regression in aarch64 sigsetjmp | Rich Felker | 2015-04-24 | 1 | -2/+2 |
* | remove invalid PLT calls from or1k asm | Rich Felker | 2015-04-19 | 1 | -3/+4 |
* | remove possible-textrels from powerpc asm | Rich Felker | 2015-04-19 | 1 | -2/+3 |
* | remove invalid PLT calls from microblaze asm | Rich Felker | 2015-04-19 | 1 | -2/+3 |
* | remove invalid PLT calls from sh asm | Rich Felker | 2015-04-19 | 1 | -2/+3 |
* | remove potentially PIC-incompatible relocations from x86_64 and x32 asm | Rich Felker | 2015-04-18 | 2 | -4/+4 |