History log of /freebsd/lib/libc/riscv/string/bcopy.c (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.5.0-p6, release/14.3.0-p5
# b5dbf3de 21-Oct-2025 Robert Clausecker <fuz@FreeBSD.org>

libc/riscv64: implement bcopy() and bzero() through memcpy() and memset()

This picks up the accelerated string functions written by
strajabot@.

Event: Google Summer of Code 2024
MFC after: 1 month

libc/riscv64: implement bcopy() and bzero() through memcpy() and memset()

This picks up the accelerated string functions written by
strajabot@.

Event: Google Summer of Code 2024
MFC after: 1 month
MFC to: stable/15
See also: 79e01e7e643c9337d8d6046b6db7df674475a099
Approved by: markj (mentor)
Differential Revision: https://reviews.freebsd.org/D53248

show more ...