summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Expand)Author
2015-06-20PR 49988 Kamil Rytarowski: fix pastodholland
2015-05-09Update HISTORY from OpenBSD: strerror from 4.3 Reno, perror from v4.dholland
2015-04-01Strengthen prohibition against overlapping in strcpy(3).riastradh
2015-04-01grammar.christos
2015-04-01clarify what happens when strings overlap.christos
2015-03-23Explain why there is no consttime_memcmp().apb
2015-01-20Fix non _REENTRANT build.christos
2014-11-14bump yearwiz
2014-11-14Commit to returning 1, not any nonzero value.riastradh
2014-09-24add strnstr.c from FreeBSDchristos
2014-09-24NUL byte instead of null byte.wiz
2014-09-24add strnstr from FreeBSDchristos
2014-07-19lua: updated from 5.1 to 5.3 work3lneto
2014-06-23PR/42032 fixed overrun in bm_exec(), free(3) clean upsshm
2013-12-27moved to commonchristos
2013-11-06Fix build problems.tron
2013-09-02Missing alias for strerror_l.joerg
2013-08-28Make explicit_memset match memset's return value.riastradh
2013-08-28Fix sense of consttime_memequal and update all callers.riastradh
2013-08-19Add strerror_l.joerg
2013-08-19GC __indr_reference wrappers.joerg
2013-06-24Fix xref.wiz
2013-06-24Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.riastradh
2013-06-24Add consttime_bcmp(3) and explicit_bzero(3) to makefile and set lists.riastradh
2013-06-23Add man pages and xrefs for consttime_bcmp and explicit_bzero.riastradh
2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg
2013-04-19Add dummy strcoll_l and strxfrm_l.joerg
2013-04-18Add wcscoll_l, wcsxfrm_l, wcsncasecmp_l, wcscasecmp_l, btowc_l,joerg
2012-12-28Add "wide" to description. From OpenBSD via Ingo Schwarze.wiz
2012-08-30Add "consttime_bcmp" and "explicit_bzero" functions for both kerneldrochner
2012-06-25Update old-style definitions to ANSI, remove a couple of registerabs
2012-05-05Mark these obsolete as well.dholland
2012-05-05Bump date for previous.dholland
2012-05-05Describe these as obsolete.dholland
2012-03-21size_t -> uint8_tchristos
2012-03-20Use C89 Prototypes.matt
2011-11-25If we have to cast, do it properly.joerg
2011-11-25Use CHAR_BIT; don't hardwire 8. Fix logic slightly to work with arbitrarydholland
2011-11-25Add explicit casts to make lint happy and fix the NetBSD/i386 build.tron
2011-11-24In wcscspn and wcspbrk, handle set size of 0 and 1 explicitly.joerg
2011-11-22Handle simple cases (strlen(charset) <= 1) more efficiently.joerg
2011-11-21Clean up a bit in preparation for more serious changesjoerg
2011-09-01Make strnlen(3) accessible in kernel. ok christos@.jym
2011-08-22Add patch from Klaus Klein in PR 45258 to note that popcount32/64dholland
2011-01-04Special-case the (unlikely in practice) call with len = 2 - previouslymartin
2010-12-16Observe the following spelling:wiz
2010-10-25Bump date.wiz
2010-10-24Mention err/warn. Note that they're generally preferred to perror().dholland
2010-07-05consistency with c sourcechristos
2010-04-30.Nm -> .Fn.jruoho