Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | amd64: import updated kernel memmove to libc | Mateusz Guzik | 2018-10-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | bcopy is left alone as it is expected to be converted to a C func. Due to header mess ALIGN_TEXT is temporarily defined explicitly in memmove.S Reviewed by: kib Approved by: re (gjb) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D17538 Notes: svn path=/head/; revision=339347 | ||||
* | Add machine-specific, optimized implementations of bcopy, bzero, memcpy, | Alan Cox | 2005-04-07 | 1 | -0/+5 |
memmove, and memset. PR: 73111 Submitted by: Ville-Pertti Keinonen <will@iki.fi> (taken from NetBSD) MFC after: 3 weeks Notes: svn path=/head/; revision=144730 |