Up to [cvs.NetBSD.org] / src / lib / libc / include
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-9-0-RELEASE
Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 5 01:35:52 2019 UTC (23 months, 3 weeks ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp,
HEAD
Branch point for: phil-wifi
Transfer all the keys that were created in the libc stub implementation to the pthread tsd implementation when the main thread is created. This corrects a problem where a process created keys before libpthread was loaded (either from the libc constructor or because libpthread was dlopened later). This fixes a problem with jemalloc which creates keys in the constructor.