clean up dns_parse_callback
[musl] / src / signal /
2021-07-30 Rich Felkerfix libc-internal signal blocking on mips archs
2020-10-24 Rich Felkerlift sigaction abort locking to fix posix_spawn child...
2020-10-15 Rich Felkerfix unintended observability of SIGABRT disposition...
2020-10-15 Rich Felkermove __abort_lock to its own file and drop pointless...
2019-12-07 Andre McCurdyarm: avoid conditional branch to PLT in sigsetjmp
2019-08-18 Rich Felkerfix external dummy_lock symbol inadvertently introduced...
2019-07-30 Rich Felkersetitimer, getitimer: decouple time_t from long
2019-07-28 Rich Felkersigtimedwait: add time64 syscall support, decouple...
2019-07-13 James Y Knightfix sigaltstack to ignore ss_size with SS_DISABLE,...
2019-07-10 Samuel Hollandfix restrict violations in internal use of several...
2019-06-14 Rich Felkeradd riscv64 architecture support
2019-03-05 Rich Felkerdon't reject unknown/future flags in sigaltstack, allow...
2018-12-18 Rich Felkeradd __timedwait backend workaround for old kernels...
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerapply hidden visibility to sigreturn code fragments
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-09-01 Rich Felkerconsistently use _NSIG/8 idiom for kernel sigset size...
2018-09-01 Rich Felkeralways terminate by SIGABRT when abort is called
2018-09-01 Rich Felkeroptimize raise not to make a syscall for getting tid
2018-08-30 Rich Felkerprevent psignal/psiginfo from clobbering stderr orienta...
2018-06-19 Rich Felkeradd m68k port
2018-05-01 Rich Felkeroptimize sigisemptyset
2018-02-26 Rich Felkeradd public interface headers to implementation files
2017-08-12 Bobby Binghamppc64: fix setjmp/longjmp handling of TOC pointer
2016-12-17 Bobby Binghamfix crashing sigsetjmp on s390x
2016-11-13 Rich Felkerwork around gdb issues recognizing sigreturn trampoline...
2016-11-12 Bobby Binghamadd s390x port
2016-05-09 Bobby Binghamadd powerpc64 port
2016-04-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)
2016-03-06 Rich Felkeradd mips64 port
2015-12-16 Rich Felkerfix crash when signal number 0 is passed to sigaction
2015-11-12 Rich Felkereliminate use of SHARED macro to suppress visibility...
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-09-23 Rich Felkerfix signal return for sh/fdpic
2015-09-09 Rich Felkerremove unused (and invalid) C version of sigsetjmp
2015-06-16 Rich Felkerswitch to using trap number 31 for syscalls on sh
2015-05-02 Rich Felkerfix crash in x32 sigsetjmp
2015-04-28 Rich Felkerfix sh jmp_buf size to match ABI
2015-04-25 Rich Felkerfix build regression in aarch64 sigsetjmp
2015-04-20 Rich Felkerremove invalid PLT calls from or1k asm
2015-04-20 Rich Felkerremove possible-textrels from powerpc asm
2015-04-20 Rich Felkerremove invalid PLT calls from microblaze asm
2015-04-20 Rich Felkerremove invalid PLT calls from sh asm
2015-04-19 Rich Felkerremove potentially PIC-incompatible relocations from...
2015-04-19 Rich Felkerremove the last of possible-textrels from i386 asm
2015-04-18 Rich Felkerredesign sigsetjmp so that signal mask is restored...
2015-03-12 Szabolcs Nagyadd aarch64 port
2014-12-19 Rich Felkeruse tkill instead of tgkill in implementing raise
2014-07-18 Stefan Kristianssonadd or1k (OpenRISC 1000) architecture port
2014-06-22 Rich Felkeradd __sysv_signal abi-compat alias for the signal function
2014-04-02 Rich Felkeradd __sigsetjmp ABI-compat alias for sigsetjmp
2014-03-24 Rich Felkeralways initialize thread pointer at program start
2014-03-19 Rich Felkerfix mips sigsetjmp asm to match fixed jmp_buf size
2014-02-28 Rich Felkerrename superh port to "sh" for consistency
2014-02-23 Bobby Binghamsuperh port
2014-02-23 rofl0rx32 port (diff against vanilla x86_64)
2014-02-23 rofl0rimport vanilla x86_64 code as x32
2014-01-07 Rich Felkerfix const-correctness in sigandset/sigorset arguments
2013-12-13 Rich Felkeruse 0 instead of NULL for null pointer constants
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-09-16 Rich Felkerfix sigemptyset and sigfillset for mips
2013-08-31 Rich Felkerfix breakage in synccall due to incorrect signal restor...
2013-08-11 Rich Felkerfix _NSIG and SIGRTMAX on mips
2013-08-10 Rich Felkerchange sigset_t functions to restrict to _NSIG
2013-08-10 Rich Felkeroptimize posix_spawn to avoid spurious sigaction syscalls
2013-07-30 Timo Teräsuse separate sigaction buffers for old and new data
2013-07-24 Rich Felkerchange jmp_buf to share an underlying type and struct...
2013-07-18 Rich Felkerfix off-by-one error in checks for implementation-inter...
2013-04-26 Rich Felkertransition to using functions for internal signal block...
2013-04-26 Rich Felkeroptimize/debloat raise
2013-04-22 Rich Felkerfix reversed argument order x86_64 sigsetjmp's call...
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2012-12-06 rofl0rfix sigorset/sigandset: _NSIG/8 is the size in bytes
2012-12-06 rofl0rsigandset/sigorset: do not check for NULL pointers.
2012-12-06 rofl0rfixup sigandset
2012-12-06 rofl0radd sigandset and sigorset (needed for qemu)
2012-11-23 Rich Felkerfix powerpc sigsetjmp asm to match the new jmp_buf...
2012-11-19 rofl0rpowerpc: handle syscall error in clone.
2012-11-19 Rich Felkerfix powerpc asm not to store data in volatile space...
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich Felkerfix indention with spaces in powerpc asm
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 rofl0rPPC port cleaned up, static linking works well now.
2012-11-13 Richard Penningtonimport preliminary ppc work by rdp.
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-10-18 Rich Felkerfix (hopefully; untested) completely broken/incomplete...
2012-10-18 Rich Felkerfix microblaze asm relocations for shared libc
2012-10-12 Rich Felkeravoid the thread-ptr-init behavior of sigaction when...
2012-09-29 Rich Felkermicroblaze port
2012-09-07 Rich Felkerfurther use of _Noreturn, for non-plain-C functions
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-10 Rich Felkerfix (hopefully) all hard-coded 8's for kernel sigset_t...
2012-07-13 Rich Felkersigsetjmp asm for mips
2012-07-11 Rich Felkerinitial version of mips (o32) port, based on work by...
2012-07-11 Rich Felkerremove unused var in new sigaction code
2012-07-11 Rich Felkerchanges to kernel sigaction struct handling in preparat...
2012-07-04 Rich Felkerjmp_buf overhaul fixing several issues
next