Build date: 1771542003 - Thu Feb 19 23:00:03 UTC 2026 Build cvs date: 1771533765 - Thu Feb 19 20:42:45 UTC 2026 Build id: 2026-02-20.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P sbin/pfctl/pfctl_parser.c P sys/arch/sparc64/sparc64/locore.s P sys/dev/pci/if_bnxt.c P sys/dev/pci/if_ice.c P sys/dev/pci/if_ixl.c M sys/dev/usb/uhidev.c P sys/sys/videoio.h M usr.sbin/bgpd/session.c commit s1UJpJ7dzUjTB6sa Author: kirill Date: 2026/02/19 20:42:45 sys/videoio.h: sync with Linux 1. media: v4l2-ctrls: Add hevc_ext_sps_[ls]t_rps controls https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fa05705107a40131a8335ad37817153709261738 2. media: uapi: videodev2: Add support for AV1 stateful decoder https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=406fc2e9ca65e0df345ebf4ce95aa87cb6416f35 3. media: v4l: ctrls: add a control for flash/strobe duration https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d89ccbf3dde727d91a242a5a3f3b70a90579b057 4. media: v4l: ctrls: add a control for enabling strobe output https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5be4154f6255d92d9d2ad5da658d7d33a655386f Here no ABI or API changes. Scope limited to few new defines, new struct and new enum value only. OK deraadt@ sys/sys/videoio.h commit MvDLIsAKXt8XtyG2 Author: bluhm Date: 2026/02/19 16:59:15 Print both nat-to and rdr-to in pfctl show rules. Kernel pf rule may have both nat-to and rdr-to fields. pfctl printed only one of them. By removing one else if, the user sees what the kernel does. OK henning@ sbin/pfctl/pfctl_parser.c commit BrqMlYi805R7655Y Author: deraadt Date: 2026/02/19 15:42:17 uvmexp.faults is now counter in MI code ok claudio kettenis sys/arch/sparc64/sparc64/locore.s commit 6fsUWiKsINdp6MjS Author: jan Date: 2026/02/19 10:15:36 Also put LRO Flags inside an ifndef SMALL_KERNEL ok bluhm@ sys/dev/pci/if_bnxt.c sys/dev/pci/if_ice.c sys/dev/pci/if_ixl.c