summaryrefslogtreecommitdiff
path: root/lib/libc/i386/string/memchr.S
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete i386 MD memchr implementationEd Maste2019-09-251-61/+0
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-071-0/+2
* Add missing END() macros, as per rev 184547 for amd64. The lack of thesePeter Wemm2008-11-021-0/+1
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Standardize on our SCM ID style.David E. O'Brien2002-03-231-5/+1
* De-orbit DEFS.h - the other arches do not use it, and it got replacedPeter Wemm2001-10-241-1/+1
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* First round of changes to clean up the RCSID mess in libc:David Greenman1995-01-231-2/+3
* 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-051-0/+63