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