OpenBSD cvs log

created 2024-05-13T15:56:09Z
begin 2024-05-07T10:46:35Z
end 2024-05-07T14:27:11Z
path src/sys
commits 2

date 2024-05-07T14:26:48Z
author naddy
files src/sys/arch/amd64/include/endian.h log diff annotate
src/sys/arch/arm/include/endian.h log diff annotate
src/sys/arch/arm64/include/endian.h log diff annotate
src/sys/arch/i386/include/endian.h log diff annotate
src/sys/arch/powerpc/include/endian.h log diff annotate
src/sys/arch/powerpc64/include/endian.h log diff annotate
message drop the MD byte-swap micro-optimizations on clang architectures

The compiler already translates the generic code into arithmetic
byte-swap instructions or byte-swapping memory load and store
instructions if available on an architecture.

ok deraadt@ guenther@

date 2024-05-07T14:27:11Z
author mvs
files src/sys/miscfs/fuse/fuse_vfsops.c log diff annotate
message Clear MNT_LOCAL flag on FUSE file system. It can be local or remote, but
kernel can't tell the difference.

From Kirill A. Korinsky

ok claudio mpi