Age | Commit message (Expand) | Author | Files | Lines |
2020-10-24 | lift sigaction abort locking to fix posix_spawn child deadlock | Rich Felker | 1 | -13/+16 |
2020-10-14 | fix unintended observability of SIGABRT disposition reset via sigaction | Rich Felker | 1 | -9/+8 |
2020-10-14 | move __abort_lock to its own file and drop pointless weak_alias trick | Rich Felker | 1 | -6/+0 |
2019-08-17 | fix external dummy_lock symbol inadvertently introduced in sigaction | Rich Felker | 1 | -1/+1 |
2018-12-18 | add __timedwait backend workaround for old kernels where futex EINTRs | Rich Felker | 1 | -0/+6 |
2018-09-12 | split internal lock API out of libc.h, creating lock.h | Rich Felker | 1 | -0/+1 |
2018-09-05 | define and use internal macros for hidden visibility, weak refs | Rich Felker | 1 | -1/+2 |
2018-09-01 | consistently use _NSIG/8 idiom for kernel sigset size in sigaction | Rich Felker | 1 | -3/+3 |
2018-09-01 | always terminate by SIGABRT when abort is called | Rich Felker | 1 | -4/+21 |
2015-12-15 | fix crash when signal number 0 is passed to sigaction | Rich Felker | 1 | -5/+1 |
2015-09-23 | fix signal return for sh/fdpic | Rich Felker | 1 | -2/+0 |
2014-03-24 | always initialize thread pointer at program start | Rich Felker | 1 | -4/+15 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 1 | -1/+0 |
2013-08-09 | optimize posix_spawn to avoid spurious sigaction syscalls | Rich Felker | 1 | -1/+15 |
2013-07-30 | use separate sigaction buffers for old and new data | Timo Teräs | 1 | -5/+5 |
2012-11-08 | clean up sloppy nested inclusion from pthread_impl.h | Rich Felker | 1 | -0/+1 |
2012-10-11 | avoid the thread-ptr-init behavior of sigaction when not installing handler | Rich Felker | 1 | -1/+2 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -2/+2 |
2012-07-11 | remove unused var in new sigaction code | Rich Felker | 1 | -1/+1 |
2012-07-11 | changes to kernel sigaction struct handling in preparation for mips port | Rich Felker | 1 | -14/+7 |
2012-02-27 | work around "signal loses thread pointer" issue with "approach 2" | Rich Felker | 1 | -0/+5 |
2011-05-07 | overhaul implementation-internal signal protections | Rich Felker | 1 | -1/+1 |
2011-04-14 | use a separate signal from SIGCANCEL for SIGEV_THREAD timers | Rich Felker | 1 | -1/+1 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 1 | -1/+1 |
2011-02-13 | fix previous commit that broke sigreturn. looks like the asm is needed. | Rich Felker | 1 | -5/+2 |
2011-02-13 | fix omission that kept sa_restorer from being used | Rich Felker | 1 | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+48 |