History log of /openbsd-current/sys/lib/libkern/arch/mips64/memcpy.S
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.4 13-Jun-2013 deraadt

merged bcopy/memmove/memcpy
tested by bcallah, proofed by jasper, ok tedu


# 1.3 03-Jun-2013 tedu

fix an oft copied typo that i'm tired of looking at


Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.2 28-Nov-2007 deraadt

place a comment as to why these are otherwise empty


# 1.1 27-Nov-2007 jsing

mips64 also needs memcpy.S, otherwise memcpy.c gets built, which conflicts
with bcopy.S

ok miod@