OpenBSD cvs log

created 2022-03-12T21:43:33Z
begin 2022-03-06T00:00:00Z
end 2022-03-07T00:00:00Z
path src/sys
commits 7

date 2022-03-06T08:40:34Z
author jsg
files src/sys/conf/files log diff annotate
message remove unused usbdev and btbus attributes

date 2022-03-06T12:16:27Z
author kettenis
files src/sys/arch/arm/armv7/armv7_space.c log diff annotate
message Convert KVA allocation to km_alloc(9).

ok mpi@

date 2022-03-06T15:12:00Z
author deraadt
files src/sys/dev/acpi/acpi_x86.c log diff annotate
message oops, typo, spotted by Mikhail

date 2022-03-06T15:24:50Z
author bluhm
files src/sys/netinet/ip_spd.c log diff annotate
message Usually we check ipsec_in_use as shortcut to avoid IPsec lookups,
but that does not work when coming from tcp_output() as inp != NULL.
This seems to be done to block packets from sockets with options
in inp_seclevel. But instead of doing the route lookup, go directly
to ipsp_spd_inp() where the socket policy checks are done. Calling
rtable_l2() before the shortcut also costs a bit, do it when needed.
OK tobhe@

date 2022-03-06T18:52:47Z
author kettenis
files src/sys/dev/ic/bwfm.c log diff annotate
src/sys/dev/ic/bwfmvar.h log diff annotate
src/sys/dev/pci/if_bwfm_pci.c log diff annotate
message Look for firmware for Apple Silicon devices in /etc/firmware/apple-bwfm.

ok deraadt@

date 2022-03-06T22:08:51Z
author chrisz
files src/sys/dev/pci/pcidevs log diff annotate
message Add JMICRON JMB58x ahci

ok dlg@

date 2022-03-06T22:08:52Z
author chrisz
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message Add JMICRON JMB58x ahci

ok dlg@