Build date: 1774220403 - Sun Mar 22 23:00:03 UTC 2026 Build cvs date: 1774192629 - Sun Mar 22 15:17:09 UTC 2026 Build id: 2026-03-23.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-ramdisk.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P lib/libskey/skey.5 P share/man/man5/python-module.5 M sys/dev/usb/uhidev.c P usr.bin/awk/main.c M usr.sbin/bgpd/session.c commit Oklii10paft2m5uu Author: millert Date: 2026/03/22 15:17:09 The maximum S/Key sequence number is 10,000 not 1,000. From Andy Bradford lib/libskey/skey.5 commit jdvmqi4GfirLFiNS Author: sthen Date: 2026/03/22 13:56:06 tweak MODPY_PYBUILD section, avoid some duplication, give a hint about setting MODCARGO_CARGOTOML for maturin ports share/man/man5/python-module.5 commit 48zsPgjatD0nUaDz Author: deraadt Date: 2026/03/22 05:07:06 Found another deeply hidden open /dev/null O_RDWR which was happening in awk -safe mode. Reproducer is awk -safe '{ close("/dev/stdin"); } Rerrange the pledges and unveils to make it work. ok millert dgl usr.bin/awk/main.c