Home | History | Annotate | Download | only in string
History log of /src/lib/libc/arch/i386/string/bcmp.S
RevisionDateAuthorComments
 1.10  23-May-2014  uebayasi Put missing END() markers to set ELF symbol size.
 1.9  12-Nov-2007  ad branches: 1.9.36; 1.9.48;
Don't unconditionally clear the direction flag. The ABI says it must always
be clear when making a function call, and 'cld' takes about 50 clock cyles
on the P4.
 1.8  26-Jul-2003  salo branches: 1.8.22;
netbsd.org->NetBSD.org
 1.7  28-Apr-1995  jtc $Id: $ -> $NetBSD: $
 1.6  28-Apr-1995  jtc Winning Strategies has placed this code into the Public Domain
 1.5  22-Mar-1994  jtc mem -> reg & reg->reg moves take the same time; so save a cycle by reading
the block length from the stack instead of caching it in a register.
 1.4  12-Mar-1994  jtc Use RCSID macro for RCS ID's.
 1.3  28-Jan-1994  jtc Fix spelling error in Copyright notice
 1.2  21-Oct-1993  jtc Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change
th LIBC_RCS, the entire source tree should be updated at once.
Remove && !defined(lint) from conditionals around rcs id's. No one is
ever going to pass a *.s file through lint.
 1.1  07-Oct-1993  cgd make an arch directory in libc, and move all machine dirs into it
 1.8.22.1  09-Jan-2008  matt sync with HEAD
 1.9.48.1  10-Aug-2014  tls Rebase.
 1.9.36.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed