OpenBSD cvs log

created 2022-08-07T07:37:18Z
begin 2022-08-05T00:00:00Z
end 2022-08-06T00:00:00Z
path src/sys
commits 4

date 2022-08-05T12:52:35Z
author robert
files src/sys/arch/arm64/arm64/cpu.c log diff annotate
message put ci_mutex_level inside DIAGNOSTIC

date 2022-08-05T13:25:43Z
author kettenis
files src/sys/arch/arm64/dev/aplaudio.c log diff annotate
message Skip disabled nodes.

date 2022-08-05T13:57:16Z
author bluhm
files src/sys/dev/pci/if_ix.c log diff annotate
src/sys/dev/pci/if_ixl.c log diff annotate
src/sys/net/if.c log diff annotate
src/sys/net/if_media.c log diff annotate
message The netlock for SIOCSIFMEDIA and SIOCGIFMEDIA ioctl is not necessary.
Legacy drivers run with kernel lock, interface media is MP safe or
has kernel lock. Assert kernel lock in ix(4) and ixl(4).
OK kettenis@

date 2022-08-05T16:59:50Z
author miod
files src/sys/dev/usb/ucc.c log diff annotate
message Fix bounds check in ucc_add_key(); ok anton@