summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/stdarg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the REGRESS_MAXTIME feature from regress framework. Thebluhm2019-05-141-3/+1
| | | | | | | timeout based on CPU seconds is pretty useless, most hanging tests sleep and do not spin. The timeout could not be distinguished from failure. Only 3 tests used it. OK anton@ schwarze@ cheloha@ otto@
* spacingkettenis2013-12-261-2/+2
|
* various cleanups; david says results are samederaadt2003-07-311-6/+5
|
* Rename a bunch of the old bsd.regress.mk variables into the new ones.avsm2002-09-021-2/+2
| | | | ok art@
* convert everything to bsd.regress.mkart2002-01-031-4/+3
|
* indent.fgsch2001-12-121-3/+4
|
* Set MAXTIME to 10, allowing to pass on slower machines like p 300.fgsch2001-12-121-1/+3
|
* per man page and gcc 3.0.1, exit requires prototype from stdlib.htodd2001-09-201-1/+2
|
* Use int instead of char to avoid promotion.fgsch2001-08-151-3/+3
|
* Regression tests for libc_r (pthreads) library.fgsch2001-08-152-0/+95
Thanks to pval@ for resolving the license stuff.