Build date: 1774393203 - Tue Mar 24 23:00:03 UTC 2026 Build cvs date: 1774355495 - Tue Mar 24 12:31:35 UTC 2026 Build id: 2026-03-25.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-ramdisk.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P regress/usr.bin/ssh/hostbased.sh P sys/dev/dt/dt_dev.c M sys/dev/usb/uhidev.c P sys/kern/kern_pledge.c M usr.sbin/bgpd/session.c commit o5jebnCxYKzyOsg6 Author: dtucker Date: 2026/03/24 12:31:35 Use ~/.shosts for Hostbased test. regress/usr.bin/ssh/hostbased.sh commit WWn9xsqYMuK87SYC Author: dtucker Date: 2026/03/24 10:21:14 Ensure known_hosts file exists when setting up. regress/usr.bin/ssh/hostbased.sh commit jJRwWIkFm68OHraA Author: cludwig Date: 2026/03/24 09:11:56 dt: Deny enabling probes after recording starts Enabling more probes after recording starts using the DTIOCRECORD ioctl only puts these probes onto the ds_pcbs list, but not on the dtp_pcbs. Stopping the recording afterwards crashes. Do not allow to add more probes after recording started. For symmetry, also do not allow to remove probes either. ok mpi@ Reported-by: syzbot+1ee7b3d649b3fd543300@syzkaller.appspotmail.com sys/dev/dt/dt_dev.c commit tZHQTMYicNBHOyQO Author: deraadt Date: 2026/03/24 05:48:09 the array must be sorted for bsearch sys/kern/kern_pledge.c commit Le7F5FTzedEsNWA4 Author: dgl Date: 2026/03/24 05:38:44 Stop allowing stat("/etc/hosts") in pledge "dns". Only libc can read /etc/hosts under pledge "dns" now, so stat() succeeding based on the pledge is misleading. ok deraadt sys/kern/kern_pledge.c commit TObNCxZiTDHKDEIJ Author: dgl Date: 2026/03/24 01:03:11 Remove outdated comment. BYPASSUNVEIL is used inside __pledge_open only now. sys/kern/kern_pledge.c