dns response handling: ignore presence of wrong-type RRs
[musl] / src / thread / pthread_kill.c
2020-07-06 Rich Felkerfix async-cancel-safety of pthread_cancel
2020-07-06 Rich Felkermake thread killlock async-signal-safe for pthread_kill
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-05-05 Rich Felkerimprove pthread_exit synchronization with functions...
2018-05-04 Rich Felkerremove incorrect ESRCH error from pthread_kill
2018-01-09 Jens Gustedtconsistently use the LOCK an UNLOCK macros
2014-07-06 Rich Felkereliminate use of cached pid from thread structure
2012-07-12 Rich Felkerfix several locks that weren't updated right for new...
2012-07-12 Rich Felkerfix pthread_kill unlocking
2011-06-14 Rich Felkerfix race condition in pthread_kill
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
2011-03-20 Rich Felkerif returning errno value directly from a syscall, we...
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0