Build date: 1780869603 - Sun Jun 7 22:00:03 UTC 2026 Build cvs date: 1780862716 - Sun Jun 7 20:05:16 UTC 2026 Build id: 2026-06-08.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 etc/moduli P lib/libcrypto/ec/ec_convert.c P lib/libssl/ssl_kex.c P lib/libtls/man/tls_conn_version.3 P lib/libutil/fmt_scaled.c P regress/lib/libutil/fmt_scaled/fmt_test.c P regress/sys/arch/amd64/dump_tables/dump_tables.c P sys/dev/i2c/ihidev.c P sys/dev/ic/qwz.c M sys/dev/usb/uhidev.c P usr.bin/ssh/ed25519.c P usr.bin/ssh/ed25519.sh U usr.bin/ssh/moduli-gen/moduli.2048 U usr.bin/ssh/moduli-gen/moduli.3072 U usr.bin/ssh/moduli-gen/moduli.4096 U usr.bin/ssh/moduli-gen/moduli.6144 U usr.bin/ssh/moduli-gen/moduli.7680 U usr.bin/ssh/moduli-gen/moduli.8192 P usr.bin/tmux/cmd-capture-pane.c P usr.bin/tmux/cmd-join-pane.c P usr.bin/tmux/cmd-kill-session.c P usr.bin/tmux/cmd-split-window.c P usr.bin/tmux/cmd-swap-pane.c P usr.bin/tmux/grid.c P usr.bin/tmux/key-bindings.c P usr.bin/tmux/layout.c P usr.bin/tmux/options-table.c P usr.bin/tmux/server-client.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h M usr.sbin/bgpd/session.c commit YF2TtguMGZUzNIaX Author: nicm Date: 2026/06/07 20:05:16 Move checking of whether the cursor is visible inside the if so that it always hits the calculation of the oy offset when the status line is at the top. From Michael Grant. usr.bin/tmux/server-client.c commit 5x34ZrPy0bY647W8 Author: nicm Date: 2026/06/07 20:03:02 Add -H flag to capture-pane to show hyperlinks. usr.bin/tmux/cmd-capture-pane.c usr.bin/tmux/grid.c usr.bin/tmux/tmux.1 usr.bin/tmux/tmux.h commit ztgG7xDDSP0HJU5P Author: deraadt Date: 2026/06/07 16:29:28 sadly attach functions cannot indicate failure (until we eventually fix that), so the device node remains inact (but broken). Strange callbacks (like activate for suspend/resume) need to detect this situation in a device-dependent way for now. Do that here. ok kettenis sys/dev/i2c/ihidev.c commit 9YsmIVNX97ALIIMl Author: nicm Date: 2026/06/07 16:23:05 Add -L to show line numbers with capture-pane and -F to show line flags. usr.bin/tmux/cmd-capture-pane.c usr.bin/tmux/tmux.1 commit kewnANIybzsfhwNx Author: mglocker Date: 2026/06/07 16:13:08 Enable suspend/resume for qwz(4). Tested by me on the SGB4E (arm64) and the T40 (arm64) by deraadt@. ok kettenis@ sys/dev/ic/qwz.c commit LJQFxtNB0n4cOFbh Author: nicm Date: 2026/06/07 14:41:27 Clear entire lines when removing from history or freeing. usr.bin/tmux/grid.c commit 13Uc9jaWgrmTLfzV Author: deraadt Date: 2026/06/07 14:22:07 Adapt to random direct map by also extracting pmap_direct_base with nlist issue spotted by anton; discussion with mlarkin and guenther regress/sys/arch/amd64/dump_tables/dump_tables.c commit XevGp4jQqJS0UeYo Author: nicm Date: 2026/06/07 14:11:20 Redraw entire session when making a new pane. usr.bin/tmux/cmd-split-window.c commit mzINGa1uprMsUG2n Author: nicm Date: 2026/06/07 13:51:42 Add -g flag to kill-session to kill all sessions in a group, GitHub issue 5157 from github at jiku dot jp. usr.bin/tmux/cmd-kill-session.c usr.bin/tmux/tmux.1 commit yl1Gu8u2IeTAa1sP Author: nicm Date: 2026/06/07 13:37:39 Add some additional environment variables needed for Wayland, from shbernal dot 01 at gmail dot com. usr.bin/tmux/options-table.c commit qKq4uSmGMi91aY4s Author: nicm Date: 2026/06/07 13:29:16 Tweak previous. usr.bin/tmux/cmd-split-window.c commit 8yGxlFrkqxBYYbI9 Author: nicm Date: 2026/06/07 13:15:28 Add -E to split-window to explicitly make an empty pane rather than requiring an empty command. usr.bin/tmux/cmd-split-window.c usr.bin/tmux/tmux.1 commit Z0br4FnBZP8DuZpv Author: tb Date: 2026/06/07 12:06:30 tls_conn_version: add missing .Pp in HISTORY lib/libtls/man/tls_conn_version.3 commit yXjnI11tH4RreuZU Author: tb Date: 2026/06/07 11:17:15 ec_convert: point_conversion_t -> point_conversion_form_t in a comment lib/libcrypto/ec/ec_convert.c commit yVwWgVf825m2caqw Author: nicm Date: 2026/06/07 09:54:25 Allow floating panes to be created partially off the window, based on a change from Michael Grant. usr.bin/tmux/cmd-join-pane.c usr.bin/tmux/cmd-split-window.c usr.bin/tmux/layout.c commit 2JHNPWFMG9ZBMJxD Author: dtucker Date: 2026/06/07 08:50:17 Make crypto_sign_ed25519_keypair_from_seed() static to prevent compiler warnings since it's only used within ed25519.c. usr.bin/ssh/ed25519.c usr.bin/ssh/ed25519.sh commit oixeLpQUfknYpevx Author: nicm Date: 2026/06/07 08:25:59 Enable floating panes. These are panes which sit above the layout ("tiled panes") like popups but unlike popups are not modal and behave like panes (so the same escape sequence support). Floating panes are created with the "new-pane" command, bound to * by default. Currently floating panes can only be moved and resized using the mouse. The default second status line (if "status-format" is set to 2) has changed to show a list of panes. This is the first step and many obvious features are not yet complete (notably the ability to swap floating panes, resize them using resize-pane, change them between floating and tiles, and restore custom layouts with floating panes). Mostly written by Michael Grant with help from Dane Jensen. usr.bin/tmux/cmd-split-window.c usr.bin/tmux/key-bindings.c usr.bin/tmux/tmux.1 commit rK9Ro7mFFGJdiMpw Author: nicm Date: 2026/06/07 08:22:58 Do not allow swapping floating panes for the moment. usr.bin/tmux/cmd-swap-pane.c commit wIcdm1Me89riqspq Author: dtucker Date: 2026/06/07 08:21:07 Import updated modili etc/moduli usr.bin/ssh/moduli-gen/moduli.2048 usr.bin/ssh/moduli-gen/moduli.3072 usr.bin/ssh/moduli-gen/moduli.4096 usr.bin/ssh/moduli-gen/moduli.6144 usr.bin/ssh/moduli-gen/moduli.7680 usr.bin/ssh/moduli-gen/moduli.8192 commit 8xqEVopP3j4i4JWD Author: tb Date: 2026/06/07 02:36:04 ssl_kex: include ssl_local.h lib/libssl/ssl_kex.c commit 7xTj0Bshn6X8vMvC Author: djm Date: 2026/06/06 23:53:59 whitespace lib/libutil/fmt_scaled.c commit 9jmkWYXavHeoltIU Author: djm Date: 2026/06/06 23:50:28 extend regress test for large exponents. Loosely based on ones in https://github.com/openssh/openssh-portable/pull/671/ regress/lib/libutil/fmt_scaled/fmt_test.c commit oznzDs0MaUT3FEqO Author: djm Date: 2026/06/06 23:49:25 rearrange scan_scaled(3) ordering of multiplications and divisions to better preserve accuracy for large exponents. From metsw24-max via https://github.com/openssh/openssh-portable/pull/671/ ok tb@ lib/libutil/fmt_scaled.c P MODULES P xserver/ChangeLog P xserver/configure P xserver/configure.ac P xserver/meson.build P xserver/meson_options.txt P xserver/Xi/xipassivegrab.c P xserver/glx/single2.c P xserver/glx/single2swap.c P xserver/include/closestr.h P xserver/os/Makefile.in P xserver/present/present_notify.c P xserver/xkb/XKBGAlloc.c P xserver/xkb/xkb.c P xserver/xkb/xkbtext.c commit 32xsSwMwImajCbtf Author: matthieu Date: 2026/06/07 09:32:13 update MODULES commit ElJTD7MqFdZ4N9SG Author: matthieu Date: 2026/06/07 09:11:54 Update to xserver 21.1.23 xserver/ChangeLog xserver/configure xserver/configure.ac xserver/meson.build xserver/meson_options.txt xserver/Xi/xipassivegrab.c xserver/glx/single2.c xserver/glx/single2swap.c xserver/include/closestr.h xserver/os/Makefile.in xserver/present/present_notify.c xserver/xkb/XKBGAlloc.c xserver/xkb/xkb.c xserver/xkb/xkbtext.c