Build date: 1760047203 - Thu Oct 9 22:00:03 UTC 2025 Build cvs date: 1760040529 - Thu Oct 9 20:08:49 UTC 2025 Build id: 2025-10-10.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/arch/arm64/conf/GENERIC P sys/arch/arm64/conf/RAMDISK P sys/arch/riscv64/dev/stfclock.c P sys/arch/sparc64/dev/viommu.c P sys/conf/GENERIC P sys/conf/newvers.sh P sys/dev/fdt/rkrng.c P sys/dev/pci/if_ice.c P usr.bin/ssh/monitor_wrap.c P usr.bin/ssh/sftp.c M usr.sbin/bgpd/session.c P usr.sbin/rpki-client/ccr.c P usr.sbin/rpki-client/rpki-asn1.h commit FT7YzhLSefuwG2ei Author: kettenis Date: 2025/10/09 20:08:49 Improve JH7110 support: - Round to the nearest achievable clock rate instead of rounding down. - Make sure we don't set a divider to zero. - Fully initialize PLL0 when setting its rate. - Bump PLL0 rate regardless of what the firmware configures it to. This avoids issues with firmware based on upstream U-Boot. ok jca@ sys/arch/riscv64/dev/stfclock.c commit QPu6ZO86ltyrW2dz Author: job Date: 2025/10/09 19:27:04 Clarify CCR file format: the payload is encapsulated inside an OCTET STRING Brought up by William McCall This is a mechanical change. discussed with / OK tb@ usr.sbin/rpki-client/ccr.c usr.sbin/rpki-client/rpki-asn1.h commit qxRDOeGxtX5pbCIf Author: kettenis Date: 2025/10/09 19:25:37 Add RK3588 support. ok dlg@ sys/dev/fdt/rkrng.c commit kTuPjnIHzfQpnkPK Author: claudio Date: 2025/10/09 18:43:26 Avoid segments greater than maxsegsz during map merging Apply the same fix as done in iommu.c rev 1.83 OK jan@ kettenis@ sys/arch/sparc64/dev/viommu.c commit axYHipw6XbgQm9zn Author: claudio Date: 2025/10/09 11:22:06 Implement SIOCGIFRXR in ice(4) so that systat mbuf shows the queues. OK stsp@ sys/dev/pci/if_ice.c commit wKB6oRMI1xOman9X Author: claudio Date: 2025/10/09 11:18:29 Enable ice(4) on arm64. Works out of the box. OK kettenis@ deraadt@ jca@ sys/arch/arm64/conf/GENERIC sys/arch/arm64/conf/RAMDISK commit bdsiTVDSc1eigv4G Author: djm Date: 2025/10/09 03:23:33 silence "mm_log_handler: write: Broken pipe" logspam usr.bin/ssh/monitor_wrap.c commit PMgu2Ee4ZoSDFRwc Author: jsg Date: 2025/10/08 21:57:15 re-enable POOL_DEBUG ok deraadt@ sys/conf/GENERIC commit leoGmLGq4mbm07Qj Author: jsg Date: 2025/10/08 21:55:19 7.8-current ok deraadt@ sys/conf/newvers.sh commit UxQ0TCGhL1scMp7x Author: djm Date: 2025/10/08 21:48:40 When tab-completing a filename, ensure that the completed string does not end up mid-way through a multibyte character, as this will cause a fatal() later on. based on GHPR#587 from @TaoistBrickscarrier; feedback tb@ kevlo@ ok dtucker@ usr.bin/ssh/sftp.c