Build date: 1784325603 - Fri Jul 17 22:00:03 UTC 2026 Build cvs date: 1784314602 - Fri Jul 17 18:56:42 UTC 2026 Build id: 2026-07-18.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 U etc/signify/openbsd-81-base.pub P lib/libcrypto/evp/bio_b64.c P lib/libssl/man/SSL_CTX_set_options.3 P regress/lib/libc/time/time_conversion/timetest.c P sys/arch/octeon/dev/cn30xxsmi.c P sys/arch/octeon/octeon/cn3xxx.dts P sys/arch/octeon/octeon/cn3xxx_dts.S P sys/dev/fdt/gpioleds.c M sys/dev/usb/uhidev.c P sys/net/pipex.c P sys/netinet/ip_input.c P sys/netinet/ip_ipsp.c P sys/netinet/ip_ipsp.h P sys/netinet/ip_output.c P sys/netinet/ip_var.h P sys/netinet/udp_usrreq.c P usr.bin/tmux/cmd-find.c P usr.bin/tmux/cmd-join-pane.c P usr.bin/tmux/cmd-refresh-client.c P usr.bin/tmux/cmd-run-shell.c P usr.bin/tmux/cmd-select-pane.c P usr.bin/tmux/cmd.c P usr.bin/tmux/control.c P usr.bin/tmux/resize.c P usr.bin/tmux/screen-redraw.c P usr.bin/tmux/server-client.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/tty.c P usr.bin/tmux/window-border.c P usr.bin/tmux/window-panes.c P usr.bin/tmux/window.c M usr.sbin/bgpd/session.c P usr.sbin/vmd/priv.c P usr.sbin/vmd/virtio.c P usr.sbin/vmd/vm.c P usr.sbin/vmd/vmd.c P usr.sbin/vmd/vmd.h P usr.sbin/vmd/vmm.c commit NkP416OAgSUkBhPP Author: millert Date: 2026/07/17 18:56:42 Alberta moved to permanent -06 on 2026-06-18, update test data regress/lib/libc/time/time_conversion/timetest.c commit bO3tN2UvHV5bj9ac Author: bluhm Date: 2026/07/17 18:51:29 Use uint32_t for ipsecflowinfo. Type of ipsecflowinfo was mixture of uint32_t, u_int32_t and int. Convert to uint32_t consistently. OK mvs@ sys/net/pipex.c sys/netinet/ip_input.c sys/netinet/ip_ipsp.c sys/netinet/ip_ipsp.h sys/netinet/ip_output.c sys/netinet/ip_var.h sys/netinet/udp_usrreq.c commit OGbivEDN7jgbzYda Author: nicm Date: 2026/07/17 16:03:15 Prevent display-panes from shifting the active pane scroll position by copying the screen from before zoom, also do not let resize consume blank lines. usr.bin/tmux/tmux.h usr.bin/tmux/window-panes.c usr.bin/tmux/window.c commit BTbZylEbX5QIjF74 Author: nicm Date: 2026/07/17 15:24:30 Add some missing calls to invalidate scene. usr.bin/tmux/cmd-join-pane.c commit O0DnCnkUueLcU8tm Author: visa Date: 2026/07/17 13:26:11 octsmi: Find multi-PHY parent sys/arch/octeon/dev/cn30xxsmi.c commit 6t9KOOhfHnVYbgwz Author: visa Date: 2026/07/17 13:11:40 octeon: Regenerate cn3xxx_dts.S Regenerate the built-in device tree blob source using current dtc. No change in the blob. sys/arch/octeon/octeon/cn3xxx.dts sys/arch/octeon/octeon/cn3xxx_dts.S commit I2NLN2KeKdSQB42i Author: dv Date: 2026/07/17 13:09:18 vmd(8): disambiguate fd variable naming Split out fd tracking in the global "struct vmd" instance with explicit names to not reuse the same one for storing semantically different fds. Some vmd processes were using .vmd_fd to track the open /dev/vmm while another used it for a socket(2) instance for ioctls. This makes it hard to reason about and future changes harder to review. No intended behavioral change. Testing help from Mischa Peters. ok @hshoexer usr.sbin/vmd/priv.c usr.sbin/vmd/virtio.c usr.sbin/vmd/vm.c usr.sbin/vmd/vmd.c usr.sbin/vmd/vmd.h usr.sbin/vmd/vmm.c commit HiijxbRvjX2s3r95 Author: nicm Date: 2026/07/17 12:42:51 Remove the active-pane flag for now, there are some gaps in how this works and I don't like it. May come back in a different form (maybe just for windows). usr.bin/tmux/cmd-find.c usr.bin/tmux/cmd-run-shell.c usr.bin/tmux/cmd-select-pane.c usr.bin/tmux/screen-redraw.c usr.bin/tmux/server-client.c usr.bin/tmux/tmux.1 usr.bin/tmux/tmux.h usr.bin/tmux/tty.c usr.bin/tmux/window-border.c commit vIJJKomex7vfxhAQ Author: kenjiro Date: 2026/07/17 12:41:52 Remove redundant BIO_write() length assertions in b64_write() b64_write() asserted that BIO_write() does not return more bytes than requested in two places. Other BIO_write() call sites do not make this check, and there is no special handling here that depends on asserting this condition. ok tb@ beck@ joshua@ lib/libcrypto/evp/bio_b64.c commit RgrhsdhumLEqRALx Author: kenjiro Date: 2026/07/17 12:34:25 Remove stale SECURE RENEGOTIATION reference SSL_CTX_set_options(3) no longer has a SECURE RENEGOTIATION section, but SSL_OP_LEGACY_SERVER_CONNECT still referenced it. Replace the dangling cross reference with a note that the option is no longer set by default. ok tb@ beck@ lib/libssl/man/SSL_CTX_set_options.3 commit nmEkTPMjciBun5Ux Author: jsg Date: 2026/07/17 11:02:30 avoid free with bad arg when trigger_len is <= 0 ok kettenis@ sys/dev/fdt/gpioleds.c commit MydnYriENpnrQf5R Author: nicm Date: 2026/07/17 08:37:29 Move per-client window sizes into control.c since the only user is for control mode. usr.bin/tmux/cmd-refresh-client.c usr.bin/tmux/control.c usr.bin/tmux/resize.c usr.bin/tmux/server-client.c usr.bin/tmux/tmux.h commit v1V84StPVugYk65o Author: nicm Date: 2026/07/17 08:29:34 Change %% to escape single quotes (%1 remains with no quoting and %% with double quotes) to avoid a single quote being able to terminate quoted sections of commands. Fixes unexpected behaviour with session names containing single quotes reported by Aliz Hammond. usr.bin/tmux/cmd.c commit rpnjbURRoBE7K8UI Author: nicm Date: 2026/07/17 08:13:23 Clear cfg_client if the client is destroyed to prevent UAF found by Ilya Grigoriev. usr.bin/tmux/server-client.c commit 54MQ7chPYopFuOuR Author: deraadt Date: 2026/07/16 22:03:31 base key for 81 etc/signify/openbsd-81-base.pub cvs server: distrib/sets/lists/xbase/md.loongson is no longer in the repository cvs server: distrib/sets/lists/xetc/md.loongson is no longer in the repository cvs server: distrib/sets/lists/xfont/md.loongson is no longer in the repository cvs server: distrib/sets/lists/xserv/md.loongson is no longer in the repository cvs server: distrib/sets/lists/xshare/md.loongson is no longer in the repository P driver/Makefile commit 0I7AVaVqlUkvVmz7 Author: matthieu Date: 2026/07/17 05:38:11 Retire loongson from Xenocara. driver/Makefile