Build date: 1739660402 - Sat Feb 15 23:00:02 UTC 2025 Build cvs date: 1739656168 - Sat Feb 15 21:49:28 UTC 2025 Build id: 2025-02-16.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 sys/dev/pci/drm/i915/display/intel_fbdev.c P sys/dev/usb/uvideo.c P sys/kern/uipc_socket2.c P usr.bin/ssh/readconf.c P usr.bin/ssh/readconf.h P usr.bin/ssh/servconf.c P usr.bin/ssh/ssh-keysign.c P usr.bin/ssh/ssh.c P usr.bin/ssh/ssh_config.5 P usr.bin/ssh/sshd_config.5 P usr.bin/ssh/version.h commit mpAagCxHNPWZyrHx Author: bluhm Date: 2025/02/15 21:49:28 Fail hard with mutex assertion if socket buffer is not locked. OK mvs@ sys/kern/uipc_socket2.c commit mhBlgrLhROeuPrLX Author: jsg Date: 2025/02/15 11:55:17 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@ sys/dev/pci/drm/i915/display/intel_fbdev.c commit 5fElM7xS98vynW7Z Author: kirill Date: 2025/02/15 09:05:15 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@ sys/dev/usb/uvideo.c commit mawYlNom9ysJbqHw Author: jmc Date: 2025/02/15 06:48:56 - use \& when contructs like "e.g." end a line, to avoid double spacing - macro is Qq not Oq usr.bin/ssh/ssh_config.5 commit DOcoyrj0Ho9pRCJ9 Author: djm Date: 2025/02/15 01:52:07 add "Match version" support to ssh_config. Allows matching on the local version of OpenSSH, e.g. "Match version OpenSSH_10.*" ok markus@ usr.bin/ssh/readconf.c usr.bin/ssh/servconf.c usr.bin/ssh/ssh_config.5 usr.bin/ssh/sshd_config.5 usr.bin/ssh/version.h commit Beb5gSbPIaiIkmQa Author: djm Date: 2025/02/15 01:50:47 Add support for "Match sessiontype" to ssh_config. Allows matching on the type of session requested, either "shell" for interactive sessions, "exec" for command execution sessions, "subsystem" for subsystem requests, such as sftp, or "none" for transport/forwarding-only sessions. ok markus@ usr.bin/ssh/readconf.c usr.bin/ssh/ssh_config.5 commit RO2r4fXE6rB1hGuC Author: djm Date: 2025/02/15 01:48:30 "Match command ..." support for ssh_config to allow matching on the remote command specified on the commandline. Also relaxes matching rules for `Match tagged` to allow `Match tagged ""` to match an empty tag value. This also works for command. ok markus@ usr.bin/ssh/readconf.c usr.bin/ssh/readconf.h usr.bin/ssh/ssh-keysign.c usr.bin/ssh/ssh.c usr.bin/ssh/ssh_config.5