summaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* Pull in ^/vendor/NetBSD/tests/dist@r312219Enji Cooper2017-01-151-9/+1
* Upgrade NetBSD tests to 01.11.2017_23.20 snapshotEnji Cooper2017-01-132-6/+2
* Import testcase updates with code contributed back to NetBSDEnji Cooper2017-01-112-16/+5
* {strchr,strlen}_basic: don't leak the dlopen'ed handle; close after useEnji Cooper2017-01-042-1/+22
* Add test for a musl libc memmem bugEd Maste2016-10-061-0/+3
* Checkpoint initial integration workEnji Cooper2016-08-121-2/+50
* Update `goodResult` after recent changes made to the PRNG in libcEnji Cooper2016-06-091-1/+1
* Add debug output to aid in determining why `goodResult` != `result`Enji Cooper2016-06-091-0/+5
* memmem(3): empty little string matches the beginning of the big stringEd Maste2015-05-261-1/+1
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withEnji Cooper2014-11-172-3/+3
* Add #include <stdio.h> to get sys_nerr definitionEnji Cooper2014-10-131-0/+4
* Use 1 as a random seed, as recommended in srandom(3). Adjust the random valuesEnji Cooper2014-10-131-0/+12
* memmem with NUL length "needle" (aka small) strings on FreeBSD/OSX returnsEnji Cooper2014-10-131-0/+5
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,Enji Cooper2014-10-0218-0/+2594