OpenBSD cvs log

created 2021-12-25T14:07:50Z
begin 2021-12-18T00:00:00Z
end 2021-12-19T00:00:00Z
path src/sys
commits 3

date 2021-12-18T08:24:31Z
author anton
files src/sys/dev/kcov.c log diff annotate
message Reduce the overhead of the trace compare routines by checking if kcov is
enabled for the current thread before doing anything else.

date 2021-12-18T09:19:25Z
author kettenis
files src/sys/dev/ofw/ofw_misc.c log diff annotate
src/sys/dev/ofw/ofw_misc.h log diff annotate
message Add a mailbox "framework" to handle mailboxes referenced in device trees
in a generic way.

ok visa@

date 2021-12-18T13:33:52Z
author kettenis
files src/sys/arch/arm64/dev/aplmbox.c log diff annotate
src/sys/arch/arm64/dev/aplmbox.h log diff annotate
message Add aplmbox(4), a driver for the mailbox that provides a communication
channel with additional cores integrated on Apple SoCs.

ok patrick@