Build date: 1787090403 - Tue Aug 18 22:00:03 UTC 2026 Build cvs date: 1787061731 - Tue Aug 18 14:02:11 UTC 2026 Build id: 2026-08-19.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/rc P etc/rc.d/lldpd P lib/libcrypto/man/s2i_ASN1_INTEGER.3 P lib/libssl/ssl_tlsext.c U sys/dev/pci/drm/include/asm/page.h P sys/dev/pci/drm/include/drm/drm_managed.h U sys/dev/pci/drm/include/kunit/static_stub.h U sys/dev/pci/drm/include/kunit/test.h U sys/dev/pci/drm/include/linux/auxiliary_bus.h U sys/dev/pci/drm/include/linux/compiler_types.h U sys/dev/pci/drm/include/linux/debugobjects.h P sys/dev/pci/drm/include/linux/dma-fence.h U sys/dev/pci/drm/include/linux/error-injection.h P sys/dev/pci/drm/include/linux/kernfs.h U sys/dev/pci/drm/include/linux/mempool.h P sys/dev/pci/drm/include/linux/mm.h P sys/dev/pci/drm/include/linux/mmu_notifier.h P sys/dev/pci/drm/include/linux/mmzone.h P sys/dev/pci/drm/include/linux/module.h P sys/dev/pci/drm/include/linux/nodemask.h P sys/dev/pci/drm/include/linux/numa.h P sys/dev/pci/drm/include/linux/pagemap.h P sys/dev/pci/drm/include/linux/pm_qos.h U sys/dev/pci/drm/include/linux/regmap.h P sys/dev/pci/drm/include/linux/shrinker.h P sys/dev/pci/drm/include/linux/smp.h U sys/dev/pci/drm/include/linux/sysctl.h P sys/dev/pci/drm/include/linux/timer.h P sys/dev/pci/drm/include/linux/uaccess.h P sys/dev/pci/drm/include/linux/xarray.h U sys/dev/pci/drm/include/linux/device/driver.h U sys/dev/pci/drm/include/trace/events/gpu_mem.h U sys/dev/pci/drm/include/uapi/linux/pci_regs.h M sys/dev/usb/uhidev.c P usr.bin/mandoc/mdoc.c P usr.bin/mandoc/read.c P usr.bin/tmux/cmd-source-file.c P usr.bin/tmux/control.c P usr.bin/tmux/server-fn.c P usr.bin/tmux/server.c P usr.bin/tmux/spawn.c P usr.bin/tmux/tmux.h P usr.bin/tmux/tty-keys.c P usr.bin/tmux/tty.c P usr.bin/vi/vi/v_txt.c M usr.sbin/bgpd/session.c U usr.sbin/rpki-client/version.h commit 1GytayuReRsZAsZF Author: schwarze Date: 2026/08/18 14:02:11 In mparse_open(), stop using the same local variable for two entirely distinct purposes. Instead, declare two different variables, each with an adequate type (const vs. non-const) and a more descriptive name. No functional change. Small style issue reported by gcc-16.1.1 on Fedora 44 via Xose Vazquez Perez . usr.bin/mandoc/read.c commit nLAfSKZ00WbwcZuj Author: schwarze Date: 2026/08/18 13:51:51 In mdoc_ptext(), stop confusingly declaring two pointers "const" that actually point into a non-const string that is sometimes modified in the function (to trim trailing whitespace). No functional change. Small style issue reported by gcc-16.1.1 on Fedora 44 via Xose Vazquez Perez . usr.bin/mandoc/mdoc.c commit DWCsepx2gztvbw6k Author: tb Date: 2026/08/18 11:27:46 s2i_ASN1_INTEGER.3: mark up second use of usr_data for consistency lib/libcrypto/man/s2i_ASN1_INTEGER.3 commit x2uOSC2bfAAlTHRs Author: nicm Date: 2026/08/18 09:01:20 Use DECRQM to detect mode 2026, from Michael Grant. usr.bin/tmux/tmux.h usr.bin/tmux/tty-keys.c usr.bin/tmux/tty.c commit xuXrNjHALOZJ0qCi Author: nicm Date: 2026/08/18 08:05:05 Change correct depth counter for source-file when used from hooks, GitHub issue 5437. usr.bin/tmux/cmd-source-file.c commit FDYfVrRCalBio30q Author: kn Date: 2026/08/18 07:45:17 lldpd does not reload There's no config file or HUP handler, so 'rcctl reload lldpd' kills it. OK job etc/rc.d/lldpd commit 38yQwuuoGMlpEYtI Author: nicm Date: 2026/08/18 07:43:44 When a pane is respawned, reset the control mode offsets. GitHub issue 5498 from Alex Rattray. usr.bin/tmux/control.c usr.bin/tmux/spawn.c usr.bin/tmux/tmux.h commit YEsZSH4uYnVUPewc Author: nicm Date: 2026/08/18 07:32:09 Correctly clear clients referring to a session with destroy-unattached, GitHub issue 5497 from Jeong, Heon. usr.bin/tmux/server-fn.c commit MBTnlCmEum3MPXBN Author: nicm Date: 2026/08/18 07:24:49 Restore umask if bind fails, from nachalsa at naver dot com. usr.bin/tmux/server.c commit TShDCGLWRr9N8YwT Author: job Date: 2026/08/18 07:04:24 Prepare for rpki-client 9.9 release usr.sbin/rpki-client/version.h commit NJMvCvM45zOaPXZt Author: tb Date: 2026/08/18 04:40:17 libssl: use correct alert for key_share without supported_groups Processing the key_share extension requires a supported_groups extension. RFC 9846, section 9.2 explicitly mandates a missing_extension alert in this situation, so use that instead of illegal_parameter. We do have code in tls13_client_hello_required_extensions() implementing the requirements on extensions of the relevant paragraph of that section with the corrrect alerts. The error in the extension processing happens before hitting these checks in this particular case. Reported by Tom Gouville of the tlspuffin team as part of https://github.com/libressl/portable/issues/1279 ok jsing kenjiro lib/libssl/ssl_tlsext.c commit 1eMhG8z1yE4WfkzA Author: jsg Date: 2026/08/18 03:38:30 add includes used by xe drm driver sys/dev/pci/drm/include/asm/page.h sys/dev/pci/drm/include/kunit/static_stub.h sys/dev/pci/drm/include/kunit/test.h sys/dev/pci/drm/include/linux/auxiliary_bus.h sys/dev/pci/drm/include/linux/compiler_types.h sys/dev/pci/drm/include/linux/error-injection.h sys/dev/pci/drm/include/linux/mempool.h sys/dev/pci/drm/include/linux/module.h sys/dev/pci/drm/include/linux/regmap.h sys/dev/pci/drm/include/linux/sysctl.h sys/dev/pci/drm/include/linux/device/driver.h sys/dev/pci/drm/include/trace/events/gpu_mem.h sys/dev/pci/drm/include/uapi/linux/pci_regs.h commit DZYuUgwVhLBoZodn Author: millert Date: 2026/08/18 02:00:00 Ensure numbering is repainted after completion redraw. Fixes screen corruption when using completion if line numbering is enabled. Otherwise, the completion area is redrawn without line numbers. From Jeffrey Johnson usr.bin/vi/vi/v_txt.c commit IduHMFYaZPpbTkqV Author: jsg Date: 2026/08/18 00:53:37 add indirect includes for xe drm driver sys/dev/pci/drm/include/drm/drm_managed.h sys/dev/pci/drm/include/linux/debugobjects.h sys/dev/pci/drm/include/linux/dma-fence.h sys/dev/pci/drm/include/linux/kernfs.h sys/dev/pci/drm/include/linux/mm.h sys/dev/pci/drm/include/linux/mmu_notifier.h sys/dev/pci/drm/include/linux/mmzone.h sys/dev/pci/drm/include/linux/nodemask.h sys/dev/pci/drm/include/linux/numa.h sys/dev/pci/drm/include/linux/pagemap.h sys/dev/pci/drm/include/linux/pm_qos.h sys/dev/pci/drm/include/linux/shrinker.h sys/dev/pci/drm/include/linux/smp.h sys/dev/pci/drm/include/linux/timer.h sys/dev/pci/drm/include/linux/uaccess.h sys/dev/pci/drm/include/linux/xarray.h commit MkULNImUPyagEbXk Author: deraadt Date: 2026/08/17 22:41:38 I noticed boot-time /tmp pruning could take a substantial amount of time. The purpose is two-fold, to remove cruft, and stop newly authenticated users from seeing it. Took about 20 drafts to get it right. The /tmp files are now pushed into a mktemp directory, then deleted async, except a few are removed immediately for the case of the filesystem being full. After daemon startup has completed, we wait for the removal job to complete (let's keep an eye on this, because it is possible we actually don't need to wait) draft iterations with millert, afresh1, and dgl etc/rc