Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | guenther | 2015-08-27 | 1 | -2/+3 |
| | | | | | | symbols that are not longer exported. (This improves the generated code.) ok deraadt@ | ||||
* | Make pthread_atfork() track the DSO that called it like atexit() does, | guenther | 2015-04-07 | 1 | -0/+44 |
unregistering callbacks if the DSO is unloaded. Move the callback handling from libpthread to libc, though libpthread still overrides the inner call to handle locking and thread-library reinitialization. Major version bump for both libc and libpthread. verification that this fixes various ports ajacoutot@ asm assistance miod@; ok millert@ deraadt@ |