| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make pthread_atfork() track the DSO that called it like atexit() does, | 2015-04-07 | 5 | -7/+65 | |
| | | | | | | | | | | | 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@ | ||||
| * | Add regress for atexit() vs DSO unloading and start on a similar test | 2014-11-23 | 12 | -0/+523 | |
| for pthread_atfork() | |||||
