OpenBSD cvs log

created 2024-08-04T18:00:52Z
begin 2024-07-27T00:00:00Z
end 2024-07-28T00:00:00Z
path src/sys
commits 5

date 2024-07-27T02:10:26Z
author guenther
files src/sys/sys/ktrace.h log diff annotate
message Sort and regularize all the ktrstruct() macros

ok deraadt@

date 2024-07-27T03:26:04Z
author deraadt
files src/sys/dev/mii/miidevs log diff annotate
message shorten strings by removing pointless information
ok jsg

date 2024-07-27T03:26:12Z
author deraadt
files src/sys/dev/mii/miidevs.h log diff annotate
message sync

date 2024-07-27T13:31:26Z
author kettenis
files src/sys/arch/arm64/arm64/locore.S log diff annotate
message Use ".arch_extension fp" for the signal trampoline since it saves and
restores the FPU registers (running in userland). And add an
".arch_extension nofp" afterwards such that the remaining kernel code
can't touch the FPU.

Needed to build with clang18

ok jsg@

date 2024-07-27T17:31:49Z
author miod
files src/sys/dev/usb/ugold.c log diff annotate
message Allow for another TEMPerHUM version. From Sebastiaan Indesteege.