OpenBSD cvs log

created 2022-12-18T08:38:54Z
begin 2022-12-12T00:00:00Z
end 2022-12-13T00:00:00Z
path src/sys
commits 4

date 2022-12-12T08:30:22Z
author tb
files src/sys/kern/sys_socket.c log diff annotate
src/sys/kern/uipc_socket.c log diff annotate
src/sys/kern/uipc_socket2.c log diff annotate
src/sys/kern/uipc_usrreq.c log diff annotate
src/sys/miscfs/fifofs/fifo_vnops.c log diff annotate
src/sys/netinet/tcp_usrreq.c log diff annotate
src/sys/sys/socketvar.h log diff annotate
message Revert sb_state changes to unbreak tree.

date 2022-12-12T18:45:01Z
author kettenis
files src/sys/arch/arm64/dev/aplpmu.c log diff annotate
message Improve range check to protect against overflow.

ok patrick@

date 2022-12-12T19:18:25Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/tipd.c log diff annotate
src/sys/dev/fdt/xhci_fdt.c log diff annotate
src/sys/dev/ofw/ofw_misc.h log diff annotate
src/sys/dev/usb/xhci.c log diff annotate
src/sys/dev/usb/xhcivar.h log diff annotate
message Fix USB hotplug on type-C connectors of Apple Silicon hardware. The USB
controller on these machines does not see connection events. Instead we
need to rely on the USB PD controllers to notify us of a new connection
and reset the USB controller. This diff implements this by adding a new
tipd(4) driver and infrastructure to notify xhci(4) of new connections.

ok patrick@

date 2022-12-12T22:06:40Z
author kettenis
files src/sys/arch/arm64/conf/RAMDISK log diff annotate
message Enable tipd(4) on RAMDISK kernels as well.

ok deraadt@