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

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


# afc37a84 03-Aug-2005 rpaulo <rpaulo@NetBSD.org>

Fix another typo in comments found by Ricardo Nabinger Sanchez
on the freebsd-arch mailing list.


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

netbsd.org->NetBSD.org


# 74511f97 23-Aug-1999 kleink <kleink@NetBSD.org>

Use _ALIGN_TEXT from <machine/asm.h>.


# 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


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

Use RCSID macro for RCS ID's.


# 90ff28fe 14-Feb-1994 mycroft <mycroft@NetBSD.org>

Style police. Use `je' and `jne' only on the result of an equality test;
use `jz' and `jnz' in all other cases.


# 01284ad8 14-Feb-1994 jtc <jtc@NetBSD.org>

Performance improvement from Bruce Evans.
Removes one test instruction for each character.


# 5cffad21 07-Feb-1994 jtc <jtc@NetBSD.org>

Use movzbl, not movsbl, to zero extend for unsigned comparison.
Fix from Bruce Evans.


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

Fix spelling error in Copyright notice


# 79591d04 21-Oct-1993 jtc <jtc@NetBSD.org>

So many files in arch/i386 have been changed I might as well run my
remove unecessary trailing whitespace script.


# 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 ...


# e09d2f42 08-Oct-1993 jtc <jtc@NetBSD.org>

Use "testb %cl,%cl" instead of "cmpb $0,%cl".
This saves three cycles per character, and reduces the size of the
function by eight bytes (the loop is unrolled eight times).
Thanks to davidg for point

Use "testb %cl,%cl" instead of "cmpb $0,%cl".
This saves three cycles per character, and reduces the size of the
function by eight bytes (the loop is unrolled eight times).
Thanks to davidg for pointing this out.

show more ...


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

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