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 | 13 | -1/+528 | |
| | | | | for pthread_atfork() | ||||
* | Remove support for COMPILER_VERSION == gcc2. | 2013-08-06 | 1 | -6/+1 | |
| | | | | | | | | 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. | ||||
* | Some tests are currently failing. Only run those if the REGRESS_FULL | 2013-08-01 | 1 | -1/+3 | |
| | | | | variable is set. | ||||
* | gcc 3 needs the same syntax as gcc 2 | 2013-01-07 | 1 | -2/+2 | |
| | |||||
* | Link init_priority into the regress tree now that it passes (except | 2012-09-08 | 1 | -2/+2 | |
| | | | | mysteriously on m88k). | ||||
* | Give this a chance to build with gcc2. ok matthew@ | 2012-09-07 | 2 | -3/+12 | |
| | |||||
* | Add a (currently failing) regress test for GNU C++'s init_priority | 2012-09-06 | 2 | -0/+51 | |
| | | | | | attribute. See "info --index-search=init_priority gcc" for details on how this feature is supposed to work. | ||||
* | add missing includes | 2003-09-02 | 1 | -1/+2 | |
| | | | | ok deraadt@ tedu@ dhartmei@ krw@ | ||||
* | add missing includes | 2003-08-02 | 1 | -1/+2 | |
| | | | | ok deraadt@ tedu@ | ||||
* | various cleanups; david says results are same | 2003-07-31 | 1 | -2/+2 | |
| | |||||
* | Rename a bunch of the old bsd.regress.mk variables into the new ones. | 2002-09-02 | 1 | -2/+2 | |
| | | | | ok art@ | ||||
* | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | 2002-02-23 | 1 | -3/+1 | |
| | | | | XXX - what about the install targets? | ||||
* | Also test is dtors are run if we return from main. | 2002-02-18 | 2 | -7/+31 | |
| | |||||
* | minor cleanup. | 2002-02-18 | 1 | -2/+2 | |
| | |||||
* | fork, not vfork, fix comment. | 2002-01-31 | 1 | -2/+2 | |
| | |||||
* | enable dtors. | 2002-01-31 | 1 | -2/+2 | |
| | |||||
* | Simple (ehmm) test for static destructors. | 2002-01-31 | 2 | -0/+65 | |
| | | | | Not for the faint-hearted. | ||||
* | need a makefile | 2002-01-31 | 1 | -0/+9 | |
| | |||||
* | simple test for static constructors. | 2002-01-31 | 2 | -0/+23 | |