CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/04/20 16:59:04
Modified files:
sys/arch/amd64/stand/boot: Makefile
sys/arch/amd64/stand/cdboot: Makefile
sys/arch/amd64/stand/efiboot: Makefile.common
sys/arch/amd64/stand/pxeboot: Makefile
sys/arch/hppa/stand/boot: Makefile
sys/arch/i386/stand/boot: Makefile
sys/arch/i386/stand/cdboot: Makefile
sys/arch/i386/stand/pxeboot: Makefile
sys/arch/loongson/stand/libsa: Makefile
sys/arch/luna88k/stand/boot: Makefile
sys/arch/macppc/stand/boot.mac: Makefile
sys/arch/macppc/stand/ofwboot: Makefile
sys/arch/octeon/stand/libsa: Makefile
sys/arch/sgi/stand/boot: Makefile
sys/arch/sgi/stand/libsa: Makefile
sys/arch/sparc64/stand/libsa: Makefile
sys/lib/libsa : Makefile memcpy.c stand.h
Added files:
sys/lib/libsa : memmove.c
Log message:
libsa's memcpy() is actually memmove(). make a proper memmove(), and give
memcpy() correct behaviour. This also brings the bcopy() macro into line.