K 10 svn:author V 3 imp K 8 svn:date V 27 2018-05-24T21:11:24.093254Z K 7 svn:log V 288 Make memmove an alias for memcpy memcpy was an alias for bcopy with arg swap. This code handles overlapping copies, so making memmove an alias is safe. We can eliminate the call from libkern's memmove to this bcopy as a result. Differential Revision: https://reviews.freebsd.org/D15374 END