Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | memmem(3): empty little string matches the beginning of the big string | emaste | 2015-05-26 | 1 | -1/+1 |
| | | | | | | | | | | | | This function originated in glibc, and this matches their behaviour (and NetBSD, OpenBSD, and musl). An empty big string (arg "l") is handled by the existing l_len < s_len test. Reviewed by: bapt, ngie Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2657 | ||||
* | memmem with NUL length "needle" (aka small) strings on FreeBSD/OSX returns | ngie | 2014-10-13 | 1 | -0/+5 |
| | | | | | | | NULL instead of the "haystack" value (aka big) Submitted by: pho Sponsored by: EMC / Isilon Storage Division | ||||
* | Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , | ngie | 2014-10-02 | 1 | -0/+100 |
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division |