summaryrefslogtreecommitdiff
path: root/lib/libc/i386/string
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete i386 MD memchr implementationEd Maste2019-09-252-62/+0
* amd64: depessimize userspace memcpy/memmove/bcopyMateusz Guzik2018-09-171-3/+10
* Correct MDSRCS use in <arch>/string/Makefile.inc.Brooks Davis2017-03-021-4/+21
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it andAndreas Tobler2013-11-212-2/+2
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-173-5/+5
* Change index() and rindex() to a weak alias.Ed Schouten2012-01-052-2/+2
* Merge index() and strchr() together.Ed Schouten2012-01-035-137/+7
* Remove duplicate .note.GNU-stack section declaration. bcopy alreadyKonstantin Belousov2011-02-042-4/+0
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-0722-0/+44
* libc: Remove the i386 assembler version of strlen(3).Jilles Tjoelker2010-10-012-55/+1
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesePeter Wemm2008-11-0221-0/+29
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Eliminate an unpredictable branch from bcmp().Alan Cox2005-04-211-5/+4
* MFp4: Pentium/Athlon-optimised implementation of wcschr().Tim J. Robbins2003-04-052-1/+78
* MFp4: Pentium/Athlon-optimised implementation of wcslen().Tim J. Robbins2003-03-142-1/+69
* MFp4: Reduce code size by 26 bytes by only aligning the jump targets thatTim J. Robbins2003-03-121-10/+1
* MFp4: Pentium/Athlon-optimised implementation of wmemchr().Tim J. Robbins2003-03-122-1/+115
* MFp4: Pentium-optimised implementation of wcscmp(). Performs significantlyTim J. Robbins2003-03-102-1/+80
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Eliminate superfluous memory access in memcpy(3)/memmove(3).Maxim Sobolev2002-10-151-13/+8
* Fix style bugs I added in last commit.Mike Silbersack2002-06-271-4/+4
* Modify bcopy (and memcpy/memmove) so that the length value is notMike Silbersack2002-06-271-2/+4
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-0211-11/+11
* Standardize on our SCM ID style.David E. O'Brien2002-03-2319-80/+25
* cosmetic: spell 'cashe' as 'cache'Bill Fumerola2002-03-103-3/+3
* De-orbit DEFS.h - the other arches do not use it, and it got replacedPeter Wemm2001-10-2416-16/+16
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-1316-32/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2817-33/+33
* Handle machine-dependent (m-d) (string) sources more automatically.Bruce Evans1997-10-161-6/+4
* kill the undeadPeter Wemm1997-07-131-53/+0
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-031-0/+53
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-031-0/+53
| * Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm1997-03-111-0/+53
* Use separate routines for memmove() and memcpy(). This lets me dropBruce Evans1997-04-201-0/+2
* Use separate routines for memmove() and memcpy(). This lets me dropBruce Evans1997-04-202-94/+4
* Merged with the 1996/11/12 NetBSD version:Bruce Evans1997-04-201-10/+24
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2219-37/+37
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1419-37/+37
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-53/+0
* Be smarter about handling overlapped copies and only go backwards if itDavid Greenman1995-12-272-12/+16
* First round of changes to clean up the RCSID mess in libc:David Greenman1995-01-2319-37/+56
* Added leaner and meaner swab() function by J.T. Conklin.David Greenman1995-01-222-1/+105
* Fix a spelling error and add a comment about possible improvements.Bruce Evans1994-12-271-3/+17
* Go back to Bruce's fix with a minor change that will allow a NULL stringDavid Greenman1994-11-251-4/+3
* Fixed bugs related to returning NULL if length is zero.David Greenman1994-11-251-3/+4
* Fix memchr(p, 0, 0) to return NULL instead of p.Bruce Evans1994-10-271-3/+3
* First crack at making libc work with the new make macros. It compiles onGarrett Wollman1994-08-0518-3/+1442
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-272-0/+58