Build date: 1781388003 - Sat Jun 13 22:00:03 UTC 2026 Build cvs date: 1781383151 - Sat Jun 13 20:39:11 UTC 2026 Build id: 2026-06-14.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 distrib/special/libstubs/Makefile P lib/libc/hash/sha1.c P regress/sys/netinet/tcpthread/Makefile U regress/sys/netinet/tcpthread/dropstale.pl P regress/sys/netinet/tcpthread/tcpthread.c P sys/arch/octeon/dev/if_ogx.c M sys/dev/usb/uhidev.c P usr.bin/ssh/ssh-agent.c P usr.bin/tmux/cmd-choose-tree.c P usr.bin/tmux/cmd-join-pane.c P usr.bin/tmux/cmd-resize-pane.c P usr.bin/tmux/cmd-split-window.c P usr.bin/tmux/cmd-swap-pane.c P usr.bin/tmux/environ.c P usr.bin/tmux/format.c P usr.bin/tmux/input-keys.c P usr.bin/tmux/input.c P usr.bin/tmux/key-bindings.c P usr.bin/tmux/layout.c P usr.bin/tmux/mode-tree.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/tty-features.c P usr.bin/tmux/tty-term.c P usr.bin/tmux/window-client.c P usr.bin/tmux/window-clock.c P usr.bin/tmux/window-copy.c M usr.sbin/bgpd/session.c P usr.sbin/rpki-client/ccr.c P usr.sbin/rpki-client/cert.c commit 8fBZcoVqDWotS3gV Author: nicm Date: 2026/06/13 20:39:11 With mode-keys vi, keep cursor in the same position relative to the text when scrolling. GitHub issue 5216 from Arseniy Simonov. usr.bin/tmux/tmux.1 usr.bin/tmux/window-copy.c commit uxb1UnH0eTVrjiz0 Author: nicm Date: 2026/06/13 20:07:30 Add some missing const, from Jere Viikari. usr.bin/tmux/environ.c usr.bin/tmux/format.c usr.bin/tmux/input-keys.c usr.bin/tmux/input.c commit PTt0oOqCgvYcvE3L Author: nicm Date: 2026/06/13 20:03:10 Skip floating cells when moving to previous cell for resize of tiled cells. usr.bin/tmux/layout.c commit rqFlKcpNevDzEj14 Author: nicm Date: 2026/06/13 19:57:44 Make the resize keys always change right and bottom borders for floating panes which is more intuitive. usr.bin/tmux/key-bindings.c commit eHGQDbbQ0yWATGJi Author: job Date: 2026/06/13 19:17:59 Provide standards reference for signed object displacement/replay warning OK tb@ usr.sbin/rpki-client/cert.c commit v9loOHyUkhl0FHGe Author: job Date: 2026/06/13 19:16:14 Don't include ASPAs with too many providers in the CCR output Reported by Ties de Kock OK tb@ usr.sbin/rpki-client/ccr.c commit bdGnekTvgSSFxQ6V Author: nicm Date: 2026/06/13 18:30:16 Tidy up error messages from split-window. usr.bin/tmux/cmd-split-window.c usr.bin/tmux/layout.c commit KqwwJWTkuLUMj0Jh Author: nicm Date: 2026/06/13 18:06:01 Add move-pane -z to move a pane to a particular the z-index. usr.bin/tmux/cmd-join-pane.c usr.bin/tmux/tmux.1 commit XmavJ3ZOflMTu4vs Author: nicm Date: 2026/06/13 17:43:20 Add Z index positions to move-pane -P. usr.bin/tmux/cmd-join-pane.c usr.bin/tmux/key-bindings.c usr.bin/tmux/tmux.1 commit gCFtDO2gbWI3F9K2 Author: nicm Date: 2026/06/13 17:12:02 Add -P to move-pane to move a floating pane to a specific place (top-left, bottom-right). Get rid of the not-so-useful default { and } swap-pane bindings and use the keys instead for moving to top-left, top-right and add M-{ and M-} for bottom-left, bottom-right. usr.bin/tmux/cmd-join-pane.c usr.bin/tmux/key-bindings.c usr.bin/tmux/tmux.1 commit ihGnQevPYKU1qqrH Author: jsing Date: 2026/06/13 16:23:43 Enable SHA1_SMALL for libstubs. On amd64 this reduces the sha1.o text size by 5169 bytes. distrib/special/libstubs/Makefile commit V8d6IsLJTcUad0M9 Author: jsing Date: 2026/06/13 16:21:29 Provide a small SHA-1 implementation. This will be used to reduce code size on install media. ok tb@ lib/libc/hash/sha1.c commit JLpR2R11slSzJXmH Author: nicm Date: 2026/06/13 16:16:18 Add flags to move-pane to move floating panes around (-U, -D, -L, -R similar to resize-pane; -X, -Y similar to new-pane). usr.bin/tmux/cmd-join-pane.c usr.bin/tmux/cmd-resize-pane.c usr.bin/tmux/tmux.1 commit H7aXDklcS9eHzQvc Author: bluhm Date: 2026/06/13 13:16:43 Drop stale TCP connections in TIME_WAIT state after each test. Otherwise they accumulate and regress runs out of port numbers. regress/sys/netinet/tcpthread/Makefile regress/sys/netinet/tcpthread/dropstale.pl regress/sys/netinet/tcpthread/tcpthread.c commit iryf5RmIxAcmjN8R Author: nicm Date: 2026/06/13 13:07:12 Missed this one as well. usr.bin/tmux/window-client.c commit dZMdJBhvp56kwgCV Author: nicm Date: 2026/06/13 13:06:12 Use correct name for activity time. usr.bin/tmux/window-client.c commit p1eyERxOQDfyo1dH Author: kirill Date: 2026/06/13 11:48:05 sys/ogx: fix build without INET6 option Reported by Gabriel OK: kn@ sys/arch/octeon/dev/if_ogx.c commit Zx0N8EvFLq23z6zE Author: nicm Date: 2026/06/13 11:37:46 Remove some stray code from an old floating panes implementation, from Dane Jensen. usr.bin/tmux/cmd-swap-pane.c commit 5vbZfXwObxLmdOAf Author: nicm Date: 2026/06/13 10:32:54 Extend client mode so the preview can be changed to a view with a summary of the client terminal and its features, intended to make troubleshooting easier. "choose-client -i" or the "i" key in the mode. usr.bin/tmux/cmd-choose-tree.c usr.bin/tmux/mode-tree.c usr.bin/tmux/tmux.1 usr.bin/tmux/tmux.h usr.bin/tmux/window-client.c commit QyCrCO4c9fFIAt7Q Author: nicm Date: 2026/06/13 09:17:29 Add an I format modifier to get some bits of information about a client (terminal features, capabilities and environment). usr.bin/tmux/format.c usr.bin/tmux/tmux.1 usr.bin/tmux/tmux.h usr.bin/tmux/tty-features.c usr.bin/tmux/tty-term.c commit PJxAOv5GoAeZcqDe Author: nicm Date: 2026/06/13 08:59:52 Change relative time for now to only work in the past and not show a sign which is more useful. Also tidy up some minor style nits. usr.bin/tmux/cmd-split-window.c usr.bin/tmux/format.c usr.bin/tmux/tmux.1 usr.bin/tmux/window-clock.c usr.bin/tmux/window-copy.c commit gjEexUDfSPwCc0JK Author: djm Date: 2026/06/13 00:37:13 when replying to a "query" SSH_AGENTC_EXTENSION request, don't append an SSH_AGENT_SUCCESS to the reply to the query. bz3967 ok dtucker@ usr.bin/ssh/ssh-agent.c