tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
regress
/
lib
/
csu
/
at
master
4 folders
1 file
callbacks
Make pthread_atfork() track the DSO that called it like atexit() does, 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.
11 years ago
ctors
various cleanups; david says results are same
23 years ago
dtors
add missing includes ok deraadt@ tedu@ dhartmei@ krw@
22 years ago
init_priority
Remove support for COMPILER_VERSION == gcc2. Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything.
12 years ago
Makefile
Add regress for atexit() vs DSO unloading and start on a similar test for pthread_atfork()
11 years ago