| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-06-13 | Add timingsafe_memcmp(). |  matthew | 5 | -33/+152 |
| 2014-06-10 | mop up ifndef KERNEL goo; ok miod |  deraadt | 12 | -60/+12 |
| 2014-04-19 | tweak previous; |  jmc | 1 | -3/+2 |
| 2014-04-19 | Use somewhat harsher language and better examples; demonstrate that |  deraadt | 4 | -109/+88 |
| 2014-04-07 | Add some missing names to the NAME sections. |  schwarze | 2 | -6/+8 |
| 2014-03-23 | remove the never used bm string functions |  tedu | 3 | -329/+3 |
| 2014-02-23 | in HISTORY, say where this actually came from; |  schwarze | 1 | -5/+7 |
| 2014-02-05 | Remove unnecessary stdio.h include. |  stsp | 1 | -2/+1 |
| 2014-01-22 | add explicit_bzero to NAME; |  jmc | 1 | -2/+3 |
| 2014-01-22 | add explicit_bzero to libc. implementation subject to change, but start |  tedu | 3 | -4/+37 |
| 2013-12-19 | fix double word error; |  jmc | 1 | -2/+2 |
| 2013-12-19 | Split out strncpy and strncat from strcpy and strcat manuals. |  millert | 5 | -168/+308 |
| 2013-12-05 | no more regexp(3), so point to regex(3); |  jmc | 1 | -3/+3 |
| 2013-10-14 | Missed the file renames for the string functions when committing the |  guenther | 1 | -1/+25 |
| 2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, |  millert | 1 | -4/+4 |
| 2013-09-25 | Add examples to show why this is a terrible API. OK jmc@ henning@ |  millert | 1 | -1/+60 |
| 2013-09-25 | According to POSIX, if the src and dst strings overlap, the behavior |  millert | 6 | -12/+48 |
| 2013-07-17 | more library history |  schwarze | 4 | -15/+22 |
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 4 | -12/+12 |
| 2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze |  tedu | 52 | -157/+157 |
| 2013-06-04 | remove some incredible lies about overlapping buffers |  deraadt | 2 | -22/+10 |
| 2013-06-01 | Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008. |  stsp | 1 | -2/+2 |
| 2013-05-30 | Remove useless include. |  ajacoutot | 1 | -2/+1 |
| 2013-05-15 | typo: compare len against null needle, not haystack |  ajacoutot | 1 | -2/+2 |
| 2013-05-13 | Add an implementation of memmem() -- from FreeBSD with some tweaks. |  ajacoutot | 3 | -4/+145 |
| 2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 1 | -21/+1 |
| 2012-07-11 | fix an off-by-one error where the return value would point to the |  naddy | 1 | -2/+2 |
| 2012-04-26 | Add strnlen() to libkern. |  matthew | 1 | -1/+5 |
| 2012-04-03 | tweak previous; |  jmc | 1 | -3/+3 |
| 2012-04-02 | simplify the strlcpy/strlcat manual page substantially. do less |  deraadt | 1 | -70/+58 |
| 2012-03-26 | Bump standards years, as we conform to the new versions too |  guenther | 1 | -4/+4 |
| 2012-03-26 | strsignal() was standardized in POSIX-2008 |  guenther | 1 | -2/+7 |
| 2012-01-17 | fix SEE ALSO; |  jmc | 1 | -2/+2 |
| 2012-01-17 | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. |  guenther | 4 | -3/+222 |
| 2012-01-14 | grammar; |  jmc | 1 | -2/+2 |
| 2012-01-14 | this is sparta^WPOSIX 2008 |  espie | 1 | -2/+7 |
| 2011-12-08 | strdup and strndup both use malloc. Make this fact explicit. |  lum | 1 | -3/+5 |
| 2011-07-25 | tweak previous; |  jmc | 3 | -6/+6 |
| 2011-07-25 | update HISTORY and SEE ALSO for all of string(3), together with various |  schwarze | 53 | -237/+642 |
| 2011-07-24 | Sync wcslcpy and wcslcat with strlcpy and strlcat. OK deraadt@ |  millert | 2 | -50/+26 |
| 2011-07-09 | Minor function name tweaks. |  nicm | 3 | -8/+8 |
| 2011-07-09 | Instead of documenting all the wide string functions in wmemchr(3), add |  nicm | 18 | -139/+1327 |
| 2011-07-08 | After a certain amount of fighting with the mbstowcs API, remove L from |  nicm | 1 | -4/+12 |
| 2011-07-05 | Fix some awful code in the example, pointed out by millert@. |  nicm | 1 | -3/+3 |
| 2011-07-04 | Add wcsdup(), from NetBSD. |  nicm | 3 | -3/+120 |
| 2011-06-01 | fix wcscasecmp() parameters; <wchar.h> was correct |  naddy | 1 | -2/+2 |
| 2011-05-28 | tweak previous (my fault); |  jmc | 1 | -4/+4 |
| 2011-05-28 | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ |  espie | 3 | -5/+82 |
| 2011-04-04 | Add a wcswidth man page (based on FreeBSD), and fix the implementation |  stsp | 3 | -5/+68 |
| 2010-09-24 | Add timingsafe_bcmp(3) to libc, mention that it's already in the |  matthew | 3 | -5/+62 |