Build date: 1770418803 - Fri Feb 6 23:00:03 UTC 2026 Build cvs date: 1770413716 - Fri Feb 6 21:35:16 UTC 2026 Build id: 2026-02-07.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 lib/libfuse/fuse_lowlevel_new.3 P share/man/man5/python-module.5 P sys/dev/fdt/qcsmem.c P sys/dev/fdt/qcsmptp.c P sys/dev/pci/if_iwx.c M sys/dev/usb/uhidev.c P sys/net80211/ieee80211_node.c P sys/net80211/ieee80211_node.h P usr.bin/ssh/auth-bsdauth.c P usr.bin/ssh/auth.h P usr.bin/ssh/auth2-chall.c P usr.bin/ssh/sshd-auth.c P usr.bin/tmux/format.c P usr.bin/tmux/window-copy.c M usr.sbin/bgpd/session.c commit 3Xmtq50HPZd8IRvP Author: kettenis Date: 2026/02/06 21:35:16 Allow for a reference to a "memory-region" instead of requiring a "reg" property. ok patrick@ sys/dev/fdt/qcsmem.c commit 28X6QLRB7dsv008B Author: kettenis Date: 2026/02/06 21:32:42 Prefix error message by device name. ok patrick@ sys/dev/fdt/qcsmptp.c commit qyYvEodZam8LprUL Author: stsp Date: 2026/02/06 16:27:46 fix iwx(4) issues related to roaming and PMF and firmware crypto keys Avoid a fatal firmware error on Bz firmware (and perhaps MA?) by removing crypto keys from firmware before removing the AP firmware station. Also improve roaming behaviour when PMF is enabled. We must send the deauth frame to the old AP properly encrypted, so do this before keys get removed. Thanks to Johannes Berg for deciphering firmware SYSASSERT code 0x0000251B. ok kettenis@ sys/dev/pci/if_iwx.c sys/net80211/ieee80211_node.c sys/net80211/ieee80211_node.h commit 7BAchbiR6Vpjixtm Author: schwarze Date: 2026/02/06 15:24:36 Some content improvements: * Describe more precisely how the FUSE open() operation works instead of vaguely hinting that there are differences to other operating systems. * Move the sentence about O_CREAT and O_TRUNC after the flags argument has been introduced, and mark it up properly. * Describe the symlink() operation more clearly. OK helg@ lib/libfuse/fuse_lowlevel_new.3 commit 44RIsErN8m9H9Sst Author: sthen Date: 2026/02/06 13:54:52 break MODPY_PYBUILD list out to multiple lines and sort add poetry-dynamic-versioning to list share/man/man5/python-module.5 commit GqCGb5aT2iZd4Bto Author: nicm Date: 2026/02/06 10:28:42 Clear search counts when clearing marks in case of repeated search, reported by Daniel Pereira in GitHub issue 4817. usr.bin/tmux/window-copy.c commit tmODBQfeibrmeJE4 Author: nicm Date: 2026/02/06 10:23:26 Also check PANE_STATUSREADY for pane_dead format to match pane_dead_status. GitHub issue 4841 from Joshua Pollack. usr.bin/tmux/format.c commit 3N6UGhjn2sJ8QaoR Author: djm Date: 2026/02/06 01:24:36 remove vestige of when we supported running without privsep usr.bin/ssh/auth-bsdauth.c usr.bin/ssh/auth.h usr.bin/ssh/auth2-chall.c usr.bin/ssh/sshd-auth.c