Prev Next | OpenBSD and Rthreads | Slide #33 |
TLS support (mostly needs binutils and gcc support)
can't dlopen("libpthread") because already resolved references to functions that libpthread overrides are not overriden afterwards
indirect through jump-table that libthread overwrite in its .init
just merge the stubs into libc
"fix bugs"
missing locking in libc, etc
async/MT-hot resolver is being worked on
EuroBSDCon 2012 | Copyright © 2012 Philip Guenther |