aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/string
Commit message (Expand)AuthorAgeFilesLines
* libc: Have memcmp test what the standard requiresEd Maste2025-09-131-6/+6
* lib/libc/tests/string: add test for strnlen()Strahinja Stanišić2024-10-152-0/+142
* lib/libc/tests/string: improve memccpy "bounds" unit testRobert Clausecker2024-09-141-13/+37
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libc: Add memset test for int-to-char conversionStrahinja Stanišić2024-07-132-0/+31
* lib/libc/tests/string: add memrchr unit testsRobert Clausecker2023-12-252-0/+117
* lib/libc/tests/string: add unit tests for memccpy()Robert Clausecker2023-12-252-0/+206
* lib/libc/tests/string: add unit test for strlcpyRobert Clausecker2023-12-252-0/+184
* lib/libc/tests/string/stpncpy_test.c: extend for upcoming SSE implementationRobert Clausecker2023-12-251-14/+85
* lib/libc/tests/string: add unit tests for strncmp(3)Robert Clausecker2023-12-252-0/+166
* lib/libc/tests/string/strcspn_test.c: add test for correct match orderRobert Clausecker2023-12-211-1/+50
* lib/libc/tests/string: add extended unit tests for strcmp()Robert Clausecker2023-11-142-0/+134
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0110-10/+0
* lib/libc/tests/string: expand memcmp test to bcmp, timingsafe_{b,mem}cmpRobert Clausecker2023-10-025-26/+155
* lib/libc/tests/string/memcmp_test.c: extend test to support custom memcmp fun...Robert Clausecker2023-10-021-24/+33
* lib/libc/tests/string/strcspn_test.c: extend tests to catch previous bugRobert Clausecker2023-09-171-0/+64
* lib/libc/tests/string: derive strspn(3) tests from strcspn(3) testsRobert Clausecker2023-09-083-4/+54
* lib/libc/tests/string: add unit tests for strcspn(3)Robert Clausecker2023-09-082-1/+138
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-14/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* lib/libc/tests/string: add unit tests for ffs, ffsl, ffsll, fls, flsl, and flsllRobert Clausecker2023-07-037-0/+313
* libc: Add tests for strchrnul(3).Dag-Erling Smørgrav2023-02-021-0/+1
* libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo2022-08-252-2/+96
* Have stpncpy tests ask the kernel for the page sizeAndrew Turner2022-04-072-10/+16
* Avoid copying too much from the input string.Brooks Davis2019-07-191-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Improve standard compliance for memset_s() and abort_handler_s().Konstantin Belousov2017-08-121-2/+7
* Fix strcoll_l disagreeing with strxfrm by reworking the forward order case inBaptiste Daroussin2017-04-161-0/+93
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-302-0/+196
* Add a regression test to make sure the Russian collation is actually workingBaptiste Daroussin2016-07-152-0/+64
* Add a regression test about the crash with strxfrm and ISO8859-5 localesBaptiste Daroussin2016-07-152-0/+52
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+21
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+21
* | MFHGlen Barber2016-03-072-0/+125
|\|
| * libc: Add some tests for memcmp().Jilles Tjoelker2016-03-062-0/+125
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-5/+2
* Integrate tools/regression/lib/libc/string into the FreeBSD test suiteEnji Cooper2015-11-085-1/+554
* Add _test suffix to multiple tests in lib/libc to conform to the design notedEnji Cooper2015-11-021-19/+19
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...Enji Cooper2014-11-041-0/+33