dns response handling: ignore presence of wrong-type RRs
[musl] / src / thread / pthread_cancel.c
2022-08-20 Rich Felkeruse alt signal stack when present for implementation...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-08-29 Rich Felkerfix async thread cancellation on sh-fdpic
2018-08-28 Rich Felkerfix deadlock in async thread self-cancellation
2016-02-04 Rich Felkeravoid using signals when a thread attempts to cancel...
2015-11-12 Rich Felkereliminate use of SHARED macro to suppress visibility...
2015-11-02 Rich Felkeruse explicit __cp_cancel label in cancellable syscall...
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-04-14 Rich Felkercleanup use of visibility attributes in pthread_cancel.c
2015-04-14 Rich Felkerconsistently use hidden visibility for cancellable...
2015-04-13 Rich Felkerremove remnants of support for running in no-thread...
2015-03-17 Rich Felkerblock all signals (even internal ones) in cancellation...
2015-02-22 Rich Felkeradd new masked cancellation mode
2015-02-21 Rich Felkerprepare cancellation syscall asm for possibility of...
2015-02-17 Rich Felkermake pthread_exit responsible for disabling cancellation
2015-02-03 Rich Felkerfix missing memory barrier in cancellation signal handler
2014-07-07 Rich Felkerrework cancellation weak alias logic not to depend...
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-01 Rich Felkeruse a_store to set cancel flag in pthread_cancel, to...
2011-03-29 Rich Felkermajor improvements to cancellation handling
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0