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