summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* enter uuid/jasper2021-08-311-1/+2
* Add basic regression tests for strchr() and strrchr().visa2021-07-241-2/+2
* Provide an optimized implementation of ffs(3) in libc onnaddy2020-06-261-2/+2
* Add a test program for getopt(3) that is adequate for manual testingschwarze2020-03-231-2/+2
* Link forgotten libc tests to the build.bluhm2020-01-131-4/+8
* Link system call tests to build.bluhm2019-11-191-1/+2
* Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17millert2018-12-161-2/+2
* Add a regression test for ldexp(3).visa2017-10-151-2/+2
* Sort subdir, run getaddrinfo test, remove vax case.bluhm2017-07-271-13/+21
* Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"millert2017-05-171-2/+2
* We don't have sigreturn anymorebeck2016-05-291-2/+2
* Add ifnameindex to te libc regress testsclaudio2015-10-231-3/+3
* Add simple strlcpy regressmillert2014-12-021-3/+3
* Add simple strlcat regressmillert2014-12-021-2/+2
* Add strnlen to SUBDIRS so we actually run its tests.millert2014-12-021-2/+2
* Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.miod2014-07-031-2/+2
* Add regress tests to make sure arc4random(3) is reinitializedmatthew2014-06-181-2/+3
* Add regress tests for timingsafe_bcmp and timingsafe_memcmp.matthew2014-06-131-2/+2
* Add regress test for explicit_bzero.matthew2014-06-121-2/+2
* Add basic regression test for modf() issue.tobiasu2014-06-071-2/+2
* Add a regression test to verify that the FPU control word state ismartynas2013-12-291-1/+2
* Some tests are currently failing. Only run those if the REGRESS_FULLkettenis2013-08-011-2/+6
* Hook up fmemopen and open_memstream tests.mpi2013-05-021-3/+4
* Add a regress test for strtol, which currently fails.jsing2012-11-181-2/+3
* catch off-by-one errors in stpncpy(); ok guenther@naddy2012-07-111-6/+6
* Add cephes.martynas2011-07-021-2/+2
* Add setenv/putenv regressmillert2010-08-231-2/+2
* Add a regression suite for mkstemp(), verifying that it neither overrunsguenther2010-02-111-2/+2
* Add a (hopefully) comprehensive regression test of how stdio functionsguenther2009-11-211-2/+2
* Add regression tests for stdio threading. Originally by blambert withguenther2009-11-191-1/+2
* Hook up fnmatch and glob regress.millert2008-10-021-5/+5
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-071-4/+4
* Adapt atexit() regress to recent changes and add __cxa_atexit() regress.millert2007-09-031-2/+2
* Add basename(3) and dirname(3) regression tests, from tbert.ray2007-05-171-3/+3
* add strtod() underflow testotto2006-09-291-2/+2
* hook telldirotto2006-03-251-2/+2
* Hook up getcap test.ray2006-03-101-2/+2
* Basic regress test for the vis(3) family of functions. Extra testsotto2005-08-291-2/+2
* untested Makefile commitedderaadt2005-08-121-2/+2
* regression test to check that isw* functions yield the same result asespie2005-08-111-2/+3
* basic regression test for some netdb functionsotto2004-10-251-2/+2
* Enable strtonum testotto2004-08-031-2/+2
* add getopt_long regress; ok millert@david2004-07-101-2/+2
* hsearch regress from NetBSD via ray at cyth dot netmillert2004-06-241-2/+2
* Add tests for strerror.espie2004-04-301-2/+2
* include some missing onesderaadt2004-02-111-4/+5
* Add strptime regress from NetBSD; OK miod@ after un-peeing.millert2004-01-201-2/+2
* first sprintf test: positional argsderaadt2003-05-151-2/+2
* simple alloca test. done twice per deraadt@ suggestmickey2003-02-121-1/+2
* re-enable function pointer table protection, this time make sure thatdhartmei2002-08-301-2/+2