Build date: 1759960803 - Wed Oct 8 22:00:03 UTC 2025 Build cvs date: 1759957336 - Wed Oct 8 21:02:16 UTC 2025 Build id: 2025-10-09.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-llvm-ubsan.diff /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/net/if_rport.c P sys/net80211/ieee80211_node.c P usr.bin/ssh/ssh-pkcs11.c P usr.bin/ssh/version.h M usr.sbin/bgpd/session.c commit MlQwe7y9ciHxei00 Author: djm Date: 2025/10/08 21:02:16 fix crash at exit (visible via ssh-keygen -D) when multiple keys loaded. ok markus deraadt dtucker usr.bin/ssh/ssh-pkcs11.c commit SSUgn8607R4R2aCE Author: stsp Date: 2025/10/08 13:15:33 Fix association to access points which have all 802.11b rates disabled. When I replaced ieee80211_iserp_sta() with a check for the extended rates information element I wrongly assumed that this information element would always be present if 11g is supported. However, the xrates IE only appears in 11b/g mixed mode. APs which have 802.11b rates completely disabled can announce all rates via the regular rates IE and never send the xrates IE. Ensure that we recognize such APs as 11g-capable regardless of the missing xrates IE. Otherwise assocation can fail due to a mismatch of basic rates. Problem reported by landry@ ok phessler@ sthen@ sys/net80211/ieee80211_node.c commit f1QBmRJl7JxLBQhN Author: djm Date: 2025/10/08 00:32:52 openssh-10.2 The only change since 10.1 is the channels.c fix usr.bin/ssh/version.h commit wg9cDdbmaedJ4S8Y Author: dlg Date: 2025/10/08 00:28:27 use multiple txqs to spread traffic handling over softnet threads. sys/net/if_rport.c commit wt8efHhDtegk1wwf Author: dlg Date: 2025/10/08 00:06:32 implement "checksum offload" between rport pairs. this allows the kernel to skip ip/tcp/udp checksum calculation for packets between rdomains. rport interfaces advertise checksum offload capabilities to the stack, so the stack will set CSUM_OUT mbuf flags rather than do the checksum calculation for packets being transmitted on an port interface. when these packets are sent back into the stack by the partner rport interface, the CSUM_OUT flags get mapped to equivalent CSUM_IN_OK flags. this is modelled on how lo(4) does the same thing. sys/net/if_rport.c P lib/libpciaccess/src/openbsd_pci.c commit N9RpXayO8vabqGOP Author: jsg Date: 2025/10/07 23:25:53 return early if pci_sys is NULL in vgaarb functions Kevin Chadwick reported that Xorg was segfaulting every 10 or 20 minutes in pci_device_vgaarb_set_target() on a machine with Intel I945G (gen 3). This generation of hardware is pre OpenGL 2.0, so is not using glamor in the xserver or the modesetting driver. lib/libpciaccess/src/openbsd_pci.c