OpenBSD cvs log

created 2023-03-05T14:52:41Z
begin 2023-02-27T00:00:00Z
end 2023-02-28T00:00:00Z
path src/sys
commits 6

date 2023-02-27T00:18:00Z
author afresh1
files src/sys/kern/makesyscalls.sh log diff annotate
message Include varags types in sys/syscalls.h comment

Separated with the existing "..." requested by deraadt@
OK gnezdo@

date 2023-02-27T00:58:38Z
author deraadt
files src/sys/kern/init_sysent.c log diff annotate
src/sys/kern/syscalls.c log diff annotate
src/sys/sys/syscall.h log diff annotate
src/sys/sys/syscallargs.h log diff annotate
message sync

date 2023-02-27T02:01:38Z
author jsg
files src/sys/dev/pci/drm/drm_edid.c log diff annotate
message drm/edid: Fix minimum bpc supported with DSC1.2 for HDMI sink

From Ankit Nautiyal
0deb50618944aed143269214daea0ba2ddf2222d in linux-6.1.y/6.1.14
18feaf6d0784dcba888859109676adf1e0260dfd in mainline linux

date 2023-02-27T02:04:12Z
author jsg
files src/sys/dev/pci/drm/i915/i915_pci.c log diff annotate
message drm/i915: Remove __maybe_unused from mtl_info

From Lucas De Marchi
44610f4c3093bbce3061b77d37bdf1bed8e379da in linux-6.1.y/6.1.14
fff758698842fb6722be37498d8773e0fb47f000 in mainline linux

date 2023-02-27T09:35:32Z
author jan
files src/sys/net/if.c log diff annotate
src/sys/net/if.h log diff annotate
src/sys/net/if_bridge.c log diff annotate
src/sys/net/if_tpmr.c log diff annotate
src/sys/net/if_veb.c log diff annotate
message Turn off TSO if interface is added to layer 2 devices.

ok bluhm@, claudio@

date 2023-02-27T09:59:46Z
author jmatthew
files src/sys/dev/fdt/if_mvneta.c log diff annotate
message Pass MII flags depending on the phy mode specified in the device tree.
With this, the WAN port on the Turris Omnia works.

tested on Turris MOX by kettenis@
ok patrick@