OpenBSD cvs log

created 2022-04-14T19:17:58Z
begin 2022-04-12T00:00:00Z
end 2022-04-13T00:00:00Z
path src/sys
commits 4

date 2022-04-12T14:34:11Z
author semarie
files src/sys/dev/softraid.c log diff annotate
src/sys/sys/vnode.h log diff annotate
message struct vnode: document the protection required for manipulating v_numoutput

correct sr_rw() and sr_ccb_rw() to properly manipulate v_numoutput under splbio.

ok visa@

date 2022-04-12T19:41:11Z
author naddy
files src/sys/dev/usb/ehci.c log diff annotate
src/sys/dev/usb/ohci.c log diff annotate
src/sys/dev/usb/uhci.c log diff annotate
src/sys/dev/usb/usbdivar.h log diff annotate
src/sys/dev/usb/xhci.c log diff annotate
src/sys/dev/usb/dwc2/dwc2.c log diff annotate
message constify USB host controller method tables and root hub descriptors

ok mglocker@

date 2022-04-12T19:44:31Z
author naddy
files src/sys/arch/alpha/alpha/db_interface.c log diff annotate
src/sys/arch/amd64/amd64/db_interface.c log diff annotate
src/sys/arch/arm/arm/db_interface.c log diff annotate
src/sys/arch/arm64/arm64/db_interface.c log diff annotate
src/sys/arch/i386/i386/db_interface.c log diff annotate
src/sys/arch/m88k/m88k/db_interface.c log diff annotate
message ddb: simplify machine command handling

Define a consistently named db_machine_command_table[] across all
archs that implement the MD "machine" command, and hook this into
the main command table instead of patching it at runtime.

ok mpi@ jca@

date 2022-04-12T19:44:32Z
author naddy
files src/sys/arch/mips64/mips64/db_machdep.c log diff annotate
src/sys/arch/powerpc/ddb/db_interface.c log diff annotate
src/sys/arch/powerpc64/powerpc64/db_interface.c log diff annotate
src/sys/arch/riscv64/riscv64/db_interface.c log diff annotate
src/sys/arch/sh/sh/db_interface.c log diff annotate
src/sys/arch/sparc64/sparc64/db_interface.c log diff annotate
src/sys/ddb/db_command.c log diff annotate
src/sys/ddb/db_command.h log diff annotate
message ddb: simplify machine command handling

Define a consistently named db_machine_command_table[] across all
archs that implement the MD "machine" command, and hook this into
the main command table instead of patching it at runtime.

ok mpi@ jca@