History log of /netbsd-src/lib/libc/arch/i386/string/bzero.S (Results 1 – 12 of 12)
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.


# 781e1351 03-Feb-2005 dsl <dsl@NetBSD.org>

A faster implementation.
'rep stos' is slow to setup on modern processors, so don't use it to
align the transfer.
Also not that 8 byte alignment is faster on Intel processors


# 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


# d04155c2 05-Feb-1995 mycroft <mycroft@NetBSD.org>

Optimize better.


# 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


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


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

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