index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
/
lib
/
libc
/
Makefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add elf_aux_info(3)
jca
2024-07-14
1
-1
/
+2
*
enter uuid/
jasper
2021-08-31
1
-1
/
+2
*
Add basic regression tests for strchr() and strrchr().
visa
2021-07-24
1
-2
/
+2
*
Provide an optimized implementation of ffs(3) in libc on
naddy
2020-06-26
1
-2
/
+2
*
Add a test program for getopt(3) that is adequate for manual testing
schwarze
2020-03-23
1
-2
/
+2
*
Link forgotten libc tests to the build.
bluhm
2020-01-13
1
-4
/
+8
*
Link system call tests to build.
bluhm
2019-11-19
1
-1
/
+2
*
Add regress test for bugs in stdio/fread.c rev 1.13 and 1.17
millert
2018-12-16
1
-2
/
+2
*
Add a regression test for ldexp(3).
visa
2017-10-15
1
-2
/
+2
*
Sort subdir, run getaddrinfo test, remove vax case.
bluhm
2017-07-27
1
-13
/
+21
*
Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"
millert
2017-05-17
1
-2
/
+2
*
We don't have sigreturn anymore
beck
2016-05-29
1
-2
/
+2
*
Add ifnameindex to te libc regress tests
claudio
2015-10-23
1
-3
/
+3
*
Add simple strlcpy regress
millert
2014-12-02
1
-3
/
+3
*
Add simple strlcat regress
millert
2014-12-02
1
-2
/
+2
*
Add strnlen to SUBDIRS so we actually run its tests.
millert
2014-12-02
1
-2
/
+2
*
Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.
miod
2014-07-03
1
-2
/
+2
*
Add regress tests to make sure arc4random(3) is reinitialized
matthew
2014-06-18
1
-2
/
+3
*
Add regress tests for timingsafe_bcmp and timingsafe_memcmp.
matthew
2014-06-13
1
-2
/
+2
*
Add regress test for explicit_bzero.
matthew
2014-06-12
1
-2
/
+2
*
Add basic regression test for modf() issue.
tobiasu
2014-06-07
1
-2
/
+2
*
Add a regression test to verify that the FPU control word state is
martynas
2013-12-29
1
-1
/
+2
*
Some tests are currently failing. Only run those if the REGRESS_FULL
kettenis
2013-08-01
1
-2
/
+6
*
Hook up fmemopen and open_memstream tests.
mpi
2013-05-02
1
-3
/
+4
*
Add a regress test for strtol, which currently fails.
jsing
2012-11-18
1
-2
/
+3
*
catch off-by-one errors in stpncpy(); ok guenther@
naddy
2012-07-11
1
-6
/
+6
*
Add cephes.
martynas
2011-07-02
1
-2
/
+2
*
Add setenv/putenv regress
millert
2010-08-23
1
-2
/
+2
*
Add a regression suite for mkstemp(), verifying that it neither overruns
guenther
2010-02-11
1
-2
/
+2
*
Add a (hopefully) comprehensive regression test of how stdio functions
guenther
2009-11-21
1
-2
/
+2
*
Add regression tests for stdio threading. Originally by blambert with
guenther
2009-11-19
1
-1
/
+2
*
Hook up fnmatch and glob regress.
millert
2008-10-02
1
-5
/
+5
*
- replace dtoa w/ David's gdtoa, version 2008-03-15
martynas
2008-09-07
1
-4
/
+4
*
Adapt atexit() regress to recent changes and add __cxa_atexit() regress.
millert
2007-09-03
1
-2
/
+2
*
Add basename(3) and dirname(3) regression tests, from tbert.
ray
2007-05-17
1
-3
/
+3
*
add strtod() underflow test
otto
2006-09-29
1
-2
/
+2
*
hook telldir
otto
2006-03-25
1
-2
/
+2
*
Hook up getcap test.
ray
2006-03-10
1
-2
/
+2
*
Basic regress test for the vis(3) family of functions. Extra tests
otto
2005-08-29
1
-2
/
+2
*
untested Makefile commited
deraadt
2005-08-12
1
-2
/
+2
*
regression test to check that isw* functions yield the same result as
espie
2005-08-11
1
-2
/
+3
*
basic regression test for some netdb functions
otto
2004-10-25
1
-2
/
+2
*
Enable strtonum test
otto
2004-08-03
1
-2
/
+2
*
add getopt_long regress; ok millert@
david
2004-07-10
1
-2
/
+2
*
hsearch regress from NetBSD via ray at cyth dot net
millert
2004-06-24
1
-2
/
+2
*
Add tests for strerror.
espie
2004-04-30
1
-2
/
+2
*
include some missing ones
deraadt
2004-02-11
1
-4
/
+5
*
Add strptime regress from NetBSD; OK miod@ after un-peeing.
millert
2004-01-20
1
-2
/
+2
*
first sprintf test: positional args
deraadt
2003-05-15
1
-2
/
+2
*
simple alloca test. done twice per deraadt@ suggest
mickey
2003-02-12
1
-1
/
+2
[next]