OpenBSD cvs log

created 2025-02-22T14:25:37Z
begin 2025-02-15T00:00:00Z
end 2025-02-16T00:00:00Z
path src/sys
commits 3

date 2025-02-15T09:05:15Z
author kirill
files src/sys/dev/usb/uvideo.c log diff annotate
message sys/uvideo: clarify bulk endpoint stream closure

UVC does not specify how to notify a bulk-based device when the video
stream stops. Both Linux and Windows send a CLEAR_FEATURE(HALT) request
to the video streaming bulk endpoint.

OK: mglocker@

date 2025-02-15T11:55:17Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_fbdev.c log diff annotate
message call intel_fbdev_invalidate() at the end of intelfb_create()

Avoids a problem seen with the (Alder Lake) Framework 13 after the
6.12 drm update. Userland console output did not display without
switching to a virtual terminal and back. Not all Alder Lake machines,
T14 Gen 3 Intel worked as expected before this change.

reported and tested by matthieu@

date 2025-02-15T21:49:28Z
author bluhm
files src/sys/kern/uipc_socket2.c log diff annotate
message Fail hard with mutex assertion if socket buffer is not locked.

OK mvs@