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