OpenBSD cvs log

created 2024-12-21T13:33:46Z
begin 2024-12-14T00:00:00Z
end 2024-12-15T00:00:00Z
path src/sys
commits 4

date 2024-12-14T09:58:04Z
author kirill
files src/sys/dev/usb/uvideo.c log diff annotate
message sys/uvideo: remove quirk UVIDEO_FLAG_RENEGOTIATE_AFTER_SET_ALT

This quirk was introduced as a workaround, not the fix for the real
issue. The root cause was fixed in the previous commit (v1.227) to
uvide.c with skip uvideo_vs_set_alt for bulk endpoint.

OK mglocker@ kn@

date 2024-12-14T10:02:47Z
author kirill
files src/sys/dev/usb/usbdevs log diff annotate
message sys/usbdevs: remove unused Jabra PanaCast 20

OK mglocker@ kn@

date 2024-12-14T10:04:51Z
author kirill
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message regen

date 2024-12-14T12:07:38Z
author mvs
files src/sys/kern/kern_sysctl.c log diff annotate
src/sys/uvm/uvm_mmap.c log diff annotate
message Unlock KERN_WXABORT.

`uvm_wxabort' is atomically accessed boolean integer. uvm_wxcheck()
already loads it lockless.

ok mpi