OpenBSD cvs log

created 2024-09-22T09:21:05Z
begin 2024-09-20T00:00:00Z
end 2024-09-21T00:00:00Z
path src/sys
commits 4

date 2024-09-20T02:00:46Z
author jsg
files src/sys/arch/alpha/pci/pci_2100_a50.c log diff annotate
src/sys/arch/alpha/pci/pci_axppci_33.c log diff annotate
src/sys/arch/amd64/amd64/pmap.c log diff annotate
src/sys/arch/arm/arm/disassem.c log diff annotate
src/sys/arch/mips64/mips64/db_disasm.c log diff annotate
src/sys/arch/mips64/mips64/trap.c log diff annotate
src/sys/arch/riscv64/riscv64/db_disasm.c log diff annotate
src/sys/arch/sparc64/sparc64/db_disasm.c log diff annotate
src/sys/dev/acpi/dsdt.c log diff annotate
src/sys/dev/ic/adv.c log diff annotate
src/sys/dev/ic/adw.c log diff annotate
src/sys/dev/ic/ami.c log diff annotate
src/sys/dev/ic/rt2860.c log diff annotate
src/sys/dev/ic/rtwn.c log diff annotate
src/sys/dev/ic/ti.c log diff annotate
src/sys/dev/pci/auixp.c log diff annotate
src/sys/dev/pci/maestro.c log diff annotate
src/sys/dev/pci/vmwpvs.c log diff annotate
src/sys/dev/pci/drm/i915/i915_driver.c log diff annotate
src/sys/dev/usb/ubsa.c log diff annotate
src/sys/isofs/udf/udf_vnops.c log diff annotate
src/sys/lib/libsa/pkcs5_pbkdf2.c log diff annotate
src/sys/net/if_pppx.c log diff annotate
src/sys/net/route.c log diff annotate
src/sys/ufs/ext2fs/ext2fs_lookup.c log diff annotate
message remove unneeded semicolons; checked by millert@

date 2024-09-20T02:15:53Z
author jsg
files src/sys/dev/pci/if_ngbe.c log diff annotate
message remove unneeded semicolon

date 2024-09-20T02:20:44Z
author jsg
files src/sys/dev/pci/auixp.c log diff annotate
message correct format string in debug printf

date 2024-09-20T19:12:50Z
author kettenis
files src/sys/arch/arm64/stand/efiboot/efiboot.c log diff annotate
message Add device tree mapping for Lenovo ThinkPad T14s.

ok tobhe@, mlarkin@