summaryrefslogtreecommitdiff
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2532-1/+65
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2040-14/+94
* Add notes about overlapping copies.Warner Losh2017-11-133-0/+25
* Improve standard compliance for memset_s() and abort_handler_s().Konstantin Belousov2017-08-121-4/+7
* Fix indent.Konstantin Belousov2017-08-121-1/+1
* Fix strcoll_l disagreeing with strxfrm by reworking the forward order case inBaptiste Daroussin2017-04-161-58/+62
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-303-1/+65
* libc: add reference to two-way algorithm and bad shift table in memmem/strstrEd Maste2017-03-182-0/+16
* libc: Use musl's O(n) memmem and strstrEd Maste2017-03-183-97/+327
* Replace dot-dot relative pathing with SRCTOP-relative paths where possibleEnji Cooper2017-01-201-1/+1
* Add timingsafe_bcmp and timingsafe_memcmp.Xin LI2016-08-147-5/+199
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Make it clear that the "size" argument is for the dst string.Bryan Drewery2016-02-261-3/+3
* Add a standards compliance note for strtok_r as suggested by cpercival.Warren Block2016-01-221-1/+6
* Avoid reading pass the end of the source buffer when it is not NULBrooks Davis2016-01-131-1/+1
* Avoid reading pass the end of the source buffer when it is not NULBrooks Davis2016-01-131-1/+1
* collate: Fix expansion substitions (broken upstream too)Baptiste Daroussin2015-10-231-40/+59
* Merge from headBaptiste Daroussin2015-10-191-2/+3
|\
| * Document bitset(9)Conrad Meyer2015-10-171-2/+3
* | Merge from headBaptiste Daroussin2015-10-132-33/+24
|\|
| * Add declaration to eliminate -Wmissing-prototypes warning.Craig Rodrigues2015-09-201-0/+2
| * Replace strndup with OpenBSD's implementation.Xin LI2015-08-261-33/+22
* | Merge from HEADBaptiste Daroussin2015-08-252-2/+31
|\|
| * Fix spelling.Marcelo Araujo2015-08-241-2/+1
| * Update bzero(3) manpage to following the Posix Standard.Marcelo Araujo2015-08-241-1/+9
| * Make clear the bcopy(3) manpage regards when it was marked as LEGACYMarcelo Araujo2015-08-141-13/+23
| * Remove the mention of memcpy(3) that is build on top of bcopy(3).Marcelo Araujo2015-08-131-9/+7
| * Describe that bcopy(3) is deprecated and marked as LEGACY inMarcelo Araujo2015-08-121-1/+15
* | Update wcscoll forgotten in previous patchBaptiste Daroussin2015-08-091-51/+143
* | Fix typoBaptiste Daroussin2015-08-092-14/+8
* | The collate functions within libc have been using version 1 and 1.2 of theBaptiste Daroussin2015-08-073-135/+127
|/
* strchr(3): Mdoc fixes.Jilles Tjoelker2015-06-041-3/+5
* memmem(3): empty little string matches the beginning of the big stringEd Maste2015-05-262-11/+17
* Make strlcpy/strlcat slightly easier to read.Pedro F. Giffuni2015-04-062-43/+42
* Various mdoc fixes and a few EOL whitespace removals.Christian Brueffer2014-12-211-1/+1
* Remove duplicated code.Xin LI2014-10-162-22/+1
* Add MLINK for explicit_bzero(3) and bump .Dd date.Xin LI2014-10-072-1/+2
* Add explicit_bzero(3) and its kernel counterpart.Xin LI2014-10-074-2/+45
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-233-5/+4
* Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.Pedro F. Giffuni2014-05-301-2/+2
* Emphasis on 'do not' and 'complement' in the strcspn(3)Allan Jude2014-05-271-5/+6
* Merge strcspn.3 into strspn.3 and clarify the explaination of what they doAllan Jude2014-05-253-98/+37
* libc man pages: Remove reference to non-existent FreeBSD SecurityEitan Adler2014-03-072-6/+0
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-4/+4
* Fix typo: site_t -> size_tEitan Adler2013-11-101-1/+1
* Fix .Dd after r257646.Glen Barber2013-11-051-1/+1
* Use OpenBSD's revamped description of strlcpy and strlcat.Eitan Adler2013-11-041-68/+63
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).Jilles Tjoelker2013-08-311-3/+5
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-2873-73/+73
* Create a symlink from strchrnul.3 to strchr.3.Niclas Zeising2013-03-061-1/+2