Build date: 1785103203 - Sun Jul 26 22:00:03 UTC 2026 Build cvs date: 1785091462 - Sun Jul 26 18:44:22 UTC 2026 Build id: 2026-07-27.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 regress/lib/libssl/tlsfuzzer/tlsfuzzer.py P regress/usr.sbin/pkg_add/Makefile P sys/arch/amd64/include/pci_machdep.h P sys/arch/amd64/pci/acpipci.c P sys/arch/arm64/dev/aplsmc.c P sys/arch/riscv64/dev/smtclock.c P sys/arch/riscv64/dev/smtpinctrl.c P sys/dev/acpi/acpidmar.c M sys/dev/usb/uhidev.c P usr.bin/tmux/file.c P usr.bin/tmux/format.c P usr.bin/tmux/screen-write.c P usr.bin/tmux/screen.c P usr.bin/tmux/tty-draw.c M usr.sbin/bgpd/session.c P usr.sbin/httpd/config.c P usr.sbin/httpd/http.h P usr.sbin/httpd/httpd.c P usr.sbin/httpd/httpd.h P usr.sbin/httpd/log.c P usr.sbin/httpd/log.h P usr.sbin/httpd/logger.c P usr.sbin/httpd/patterns.c P usr.sbin/httpd/patterns.h P usr.sbin/httpd/server.c P usr.sbin/httpd/server_fcgi.c P usr.sbin/httpd/server_file.c P usr.sbin/httpd/server_http.c P usr.sbin/pkg_add/OpenBSD/Dependencies.pm P usr.sbin/pkg_add/OpenBSD/PkgAdd.pm P usr.sbin/relayd/relayd.conf.5 commit aMm6RQ9iKCaghtkn Author: kettenis Date: 2026/07/26 18:44:22 Add K3 support. This includes support for pins with switchable IO voltage, which is also added for K1. ok mlarkin@ sys/arch/riscv64/dev/smtpinctrl.c commit aqwF0vutoKsvXvB8 Author: kettenis Date: 2026/07/26 18:12:10 Add a few more K3 clocks and resets. ok mlarkin@, jca@ sys/arch/riscv64/dev/smtclock.c commit onPD6Xzx2hljrnfD Author: nicm Date: 2026/07/26 15:21:53 Include and in shell special characters, from Nikolas Skarlatos. usr.bin/tmux/format.c commit r77HanZOQ5OpNlJx Author: nicm Date: 2026/07/26 15:08:15 Do not try to write to clients which have died, GitHub issue 5431 from Stefan Ladst\M-C\M-$tter. usr.bin/tmux/file.c commit JeaCfhBpwVB85ami Author: rsadowski Date: 2026/07/26 14:46:32 httpd: knfmt, no functional change OK kirill@ usr.sbin/httpd/config.c usr.sbin/httpd/http.h usr.sbin/httpd/httpd.c usr.sbin/httpd/httpd.h usr.sbin/httpd/log.c usr.sbin/httpd/log.h usr.sbin/httpd/logger.c usr.sbin/httpd/patterns.c usr.sbin/httpd/patterns.h usr.sbin/httpd/server.c usr.sbin/httpd/server_fcgi.c usr.sbin/httpd/server_file.c usr.sbin/httpd/server_http.c commit sN9hQRUh1kGtOheL Author: tb Date: 2026/07/26 13:05:49 tlsfuzzer: use sys.exit() instead of naked exit() regress/lib/libssl/tlsfuzzer/tlsfuzzer.py commit wH0We2uXiYANpIiP Author: tb Date: 2026/07/26 12:53:11 tlsfuzzer: whitespace tweaks regress/lib/libssl/tlsfuzzer/tlsfuzzer.py commit rnmSv2awhKNrCNiI Author: tb Date: 2026/07/26 12:43:39 tlsfuzzer: remove unnecessary semicolon regress/lib/libssl/tlsfuzzer/tlsfuzzer.py commit 7FbdhCCnnLbkGbOy Author: rsadowski Date: 2026/07/26 11:03:26 Zap whitespace usr.sbin/relayd/relayd.conf.5 commit hGDHx13007X4jnZD Author: kettenis Date: 2026/07/26 10:25:31 Add missing break in lid action code. From Heyang Zhou. sys/arch/arm64/dev/aplsmc.c commit jemgdW5vRVd0qqQz Author: tb Date: 2026/07/26 09:41:33 pkg_add regress: the gcc15 test is no longer expected to fail regress/usr.sbin/pkg_add/Makefile commit KCSxuR9zkYg1oqOm Author: sthen Date: 2026/07/26 09:34:12 allow pkg_add to detect and break some endless loops with merge-sets. from espie. usr.sbin/pkg_add/OpenBSD/Dependencies.pm usr.sbin/pkg_add/OpenBSD/PkgAdd.pm commit nheOoqMxqECbEhK2 Author: nicm Date: 2026/07/26 09:20:54 Also set ntitles to 0 when creating screen in the first place. usr.bin/tmux/screen.c commit aiT5a3vbZ6VIDGJC Author: nicm Date: 2026/07/26 09:17:30 Reset title count when freeing titles, GitHub issue 5429 from Brett Smith. usr.bin/tmux/screen.c commit Q2L9LwlXna6rkD22 Author: nicm Date: 2026/07/26 09:02:08 Do not loop forever if the combining character is too long, GitHub issue 5434 from me at qdrs dot dev. usr.bin/tmux/screen-write.c usr.bin/tmux/tty-draw.c commit hEQbiiSycbX5qQf6 Author: chris Date: 2026/07/25 22:57:22 Exclude PCI-PCI bridge windows from acpidmar(4) with match based on header type This introduces acpipci_domain_to_seg() to translate OpenBSD's pci domains to ACPI segments for rare multi-segment machines (qemu) ok kettenis@ sys/arch/amd64/include/pci_machdep.h sys/arch/amd64/pci/acpipci.c sys/dev/acpi/acpidmar.c