Build date: 1780696803 - Fri Jun 5 22:00:03 UTC 2026 Build cvs date: 1780649587 - Fri Jun 5 08:53:07 UTC 2026 Build id: 2026-06-06.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/dev/softraid_crypto.c P sys/dev/pci/if_aq_pci.c M sys/dev/usb/uhidev.c P usr.bin/ssh/ed25519.c P usr.bin/ssh/ed25519.sh P usr.bin/ssh/session.c P usr.bin/ssh/sftp-server.c P usr.bin/tmux/cmd-list-keys.c P usr.bin/tmux/format.c P usr.bin/tmux/tmux.1 M usr.sbin/bgpd/session.c commit QK1F13UU9mdBvKih Author: djm Date: 2026/06/05 08:53:07 pass >9 commandline arguments to the internal-sftp server, previously they were silently dropped; reported by Steve Caffrey ok deraadt@ usr.bin/ssh/session.c commit ePXEdv5QQcaWTz7l Author: djm Date: 2026/06/05 08:48:43 avoid truncation of pathnames headed to lstat() for systems where PATH_MAX is not the actual max; reported by sahvx655-wq via GHPR688 usr.bin/ssh/sftp-server.c commit ZTy8ZCvLD2IsmHaF Author: asou Date: 2026/06/05 08:22:12 Tweak sr_crypto_create_key_disk() to match sr_crypto_read_key_disk(). ok yasuoka sys/dev/softraid_crypto.c commit vxaMhL38Mu1EqrY4 Author: nicm Date: 2026/06/05 08:04:03 Add a way to quote for command arguments and use for key in list-keys, GitHub issue 5153. usr.bin/tmux/cmd-list-keys.c usr.bin/tmux/format.c usr.bin/tmux/tmux.1 commit JHkKlXjjQPVW9ho4 Author: djm Date: 2026/06/05 06:51:02 rename a variable to be more accurate usr.bin/ssh/ed25519.c usr.bin/ssh/ed25519.sh commit YXpMFtx0ixEdspzt Author: jmatthew Date: 2026/06/05 05:06:10 Properly set up interrupts in multivec mode if we have multiple msix vectors but only one queue, making the driver work in uniprocessor kernels, including RAMDISK. problem reported by Lexi Winter ok dlg@ sys/dev/pci/if_aq_pci.c