summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* test mbrtowc(3) in conjunction with mbsinit(3)schwarze2016-09-032-0/+93
* Pull in <stdio.h> for NULLguenther2016-08-271-1/+2
* Fix usage() output and getopt sortingguenther2016-07-131-6/+6
* Nuke sigret.cbeck2016-05-292-198/+0
* We don't have sigreturn anymorebeck2016-05-291-2/+2
* tests for the two segfaults in backref() that were just fixedschwarze2016-05-261-1/+4
* Fix an oversight that caused the test program to segfault:schwarze2016-05-261-2/+2
* systematically test all combinations of REG_STARTEND, REG_NEWLINE,schwarze2016-05-261-9/+85
* support for testing REG_STARTEND together with REG_NOTBOLschwarze2016-05-261-1/+4
* Add a test for negated POSIX characer classes.millert2016-02-261-0/+1
* Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.miod2015-11-084-4/+7
* Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead ofmiod2015-10-301-0/+1
* Hide __atexit and __atexit_register_cleanup()guenther2015-10-251-2/+3
* Use dprintf() instead of fprintf() in the signal handlerguenther2015-10-251-3/+4
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-231-5/+5
* Add ifnameindex to te libc regress testsclaudio2015-10-231-3/+3
* Add a regress test for if_indextoname() and if_nametoindex()claudio2015-10-222-0/+42
* Add a regress for libc handling of SIGTHRguenther2015-10-222-0/+71
* Need <string.h> for memset()guenther2015-10-181-1/+2
* Test the exported strsignal() API, not the (now hidden) internal APIguenther2015-09-141-8/+2
* ISO8859-1 support has been removedguenther2015-08-231-8/+1
* Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@millert2015-07-201-1/+3
* add setlocale testsemarie2015-07-071-1/+3
* add regress test for setlocale(3) and some relatedsemarie2015-07-072-0/+140
* Need to operate of CXXFLAGS now.miod2015-05-291-3/+3
* fix for regression test for strtol(). it failed (the wrong kind ofphessler2015-03-151-2/+2
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-5/+3
* Missing $OpenBSD$'s.krw2015-01-205-0/+5
* fix previous.daniel2014-12-101-2/+4
* t_exhaust is too exhaustingderaadt2014-12-091-3/+3
* Fill the buffer with 'z' instead of 'a' since 'a' is part of themillert2014-12-032-38/+150
* Add simple strlcpy regressmillert2014-12-023-3/+123
* Add simple strlcat regressmillert2014-12-023-2/+124
* Add strnlen to SUBDIRS so we actually run its tests.millert2014-12-021-2/+2
* Fix mmap() calls that check for a result other than MAP_FAILED.doug2014-09-271-1/+1
* Add support for word anchors \< and \> to regex regression tests.doug2014-09-211-1/+13
* Fix on 32bit platforms where 0xdeadbeef > LONG_MAX.schwarze2014-09-191-4/+6
* AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKETguenther2014-08-101-6/+5
* remove non-portable __progname extern from arc4random unit test.bcook2014-07-281-2/+1
* Switch from <sys/endian.h> or <machine/endian.h> to the new,guenther2014-07-211-2/+2
* Fix ordering breakage, moving the fclose() test last again.guenther2014-07-201-6/+22
* Make sure the correct errno is reported by warn* or err* and notguenther2014-07-206-5/+11
* Delete unused variables found by -Wallguenther2014-07-205-5/+2
* Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org)guenther2014-07-201-0/+1
* Fix dumb copy/paste mistake.matthew2014-07-111-3/+3
* Fix explicit_bzero regress for Solaris and OS X compatibilitymatthew2014-07-111-27/+68
* Add some extra sanity checks to make sure the test functions actuallymatthew2014-07-091-1/+13
* Minor cleanupsmatthew2014-07-091-5/+12
* Better workaround for OS X sigaltstack() bugmatthew2014-07-091-15/+20
* check for EINTR when calling waitpid.bcook2014-07-091-2/+13