summaryrefslogtreecommitdiff
path: root/regress/lib/libc
AgeCommit message (Expand)Author
2015-11-08Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.Miod Vallat
2015-10-30Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofMiod Vallat
2015-10-25Hide __atexit and __atexit_register_cleanup()Philip Guenther
2015-10-25Use dprintf() instead of fprintf() in the signal handlerPhilip Guenther
2015-10-23Cast ctype functions' arguments to unsigned char.mmcc
2015-10-23Add ifnameindex to te libc regress testsClaudio Jeker
2015-10-22Add a regress test for if_indextoname() and if_nametoindex()Claudio Jeker
2015-10-22Add a regress for libc handling of SIGTHRPhilip Guenther
2015-10-18Need <string.h> for memset()Philip Guenther
2015-09-14Test the exported strsignal() API, not the (now hidden) internal APIPhilip Guenther
2015-08-23ISO8859-1 support has been removedPhilip Guenther
2015-07-20Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@Todd C. Miller
2015-07-07add setlocale testsemarie
2015-07-07add regress test for setlocale(3) and some relatedsemarie
2015-05-29Need to operate of CXXFLAGS now.Miod Vallat
2015-03-15fix for regression test for strtol(). it failed (the wrong kind ofPeter Hessler
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2014-12-10fix previous.Daniel Dickman
2014-12-09t_exhaust is too exhaustingTheo de Raadt
2014-12-03Fill the buffer with 'z' instead of 'a' since 'a' is part of theTodd C. Miller
2014-12-02Add simple strlcpy regressTodd C. Miller
2014-12-02Add simple strlcat regressTodd C. Miller
2014-12-02Add strnlen to SUBDIRS so we actually run its tests.Todd C. Miller
2014-09-27Fix mmap() calls that check for a result other than MAP_FAILED.Doug Hogan
2014-09-21Add support for word anchors \< and \> to regex regression tests.Doug Hogan
2014-09-19Fix on 32bit platforms where 0xdeadbeef > LONG_MAX.Ingo Schwarze
2014-08-10AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKETPhilip Guenther
2014-07-28remove non-portable __progname extern from arc4random unit test.bcook
2014-07-21Switch from <sys/endian.h> or <machine/endian.h> to the new,Philip Guenther
2014-07-20Fix ordering breakage, moving the fclose() test last again.Philip Guenther
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-07-20Delete unused variables found by -WallPhilip Guenther
2014-07-20Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org)Philip Guenther
2014-07-11Fix dumb copy/paste mistake.Matthew Dempsky
2014-07-11Fix explicit_bzero regress for Solaris and OS X compatibilityMatthew Dempsky
2014-07-09Add some extra sanity checks to make sure the test functions actuallyMatthew Dempsky
2014-07-09Minor cleanupsMatthew Dempsky
2014-07-09Better workaround for OS X sigaltstack() bugMatthew Dempsky
2014-07-09check for EINTR when calling waitpid.bcook
2014-07-09check if we were previously on a signal stack before restoring.bcook
2014-07-03Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.Miod Vallat
2014-06-21matthew reminds me to update regress to reflect current specTed Unangst
2014-06-13Add timingsafe_memcmp().Matthew Dempsky
2014-06-18Always call atexit handlers as if they were registered with __cxa_atexit.Mark Kettenis
2014-06-18Add regress tests to make sure arc4random(3) is reinitializedMatthew Dempsky
2014-06-13Add regress tests for timingsafe_bcmp and timingsafe_memcmp.Matthew Dempsky
2014-06-12Add regress test for explicit_bzero.Matthew Dempsky
2014-06-07Add basic regression test for modf() issue.Tobias Ulmer
2014-05-20Use errc/warnc to simplify code.Philip Guenther