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


# 3fd6225e 03-Feb-2005 dsl <dsl@NetBSD.org>

Pull optimised code from memcpy.S
Maybe bcopy can be killed one day...


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 4c3981ee 29-Oct-2002 junyoung <junyoung@NetBSD.org>

Save a jmp for memcpy(3).


# 333f3623 29-Oct-2002 junyoung <junyoung@NetBSD.org>

memcpy(3) no longer deals with overlap case; it's now forward-only.


# 7f21deb7 29-Oct-2002 junyoung <junyoung@NetBSD.org>

Get rid of pointer wraparound check. Ok'ed by TAMURA Kent.


# 4d7aae10 10-Jul-2002 kent <kent@NetBSD.org>

Avoid redundant memory access.
Fix diagnostic code for bcopy().


# 763eb564 04-Jul-2002 kent <kent@NetBSD.org>

memcpy/memmove/bcopy: Add diagnostic code to check pointer wraparound.
The code is enabled only when _DIAGNOSTIC is defined.


# f6f38dd6 12-Nov-1996 jtc <jtc@NetBSD.org>

Changed the test that determines whether or not source and destination
memory regions are "potentially overlapping" to a test that determines
that the regions are actually overlapping. Because the c

Changed the test that determines whether or not source and destination
memory regions are "potentially overlapping" to a test that determines
that the regions are actually overlapping. Because the code for the
overlapping case is seven instructions longer, this signifcantly
improves performance in the average case.

show more ...


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

$Id: $ -> $NetBSD: $


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

Use RCSID macro for RCS ID's.


# dca61f6f 10-Dec-1993 mycroft <mycroft@NetBSD.org>

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