OpenBSD cvs log

created 2023-09-29T17:38:40Z
begin 2023-09-22T00:00:00Z
end 2023-09-23T00:00:00Z
path src/sys
commits 4

date 2023-09-22T01:10:43Z
author jsg
files src/sys/arch/arm/cortex/ampintc.c log diff annotate
src/sys/arch/arm/include/simplebusvar.h log diff annotate
src/sys/arch/arm/simplebus/simplebus.c log diff annotate
src/sys/arch/arm/simplebus/Attic/simplebusvar.h log diff annotate
src/sys/arch/arm64/dev/agintc.c log diff annotate
src/sys/arch/arm64/dev/ampintc.c log diff annotate
src/sys/arch/arm64/dev/apldc.c log diff annotate
src/sys/arch/arm64/dev/simplebus.c log diff annotate
src/sys/arch/arm64/dev/Attic/simplebusvar.h log diff annotate
src/sys/arch/arm64/include/simplebusvar.h log diff annotate
src/sys/arch/armv7/exynos/exdwusb.c log diff annotate
src/sys/arch/armv7/exynos/expower.c log diff annotate
src/sys/arch/armv7/include/simplebusvar.h log diff annotate
src/sys/arch/armv7/marvell/mvmbus.c log diff annotate
src/sys/arch/armv7/omap/omcm.c log diff annotate
src/sys/arch/armv7/omap/omsysc.c log diff annotate
src/sys/arch/octeon/dev/simplebus.c log diff annotate
src/sys/arch/octeon/dev/Attic/simplebusvar.h log diff annotate
src/sys/arch/octeon/include/simplebusvar.h log diff annotate
message move simplebusvar.h so it can be used without ifdef
ok kettenis@ phessler@

date 2023-09-22T01:10:44Z
author jsg
files src/sys/arch/riscv64/dev/simplebus.c log diff annotate
src/sys/arch/riscv64/dev/Attic/simplebusvar.h log diff annotate
src/sys/arch/riscv64/include/simplebusvar.h log diff annotate
src/sys/dev/fdt/amldwusb.c log diff annotate
src/sys/dev/fdt/hidwusb.c log diff annotate
src/sys/dev/fdt/imxdwusb.c log diff annotate
src/sys/dev/fdt/mvmdio.c log diff annotate
src/sys/dev/fdt/qcdwusb.c log diff annotate
src/sys/dev/fdt/rkdwusb.c log diff annotate
src/sys/dev/fdt/rkgrf.c log diff annotate
src/sys/dev/fdt/rkpinctrl.c log diff annotate
src/sys/dev/fdt/syscon.c log diff annotate
message move simplebusvar.h so it can be used without ifdef
ok kettenis@ phessler@

date 2023-09-22T20:03:05Z
author mvs
files src/sys/kern/subr_log.c log diff annotate
message Make `logread_filterops' MP safe. For that purpose use `log_mtx' mutex(9)
protecting message buffer.

ok bluhm

date 2023-09-22T22:12:32Z
author mvs
files src/sys/dev/hotplug.c log diff annotate
message Introduce `hotplug_mtx' mutex(9) and make `hotplugread_filtops' MP safe.
Use this mutex(9) to protect `evqueue_head', `evqueue_tail' and
`evqueue_count'.

ok bluhm