History log of /netbsd-src/lib/libc/arch/i386/string/bcmp.S (Results 1 – 10 of 10)
Revision Date Author Comments
# 0d34bfa2 23-May-2014 uebayasi <uebayasi@NetBSD.org>

Put missing END() markers to set ELF symbol size.


# 51a21598 12-Nov-2007 ad <ad@NetBSD.org>

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.


# 99410184 26-Jul-2003 salo <salo@NetBSD.org>

netbsd.org->NetBSD.org


# 390695fb 28-Apr-1995 jtc <jtc@NetBSD.org>

$Id: $ -> $NetBSD: $


# 954b7961 28-Apr-1995 jtc <jtc@NetBSD.org>

Winning Strategies has placed this code into the Public Domain


# 98cbb217 22-Mar-1994 jtc <jtc@NetBSD.org>

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.


# c95cd47b 12-Mar-1994 jtc <jtc@NetBSD.org>

Use RCSID macro for RCS ID's.


# e2c220f9 28-Jan-1994 jtc <jtc@NetBSD.org>

Fix spelling error in Copyright notice


# 823c3657 21-Oct-1993 jtc <jtc@NetBSD.org>

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.

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.

show more ...


# 0b9f5089 07-Oct-1993 cgd <cgd@NetBSD.org>

make an arch directory in libc, and move all machine dirs into it