Build date: 1770678003 - Mon Feb 9 23:00:03 UTC 2026 Build cvs date: 1770675345 - Mon Feb 9 22:15:45 UTC 2026 Build id: 2026-02-10.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 sys/arch/m88k/m88k/trap.c P sys/arch/sparc64/fpu/fpu.c P sys/arch/sparc64/sparc64/trap.c M sys/dev/usb/uhidev.c P sys/kern/exec_elf.c P sys/kern/kern_pledge.c P usr.bin/ssh/PROTOCOL P usr.bin/ssh/cipher-aesctr.c P usr.bin/ssh/monitor.h P usr.bin/ssh/ssh-pkcs11-client.c P usr.bin/ssh/ssh_config.5 P usr.bin/ssh/sshd-session.c P usr.bin/ssh/sshd.c P usr.bin/ssh/sshd_config.5 M usr.sbin/bgpd/session.c commit U62i0uhS8Y72Nevx Author: dtucker Date: 2026/02/09 22:15:45 De-underscore __inline__ to match -portable (and every other use of it in ssh). usr.bin/ssh/cipher-aesctr.c commit HYdcD8Yk4zGEljKJ Author: dtucker Date: 2026/02/09 22:12:48 Remove references to skey auth which is long gone. usr.bin/ssh/ssh_config.5 usr.bin/ssh/sshd_config.5 commit DI1zPNyQvcGhzBEV Author: dtucker Date: 2026/02/09 22:11:39 Remove OpenSSL includes that are no longer used, even when building with OPENSSL=yes. usr.bin/ssh/ssh-pkcs11-client.c commit nbUgaq9jxYugaEsz Author: dtucker Date: 2026/02/09 22:09:48 Use https for URLs. usr.bin/ssh/PROTOCOL commit rLrhejADqv25gvab Author: deraadt Date: 2026/02/09 21:58:27 uprintf() is the wrong way to show this error to a user's tty (I am not sure there is a right way) sys/kern/exec_elf.c commit JQDTRS7E2EHuxQ8j Author: dtucker Date: 2026/02/09 21:38:14 Remove OpenSSL includes, which are no longer used even when building with OPENSSL=yes. usr.bin/ssh/sshd-session.c commit ieEcQ8kJ7lM2TAhQ Author: dtucker Date: 2026/02/09 21:23:35 Remove now-unused SKEYQUERY enums from monitor_reqtype. usr.bin/ssh/monitor.h commit uN3WefGXpqMgi3Gq Author: dtucker Date: 2026/02/09 21:21:39 Remove now-unused openssl includes since sshd.c no longer needs them, even when built with OpenSSL. usr.bin/ssh/sshd.c commit tH3ZrtSXKicuReJK Author: deraadt Date: 2026/02/09 20:14:11 Delete pointless uprintf() which noone has ever seen, and which cannot grab the required KERNEL_LOCK anyways Discovered as consequence of mail from David Leadbeater ok miod kettenis sys/arch/m88k/m88k/trap.c sys/arch/sparc64/fpu/fpu.c sys/arch/sparc64/sparc64/trap.c commit Z3M935JWdhiPd3Di Author: deraadt Date: 2026/02/09 20:11:41 delete pledge_sysctl() printing of the failing mibs, because it truncates it's buffer, produces misleading output, and is pointless tty output, Like with other system calls failuress, the standard pledge_fail() tty output should lead the user to use ktrace which will provide an accurate view. discussed with bluhm sys/kern/kern_pledge.c