summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* Document bitset(9)cem2015-10-171-2/+3
* Add declaration to eliminate -Wmissing-prototypes warning.rodrigc2015-09-201-0/+2
* Replace strndup with OpenBSD's implementation.delphij2015-08-261-33/+22
* Fix spelling.araujo2015-08-241-2/+1
* Update bzero(3) manpage to following the Posix Standard.araujo2015-08-241-1/+9
* Make clear the bcopy(3) manpage regards when it was marked as LEGACYaraujo2015-08-141-13/+23
* Remove the mention of memcpy(3) that is build on top of bcopy(3).araujo2015-08-131-9/+7
* Describe that bcopy(3) is deprecated and marked as LEGACY inaraujo2015-08-121-1/+15
* strchr(3): Mdoc fixes.jilles2015-06-041-3/+5
* memmem(3): empty little string matches the beginning of the big stringemaste2015-05-262-11/+17
* Make strlcpy/strlcat slightly easier to read.pfg2015-04-062-43/+42
* Various mdoc fixes and a few EOL whitespace removals.brueffer2014-12-211-1/+1
* Remove duplicated code.delphij2014-10-162-22/+1
* Add MLINK for explicit_bzero(3) and bump .Dd date.delphij2014-10-072-1/+2
* Add explicit_bzero(3) and its kernel counterpart.delphij2014-10-074-2/+45
* use .Mt to mark up email addresses consistently (part4)bapt2014-06-233-5/+4
* Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.pfg2014-05-301-2/+2
* Emphasis on 'do not' and 'complement' in the strcspn(3)allanjude2014-05-271-5/+6
* Merge strcspn.3 into strspn.3 and clarify the explaination of what they doallanjude2014-05-253-98/+37
* libc man pages: Remove reference to non-existent FreeBSD Securityeadler2014-03-072-6/+0
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-4/+4
* Fix typo: site_t -> size_teadler2013-11-101-1/+1
* Fix .Dd after r257646.gjb2013-11-051-1/+1
* Use OpenBSD's revamped description of strlcpy and strlcat.eadler2013-11-041-68/+63
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).jilles2013-08-311-3/+5
* Renumber clauses to reduce diffs to other versionsemaste2013-05-2873-73/+73
* Create a symlink from strchrnul.3 to strchr.3.zeising2013-03-061-1/+2
* Add strchrnul(), a GNU function similar to strchr(), except that it returnszeising2013-02-134-5/+81
* clarify the wording for 'first' and 'last'eadler2012-09-301-5/+4
* strsignal(): Reindent.jilles2012-09-191-21/+21
* strsignal(): Do not append signal numbers to messages for known signals.jilles2012-09-191-1/+1
* Correct BUGS description of static buffer useemaste2012-07-271-3/+3
* Add the functions documented in the man pages in commit 237393 to theissyl02012-06-211-2/+7
* Add more locale-specific functions to the relevant man pages:issyl02012-06-214-7/+54
* General mdoc(7) and typo fixes.gjb2012-05-111-1/+1
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Fix indentation.kib2012-03-141-1/+1
* POSIX mandates that swab do nothing when len < 0eadler2012-03-042-1/+6
* Add err(3) to strerror(3) SEE ALSO sectioneadler2012-02-161-0/+1
* Change index() and rindex() to a weak alias.ed2012-01-052-2/+2
* Merge index() and strchr() together.ed2012-01-035-129/+105
* Revert r227812 and r227808 per discussioneadler2011-12-024-30/+18
* - fix some style(9) nits with my last commiteadler2011-11-222-3/+5
* - add check for pointer equality prior to performing the O(n) passeadler2011-11-224-18/+28
* (Hopefully) Fix the build with clang by removing a typedef that's no longer n...theraven2011-11-211-2/+0
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-208-29/+140
* Fix prototype for ffsll(3) and fls(3).delphij2011-05-031-2/+2
* Allow strerror(0) and strerror_r(0, ...).jilles2011-04-052-2/+5
* index(3): Mention that index/rindex are deprecated and not specified byjilles2011-03-201-1/+14
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-4/+2
OpenPOWER on IntegriCloud