summaryrefslogtreecommitdiffstats
path: root/regress/lib/csu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-075-7/+65
* Add regress for atexit() vs DSO unloading and start on a similar testguenther2014-11-2313-1/+528
* Remove support for COMPILER_VERSION == gcc2.miod2013-08-061-6/+1
* Some tests are currently failing. Only run those if the REGRESS_FULLkettenis2013-08-011-1/+3
* 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
* 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
* add missing includesdavid2003-09-021-1/+2
* add missing includesdavid2003-08-021-1/+2
* 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
* no more need to explicitly specify regress: _SUBDIRUSE targets anymore.art2002-02-231-3/+1
* 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
* need a makefileart2002-01-311-0/+9
* simple test for static constructors.art2002-01-312-0/+23