diff options
author | guenther <> | 2016-05-07 19:05:22 +0000 |
---|---|---|
committer | guenther <> | 2016-05-07 19:05:22 +0000 |
commit | 73eeb757dad6123971edda029d185e4daa632c91 (patch) | |
tree | de4cc654271dece5f2ef0ce9a271e9cafcb14570 /src/lib/libtls/tls_init.3 | |
parent | 133d75e6cf272462fba6e4eb561f949d0c12e01f (diff) | |
download | openbsd-73eeb757dad6123971edda029d185e4daa632c91.tar.gz openbsd-73eeb757dad6123971edda029d185e4daa632c91.tar.bz2 openbsd-73eeb757dad6123971edda029d185e4daa632c91.zip |
Use a Thread Information Block in both single and multi-threaded programs.
This stores errno, the cancelation flags, and related bits for each thread
and is allocated by ld.so or libc.a. This is an ABI break from 5.9-stable!
Make libpthread dlopen'able by moving the cancelation wrappers into libc
and doing locking and fork/errno handling via callbacks that libpthread
registers when it first initializes. 'errno' *must* be declared via
<errno.h> now!
Clean up libpthread's symbol exports like libc.
On powerpc, offset the TIB/TCB/TLS data from the register per the ELF spec.
Testing by various, particularly sthen@ and patrick@
ok kettenis@
Diffstat (limited to 'src/lib/libtls/tls_init.3')
0 files changed, 0 insertions, 0 deletions