summaryrefslogtreecommitdiffstats
path: root/regress/lib/csu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-075-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 testguenther2014-11-2313-1/+528
| | | | for pthread_atfork()
* Remove support for COMPILER_VERSION == gcc2.miod2013-08-061-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_FULLkettenis2013-08-011-1/+3
| | | | variable is set.
* gcc 3 needs the same syntax as gcc 2miod2013-01-071-2/+2
|
* Link init_priority into the regress tree now that it passes (exceptmatthew2012-09-081-2/+2
| | | | mysteriously on m88k).
* Give this a chance to build with gcc2. ok matthew@miod2012-09-072-3/+12
|
* Add a (currently failing) regress test for GNU C++'s init_prioritymatthew2012-09-062-0/+51
| | | | | attribute. See "info --index-search=init_priority gcc" for details on how this feature is supposed to work.
* add missing includesdavid2003-09-021-1/+2
| | | | ok deraadt@ tedu@ dhartmei@ krw@
* add missing includesdavid2003-08-021-1/+2
| | | | ok deraadt@ tedu@
* various cleanups; david says results are samederaadt2003-07-311-2/+2
|
* Rename a bunch of the old bsd.regress.mk variables into the new ones.avsm2002-09-021-2/+2
| | | | ok art@
* no more need to explicitly specify regress: _SUBDIRUSE targets anymore.art2002-02-231-3/+1
| | | | XXX - what about the install targets?
* Also test is dtors are run if we return from main.art2002-02-182-7/+31
|
* minor cleanup.art2002-02-181-2/+2
|
* fork, not vfork, fix comment.art2002-01-311-2/+2
|
* enable dtors.art2002-01-311-2/+2
|
* Simple (ehmm) test for static destructors.art2002-01-312-0/+65
| | | | Not for the faint-hearted.
* need a makefileart2002-01-311-0/+9
|
* simple test for static constructors.art2002-01-312-0/+23