History log of /netbsd-src/lib/libc/arch/i386/string/index.S (Results 1 – 14 of 14)
Revision Date Author Comments
# e816a03a 09-Feb-2005 christos <christos@NetBSD.org>

Bring back the head versions. Apparently the problem is a pkgsrc issue
unrelated to strings.


# 122f93c7 07-Feb-2005 christos <christos@NetBSD.org>

Revert everything to 2005-02-03 until the code is properly tested. Building
kde3 breaks with the head code.


# dfc9e068 04-Feb-2005 drochner <drochner@NetBSD.org>

switch to J.T.Conklin's optimized str* functions
(submitted per PR i386/25263)


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

netbsd.org->NetBSD.org


# 136f4e3b 07-Aug-2000 ad <ad@NetBSD.org>

%edx is free; use it instead of %ebx.


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


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

Fix spelling error in Copyright notice


# a9e5cc4f 08-Dec-1993 jtc <jtc@NetBSD.org>

No reason these can't share code...


# 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