summaryrefslogtreecommitdiff
path: root/regress/lib/csu
AgeCommit message (Expand)Author
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,Philip Guenther
2014-11-23Add regress for atexit() vs DSO unloading and start on a similar testPhilip Guenther
2013-08-06Remove support for COMPILER_VERSION == gcc2.Miod Vallat
2013-08-01Some tests are currently failing. Only run those if the REGRESS_FULLMark Kettenis
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
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
2003-09-02add missing includesDavid Krause
2003-08-02add missing includesDavid Krause
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
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
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
2002-01-31need a makefileArtur Grabowski
2002-01-31simple test for static constructors.Artur Grabowski