| Age | Commit message (Expand) | Author |
| 2024-07-15 | Remove residual blank line at start of Makefile | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-07-03 | lib/libc/string: replace ffs/fls implementations with clang builtins | Robert Clausecker |
| 2019-09-25 | remove obsolete i386 MD memchr implementation | Ed Maste |
| 2018-09-17 | amd64: depessimize userspace memcpy/memmove/bcopy | Mateusz Guzik |
| 2017-03-02 | Correct MDSRCS use in <arch>/string/Makefile.inc. | Brooks Davis |
| 2017-02-28 | Renumber copyright clause 4 | Warner Losh |
| 2013-11-21 | Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it and | Andreas Tobler |
| 2013-04-17 | - Correct mispellings of the word occurrence | Gabor Kovesdan |
| 2012-01-05 | Change index() and rindex() to a weak alias. | Ed Schouten |
| 2012-01-03 | Merge index() and strchr() together. | Ed Schouten |
| 2011-02-04 | Remove duplicate .note.GNU-stack section declaration. bcopy already | Konstantin Belousov |
| 2011-01-07 | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov |
| 2010-10-01 | libc: Remove the i386 assembler version of strlen(3). | Jilles Tjoelker |
| 2008-11-02 | Add missing END() macros, as per rev 184547 for amd64. The lack of these | Peter Wemm |
| 2007-01-09 | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh |
| 2005-04-21 | Eliminate an unpredictable branch from bcmp(). | Alan Cox |
| 2003-04-05 | MFp4: Pentium/Athlon-optimised implementation of wcschr(). | Tim J. Robbins |
| 2003-03-14 | MFp4: Pentium/Athlon-optimised implementation of wcslen(). | Tim J. Robbins |
| 2003-03-12 | MFp4: Reduce code size by 26 bytes by only aligning the jump targets that | Tim J. Robbins |
| 2003-03-12 | MFp4: Pentium/Athlon-optimised implementation of wmemchr(). | Tim J. Robbins |
| 2003-03-10 | MFp4: Pentium-optimised implementation of wcscmp(). Performs significantly | Tim J. Robbins |
| 2003-01-01 | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt |
| 2002-10-15 | Eliminate superfluous memory access in memcpy(3)/memmove(3). | Maxim Sobolev |
| 2002-06-27 | Fix style bugs I added in last commit. | Mike Silbersack |
| 2002-06-27 | Modify bcopy (and memcpy/memmove) so that the length value is not | Mike Silbersack |
| 2002-06-02 | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt |
| 2002-03-23 | Standardize on our SCM ID style. | David E. O'Brien |
| 2002-03-10 | cosmetic: spell 'cashe' as 'cache' | Bill Fumerola |
| 2001-10-24 | De-orbit DEFS.h - the other arches do not use it, and it got replaced | Peter Wemm |
| 2001-08-13 | Removed duplicate VCS ID tags, as per style(9). | Ruslan Ermilov |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1997-10-16 | Handle machine-dependent (m-d) (string) sources more automatically. | Bruce Evans |
| 1997-07-13 | kill the undead | Peter Wemm |
| 1997-07-03 | This commit was generated by cvs2svn to compensate for changes in r27180, | Bruce Evans |
| 1997-07-03 | Import Lite2's src/lib, except for non-i386 machine-dependent directories, | Bruce Evans |
| 1997-04-20 | Use separate routines for memmove() and memcpy(). This lets me drop | Bruce Evans |
| 1997-04-20 | Use separate routines for memmove() and memcpy(). This lets me drop | Bruce Evans |
| 1997-04-20 | Merged with the 1996/11/12 NetBSD version: | Bruce Evans |
| 1997-03-11 | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | Peter Wemm |
| 1997-02-22 | Revert $FreeBSD$ to $Id$ | Peter Wemm |
| 1997-01-14 | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard |
| 1995-12-30 | This commit was generated by cvs2svn to compensate for changes in r13122, | Peter Wemm |
| 1995-12-27 | Be smarter about handling overlapped copies and only go backwards if it | David Greenman |
| 1995-01-23 | First round of changes to clean up the RCSID mess in libc: | David Greenman |
| 1995-01-22 | Added leaner and meaner swab() function by J.T. Conklin. | David Greenman |
| 1994-12-27 | Fix a spelling error and add a comment about possible improvements. | Bruce Evans |
| 1994-11-25 | Go back to Bruce's fix with a minor change that will allow a NULL string | David Greenman |
| 1994-11-25 | Fixed bugs related to returning NULL if length is zero. | David Greenman |