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