index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libc
Age
Commit message (
Expand
)
Author
2017-01-23
test malloc/realloc/free with some flag combo's
Otto Moerbeek
2016-09-05
Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works.
Ingo Schwarze
2016-09-04
test wcrtomb(3)
Ingo Schwarze
2016-09-03
test mbrtowc(3) in conjunction with mbsinit(3)
Ingo Schwarze
2016-08-27
Pull in <stdio.h> for NULL
Philip Guenther
2016-07-13
Fix usage() output and getopt sorting
Philip Guenther
2016-05-29
Nuke sigret.c
Bob Beck
2016-05-29
We don't have sigreturn anymore
Bob Beck
2016-05-26
tests for the two segfaults in backref() that were just fixed
Ingo Schwarze
2016-05-26
Fix an oversight that caused the test program to segfault:
Ingo Schwarze
2016-05-26
systematically test all combinations of REG_STARTEND, REG_NEWLINE,
Ingo Schwarze
2016-05-26
support for testing REG_STARTEND together with REG_NOTBOL
Ingo Schwarze
2016-02-26
Add a test for negated POSIX characer classes.
Todd C. Miller
2015-11-08
Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.
Miod Vallat
2015-10-30
Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of
Miod Vallat
2015-10-25
Hide __atexit and __atexit_register_cleanup()
Philip Guenther
2015-10-25
Use dprintf() instead of fprintf() in the signal handler
Philip Guenther
2015-10-23
Cast ctype functions' arguments to unsigned char.
mmcc
2015-10-23
Add ifnameindex to te libc regress tests
Claudio Jeker
2015-10-22
Add a regress test for if_indextoname() and if_nametoindex()
Claudio Jeker
2015-10-22
Add a regress for libc handling of SIGTHR
Philip Guenther
2015-10-18
Need <string.h> for memset()
Philip Guenther
2015-09-14
Test the exported strsignal() API, not the (now hidden) internal API
Philip Guenther
2015-08-23
ISO8859-1 support has been removed
Philip Guenther
2015-07-20
Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@
Todd C. Miller
2015-07-07
add setlocale test
semarie
2015-07-07
add regress test for setlocale(3) and some related
semarie
2015-05-29
Need to operate of CXXFLAGS now.
Miod Vallat
2015-03-15
fix for regression test for strtol(). it failed (the wrong kind of
Peter Hessler
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2015-01-20
Missing $OpenBSD$'s.
Kenneth R Westerback
2014-12-10
fix previous.
Daniel Dickman
2014-12-09
t_exhaust is too exhausting
Theo de Raadt
2014-12-03
Fill the buffer with 'z' instead of 'a' since 'a' is part of the
Todd C. Miller
2014-12-02
Add simple strlcpy regress
Todd C. Miller
2014-12-02
Add simple strlcat regress
Todd C. Miller
2014-12-02
Add strnlen to SUBDIRS so we actually run its tests.
Todd C. Miller
2014-09-27
Fix mmap() calls that check for a result other than MAP_FAILED.
Doug Hogan
2014-09-21
Add support for word anchors \< and \> to regex regression tests.
Doug Hogan
2014-09-19
Fix on 32bit platforms where 0xdeadbeef > LONG_MAX.
Ingo Schwarze
2014-08-10
AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKET
Philip Guenther
2014-07-28
remove non-portable __progname extern from arc4random unit test.
bcook
2014-07-21
Switch from <sys/endian.h> or <machine/endian.h> to the new,
Philip Guenther
2014-07-20
Fix ordering breakage, moving the fclose() test last again.
Philip Guenther
2014-07-20
Make sure the correct errno is reported by warn* or err* and not
Philip Guenther
2014-07-20
Delete unused variables found by -Wall
Philip Guenther
2014-07-20
Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org)
Philip Guenther
2014-07-11
Fix dumb copy/paste mistake.
Matthew Dempsky
2014-07-11
Fix explicit_bzero regress for Solaris and OS X compatibility
Matthew Dempsky
2014-07-09
Add some extra sanity checks to make sure the test functions actually
Matthew Dempsky
[next]