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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add timing and test name options.
millert
2017-05-22
1
-12
/
+83
*
Instead of embedding pre-generated tables from McIlroy's "A Killer
millert
2017-05-22
3
-1538
/
+315
*
correct a return value test
jsg
2017-05-21
1
-1
/
+1
*
Add input targeted at the Bentley and McIrlroy quicksort generated
millert
2017-05-19
1
-6
/
+1389
*
use mergesort instead of heapsort when comparing results
millert
2017-05-18
1
-9
/
+17
*
Avoid running the "killer" tests multiple times with the same
millert
2017-05-17
1
-10
/
+19
*
Add "median of three" killer, as seen in "Introspective Sorting and
millert
2017-05-17
1
-18
/
+44
*
Approximate nlgn instead of using libm. The same approximation may
millert
2017-05-17
2
-10
/
+8
*
Add "killer" input from "algorithmic complexity attacks and libc
millert
2017-05-17
1
-0
/
+12
*
There's no need to track the number of errors (and the counter might
millert
2017-05-17
1
-21
/
+30
*
Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"
millert
2017-05-17
3
-2
/
+278
*
Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle.
kettenis
2017-04-16
1
-2
/
+2
*
Define DEF_WEAK like we do for ld.so to fix building this with clang.
kettenis
2017-04-16
1
-1
/
+2
*
copy /etc/services in test directory
eric
2017-03-14
1
-1
/
+2
*
refresh the test infrastructure a bit.
eric
2017-03-10
3
-90
/
+93
*
remove bogus variable expansion
eric
2017-03-09
2
-4
/
+4
*
missing include
eric
2017-03-09
1
-1
/
+2
*
Add missing includes to avoid implicit function declarations.
jsg
2017-02-25
4
-3
/
+7
*
fix make clean and warnings
otto
2017-01-24
2
-1
/
+3
*
make sure realloc preserves data
otto
2017-01-24
1
-17
/
+45
*
use ${.OBJDIR}
otto
2017-01-24
1
-8
/
+8
*
hook malloc_general to the tests
otto
2017-01-23
1
-2
/
+2
*
test malloc/realloc/free with some flag combo's
otto
2017-01-23
2
-0
/
+122
*
Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works.
schwarze
2016-09-05
1
-2
/
+2
*
test wcrtomb(3)
schwarze
2016-09-04
2
-0
/
+93
*
test mbrtowc(3) in conjunction with mbsinit(3)
schwarze
2016-09-03
2
-0
/
+93
*
Pull in <stdio.h> for NULL
guenther
2016-08-27
1
-1
/
+2
*
Fix usage() output and getopt sorting
guenther
2016-07-13
1
-6
/
+6
*
Nuke sigret.c
beck
2016-05-29
2
-198
/
+0
*
We don't have sigreturn anymore
beck
2016-05-29
1
-2
/
+2
*
tests for the two segfaults in backref() that were just fixed
schwarze
2016-05-26
1
-1
/
+4
*
Fix an oversight that caused the test program to segfault:
schwarze
2016-05-26
1
-2
/
+2
*
systematically test all combinations of REG_STARTEND, REG_NEWLINE,
schwarze
2016-05-26
1
-9
/
+85
*
support for testing REG_STARTEND together with REG_NOTBOL
schwarze
2016-05-26
1
-1
/
+4
*
Add a test for negated POSIX characer classes.
millert
2016-02-26
1
-0
/
+1
*
Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.
miod
2015-11-08
4
-4
/
+7
*
Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of
miod
2015-10-30
1
-0
/
+1
*
Hide __atexit and __atexit_register_cleanup()
guenther
2015-10-25
1
-2
/
+3
*
Use dprintf() instead of fprintf() in the signal handler
guenther
2015-10-25
1
-3
/
+4
*
Cast ctype functions' arguments to unsigned char.
mmcc
2015-10-23
1
-5
/
+5
*
Add ifnameindex to te libc regress tests
claudio
2015-10-23
1
-3
/
+3
*
Add a regress test for if_indextoname() and if_nametoindex()
claudio
2015-10-22
2
-0
/
+42
*
Add a regress for libc handling of SIGTHR
guenther
2015-10-22
2
-0
/
+71
*
Need <string.h> for memset()
guenther
2015-10-18
1
-1
/
+2
*
Test the exported strsignal() API, not the (now hidden) internal API
guenther
2015-09-14
1
-8
/
+2
*
ISO8859-1 support has been removed
guenther
2015-08-23
1
-8
/
+1
*
Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@
millert
2015-07-20
1
-1
/
+3
*
add setlocale test
semarie
2015-07-07
1
-1
/
+3
*
add regress test for setlocale(3) and some related
semarie
2015-07-07
2
-0
/
+140
*
Need to operate of CXXFLAGS now.
miod
2015-05-29
1
-3
/
+3
[prev]
[next]