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
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
2014-07-09
Minor cleanups
Matthew Dempsky
2014-07-09
Better workaround for OS X sigaltstack() bug
Matthew Dempsky
2014-07-09
check for EINTR when calling waitpid.
bcook
2014-07-09
check if we were previously on a signal stack before restoring.
bcook
2014-07-03
Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.
Miod Vallat
2014-06-21
matthew reminds me to update regress to reflect current spec
Ted Unangst
2014-06-13
Add timingsafe_memcmp().
Matthew Dempsky
2014-06-18
Always call atexit handlers as if they were registered with __cxa_atexit.
Mark Kettenis
2014-06-18
Add regress tests to make sure arc4random(3) is reinitialized
Matthew Dempsky
2014-06-13
Add regress tests for timingsafe_bcmp and timingsafe_memcmp.
Matthew Dempsky
2014-06-12
Add regress test for explicit_bzero.
Matthew Dempsky
2014-06-07
Add basic regression test for modf() issue.
Tobias Ulmer
2014-05-20
Use errc/warnc to simplify code.
Philip Guenther
2014-04-22
gets() is gone
Lawrence Teo
2013-12-29
- Verify that the FPU exception flags weren't clobbered as required by C99.
Martynas Venckus
2013-12-29
Add a regression test to verify that the FPU control word state is
Martynas Venckus
2013-12-21
Fix a comment
Philip Guenther
2013-11-03
Add a second test, shortseek(), to make sure that seekdir() also works
Ingo Schwarze
2013-08-20
Include more details in failure messages
Philip Guenther
2013-08-06
Remove support for COMPILER_VERSION == gcc2.
Miod Vallat
2013-08-01
Some tests are currently failing. Only run those if the REGRESS_FULL
Mark Kettenis
2013-07-30
strptime(3) correctly fills in tm_yday; adjust expected output
Mark Kettenis
2013-06-02
trailing whitespace makes 'make depend' sad. ok mpi@
Darren Tucker
2013-05-02
Hook up fmemopen and open_memstream tests.
Martin Pieuchot
2013-04-03
Set the stream orientation in open_{,w}memstream().
Philip Guenther
[next]