Build date: 1782943202 - Wed Jul 1 22:00:02 UTC 2026 Build cvs date: 1782939218 - Wed Jul 1 20:53:38 UTC 2026 Build id: 2026-07-02.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-ptrace-revert.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P sbin/reboot/reboot.c M sys/dev/usb/uhidev.c P usr.bin/ssh/clientloop.c P usr.bin/ssh/sftp-server.c P usr.bin/ssh/ssh-keygen.1 P usr.bin/ssh/ssh-keygen.c P usr.bin/ssh/ssh.1 P usr.bin/ssh/ssh_config.5 P usr.bin/tmux/cmd-join-pane.c P usr.bin/tmux/cmd-list-keys.c P usr.bin/tmux/colour.c P usr.bin/tmux/format.c P usr.bin/tmux/layout-custom.c P usr.bin/tmux/layout-set.c P usr.bin/tmux/layout.c P usr.bin/tmux/screen-redraw.c P usr.bin/tmux/screen-write.c P usr.bin/tmux/server-client.c P usr.bin/tmux/spawn.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/tty-features.c P usr.bin/tmux/window.c P usr.sbin/bgpd/rde.c P usr.sbin/bgpd/rde.h P usr.sbin/bgpd/rde_decide.c P usr.sbin/bgpd/rde_peer.c P usr.sbin/bgpd/rde_rib.c M usr.sbin/bgpd/session.c P usr.sbin/httpd/Makefile cvs server: usr.sbin/httpd/control.c is no longer in the repository P usr.sbin/httpd/httpd.c P usr.sbin/httpd/httpd.h P usr.sbin/httpd/proc.c P usr.sbin/relayd/proc.c P usr.sbin/relayd/relayd.c P usr.sbin/relayd/relayd.h P usr.sbin/rpki-client/extern.h P usr.sbin/rpki-client/nca.c P usr.sbin/rpki-client/repo.c commit SywFQkkcDheI510d Author: nicm Date: 2026/07/01 20:53:38 move-pane needs -D. usr.bin/tmux/cmd-join-pane.c commit ToGTjuK6CCUxuNCJ Author: nicm Date: 2026/07/01 20:26:39 Revert previous, it is not the right change. usr.bin/tmux/format.c commit yEwpV0VNMwHWHOtm Author: nicm Date: 2026/07/01 20:18:05 Disable time expansion if expanding an inner format or more %s are needed. usr.bin/tmux/format.c commit 9CiKWvxO4HaG1bbq Author: martijn Date: 2026/07/01 18:15:46 Remove support for control socket. There's no httpctl, and no known plans to implement it. OK rsadowski@, kirill@ usr.sbin/httpd/Makefile usr.sbin/httpd/httpd.c usr.sbin/httpd/httpd.h usr.sbin/httpd/proc.c commit pNKPQwgbEgE1TCqB Author: martijn Date: 2026/07/01 18:11:44 Similar to a recent commit in vmd, remove ps_rcsocks from proc.s, which is unused. OK rsadowski@, kirill@ usr.sbin/relayd/proc.c usr.sbin/relayd/relayd.c usr.sbin/relayd/relayd.h commit GOEIFzTZQv5CeJRK Author: nicm Date: 2026/07/01 16:43:15 Change layout sets to build the layout using the new mechanics, from Dane Jensen. usr.bin/tmux/layout-custom.c usr.bin/tmux/layout-set.c usr.bin/tmux/layout.c usr.bin/tmux/spawn.c usr.bin/tmux/tmux.h usr.bin/tmux/window.c commit EX3Q7qWO7pW8BnVD Author: nicm Date: 2026/07/01 15:44:13 Instead of fully redrawing the pane when sync ends, only redraw lines that have been changed. usr.bin/tmux/screen-redraw.c usr.bin/tmux/screen-write.c usr.bin/tmux/tmux.h usr.bin/tmux/window.c commit iEp5ePv2DNHSyBNa Author: nicm Date: 2026/07/01 13:12:17 Add a couple of format c/f and c/b to emit colours. usr.bin/tmux/cmd-list-keys.c usr.bin/tmux/colour.c usr.bin/tmux/format.c usr.bin/tmux/tmux.1 usr.bin/tmux/tmux.h commit h365cGZks87p2EX8 Author: job Date: 2026/07/01 11:09:12 Use macro instead of hardcoding the name of the file containing NCA history OK tb@ usr.sbin/rpki-client/extern.h usr.sbin/rpki-client/nca.c usr.sbin/rpki-client/repo.c commit e9FnDSb2S1aMJLUD Author: claudio Date: 2026/07/01 09:53:47 Pass peer to rde_enqueue_updates() to enqueue updates on. This allows withdraws to be queued on the peer that caused them and not on peerself. Also only enqueue a rib entry once and try to keep FIFO order. Before every call to rde_enqueue_updates() would requeue the rib entry at the end of the list. Doing this requeue could delay updates for long time. Further optimisation may need to happen here. OK tb@ usr.sbin/bgpd/rde.c usr.sbin/bgpd/rde.h usr.sbin/bgpd/rde_decide.c usr.sbin/bgpd/rde_peer.c usr.sbin/bgpd/rde_rib.c commit shfAF8qb5VtaGhyk Author: nicm Date: 2026/07/01 07:48:48 Do not draw to tty if PANE_REDRAW has been set since it is just going to be replaced. usr.bin/tmux/screen-write.c commit RDZv4uPECw0HRahh Author: nicm Date: 2026/07/01 06:17:58 Add overline for ghostty also, GitHub issue 5309. usr.bin/tmux/tty-features.c commit 705aXkM4NN0dkfgI Author: djm Date: 2026/07/01 01:14:39 more missing mldsa44-ed25519, based on GHPR696 from Loganaden Velvindron usr.bin/ssh/ssh-keygen.1 commit xQSnZw5OHNQcbaAJ Author: djm Date: 2026/07/01 01:08:51 whitespace usr.bin/ssh/clientloop.c commit Ysv2WeEL3S4r7gZR Author: djm Date: 2026/07/01 01:06:54 simplify SIGINFO output: remove list of active channels (too verbose) and just display destination and connection duration; requested deraadt@ usr.bin/ssh/clientloop.c commit SjxayKs91dUMytMo Author: djm Date: 2026/07/01 00:52:31 Tighten up the introduction a little: Mention Match as a conditional directive (previously it only mentioned Host) Try to use consistent language in the introduction to refer to configuration directives (previously it used "parameters" and "keywords" interchangeably). Mention that comments may appear at the end of the line too, and that whitespace at the beginning/end of lines is not significant. usr.bin/ssh/ssh_config.5 commit ajxpd1e229SW0na0 Author: dtucker Date: 2026/07/01 00:52:23 Move negative-FD checks to before first use. CID 909998, ok djm@ usr.bin/ssh/sftp-server.c commit a9cfUawAODUC77eb Author: jsg Date: 2026/07/01 00:41:33 fix openlog() arguments, LOG_CONS should not be or'd into facility from Ricardo Branco sbin/reboot/reboot.c commit cNxzNaDCV490GBoM Author: djm Date: 2026/07/01 00:04:46 ssh -o doesn't support Host or Include options, they are only valid in the config file. bz3968 from xspielinbox usr.bin/ssh/ssh.1 commit YZCexVxKC6KhzGmF Author: djm Date: 2026/06/30 23:55:32 mention mldsa44-ed25519 in usage(); based on GHPR695 from Loganaden Velvindron usr.bin/ssh/ssh-keygen.c commit BZP6u3QubquoqrQP Author: nicm Date: 2026/06/30 22:48:12 And some other indentation. usr.bin/tmux/server-client.c commit ct7b5DtwidsgN3gd Author: nicm Date: 2026/06/30 22:44:21 Fix some indentation. usr.bin/tmux/server-client.c