Home | History | Annotate | Download | only in string
History log of /src/lib/libc/arch/i386/string/bcopy.S
RevisionDateAuthorComments
 1.15  09-Feb-2005  christos Bring back the head versions. Apparently the problem is a pkgsrc issue
unrelated to strings.
 1.14  07-Feb-2005  christos Revert everything to 2005-02-03 until the code is properly tested. Building
kde3 breaks with the head code.
 1.13  03-Feb-2005  dsl Pull optimised code from memcpy.S
Maybe bcopy can be killed one day...
 1.12  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.11  29-Oct-2002  junyoung Save a jmp for memcpy(3).
 1.10  29-Oct-2002  junyoung memcpy(3) no longer deals with overlap case; it's now forward-only.
 1.9  29-Oct-2002  junyoung Get rid of pointer wraparound check. Ok'ed by TAMURA Kent.
 1.8  10-Jul-2002  kent Avoid redundant memory access.
Fix diagnostic code for bcopy().
 1.7  04-Jul-2002  kent memcpy/memmove/bcopy: Add diagnostic code to check pointer wraparound.
The code is enabled only when _DIAGNOSTIC is defined.
 1.6  12-Nov-1996  jtc branches: 1.6.14;
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.
 1.5  28-Apr-1995  jtc $Id: $ -> $NetBSD: $
 1.4  12-Mar-1994  jtc Use RCSID macro for RCS ID's.
 1.3  10-Dec-1993  mycroft Share code.
 1.2  21-Oct-1993  jtc 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.
 1.1  07-Oct-1993  cgd make an arch directory in libc, and move all machine dirs into it
 1.6.14.2  11-Nov-2002  nathanw Catch up to -current
 1.6.14.1  01-Aug-2002  nathanw Catch up to -current.

RSS XML Feed