Build date: 1774821604 - Sun Mar 29 22:00:04 UTC 2026 Build cvs date: 1774819070 - Sun Mar 29 21:17:50 UTC 2026 Build id: 2026-03-30.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 include/fnmatch.h P lib/libcrypto/mlkem/mlkem_internal.c P regress/lib/libcrypto/assembly/Makefile P sys/dev/ic/qwx.c P sys/dev/ic/qwz.c P sys/dev/pci/if_iwx.c M sys/dev/usb/uhidev.c P sys/net80211/ieee80211.h P sys/net80211/ieee80211_node.c P sys/net80211/ieee80211_node.h P sys/netinet/igmp.c P sys/netinet6/mld6.c P sys/tmpfs/tmpfs_subr.c P usr.bin/ssh/progressmeter.c M usr.sbin/bgpd/session.c commit US08OK0cz0U7J866 Author: kirill Date: 2026/03/29 21:17:50 sys/iwx: enable 160Mhz window at 5Ghz OK: kn@, phessler@, stsp@ sys/dev/pci/if_iwx.c commit rpV4hDiiAgcR8b7K Author: kirill Date: 2026/03/29 21:16:21 sys/net80211: support of 160Mhz window at 5Ghz OK: kn@, phessler@, stsp@ sys/net80211/ieee80211.h sys/net80211/ieee80211_node.c sys/net80211/ieee80211_node.h commit cEN5VdOTwNGLgTJO Author: bluhm Date: 2026/03/29 18:08:07 Remove useless memory barriers in igmp and mld6 timer. Multicast timers are protected by poper locks. The shortcut that avoids locking when no timers are scheduled, does not need an additional membar. OK mvs@ sys/netinet/igmp.c sys/netinet6/mld6.c commit xxnVONuuH35PD3bv Author: daniel Date: 2026/03/29 14:08:46 FNM_CASEFOLD (and its synonym FNM_IGNORECASE) are now part of POSIX.1-2024 Flagged by Sortix os-test. ok millert@, guenther@ include/fnmatch.h commit 3iM0BWil8drWkEX5 Author: kirill Date: 2026/03/29 09:37:33 sys/tmpfs: use getnanotime() like FFS and MFS Editing files on tmpfs uses nanotime() to update mtime, and touch uses utimensat(UTIME_NOW) which uses getnanotime() which is cached and which can be smaller. So, sed ... A && touch B leads to mtime(A) > mtime(B) which isn't excted. "Yep" deraadt@ sys/tmpfs/tmpfs_subr.c commit TjHPfoC06rbhxVGj Author: tb Date: 2026/03/29 06:31:07 ML-KEM: ensure that key_768 is only dereferenced with 768-bit keys This looks like a NULL dereference that should crash, but for some reason it doesn't, even with -O0 with all compilers i tried. At the very least it may result in compilers deducing that key_768 != NULL and lead to incorrect optimizations. ok claudio jsing kenjiro miod lib/libcrypto/mlkem/mlkem_internal.c commit IpzbTqDi7YErNZND Author: anton Date: 2026/03/29 06:19:12 Add missing include path required to reach newly added crypto_assembly.h include. regress/lib/libcrypto/assembly/Makefile commit yy24vB8GHMydA9hH Author: mglocker Date: 2026/03/29 05:29:02 Fix typo. sys/dev/ic/qwx.c sys/dev/ic/qwz.c commit GUMfoR1oNQJjZigh Author: djm Date: 2026/03/29 01:08:13 switch from int to long long for bandwidth calculations; fixes rate display when rate > 2GB/s; based on patch from Cyril Servant feedback/ok deraadt@ usr.bin/ssh/progressmeter.c