summaryrefslogtreecommitdiff
path: root/regress/lib/csu
AgeCommit message (Collapse)Author
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
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@
2014-11-23Add regress for atexit() vs DSO unloading and start on a similar testPhilip Guenther
for pthread_atfork()
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
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.
2013-08-01Some tests are currently failing. Only run those if the REGRESS_FULLMark Kettenis
variable is set.
2013-01-07gcc 3 needs the same syntax as gcc 2Miod Vallat
2012-09-08Link init_priority into the regress tree now that it passes (exceptMatthew Dempsky
mysteriously on m88k).
2012-09-07Give this a chance to build with gcc2. ok matthew@Miod Vallat
2012-09-06Add a (currently failing) regress test for GNU C++'s init_priorityMatthew Dempsky
attribute. See "info --index-search=init_priority gcc" for details on how this feature is supposed to work.
2003-09-02add missing includesDavid Krause
ok deraadt@ tedu@ dhartmei@ krw@
2003-08-02add missing includesDavid Krause
ok deraadt@ tedu@
2003-07-31various cleanups; david says results are sameTheo de Raadt
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
XXX - what about the install targets?
2002-02-18Also test is dtors are run if we return from main.Artur Grabowski
2002-02-18minor cleanup.Artur Grabowski
2002-01-31fork, not vfork, fix comment.Artur Grabowski
2002-01-31enable dtors.Artur Grabowski
2002-01-31Simple (ehmm) test for static destructors.Artur Grabowski
Not for the faint-hearted.
2002-01-31need a makefileArtur Grabowski
2002-01-31simple test for static constructors.Artur Grabowski