Build date: 1785362402 - Wed Jul 29 22:00:02 UTC 2026 Build cvs date: 1785357800 - Wed Jul 29 20:43:20 UTC 2026 Build id: 2026-07-30.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 lib/libc/gen/login_cap.3 P lib/libc/gen/login_cap.c P regress/lib/libc/timingsafe/timingsafe.c P regress/lib/libcrypto/x509/verify.c P sys/dev/acpi/acpidmar.c P sys/dev/pci/pcidevs P sys/dev/pci/pcidevs.h P sys/dev/pci/pcidevs_data.h P sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h M sys/dev/usb/uhidev.c P usr.bin/tmux/format.c P usr.bin/tmux/grid-reader.c P usr.bin/tmux/grid.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/window-copy.c P usr.bin/tmux/window-panes.c P usr.bin/tmux/window.c M usr.sbin/bgpd/session.c P usr.sbin/ntpd/constraint.c P usr.sbin/ntpd/control.c P usr.sbin/ntpd/ntp.c P usr.sbin/ntpd/ntp_dns.c P usr.sbin/ntpd/ntpd.c P usr.sbin/ocspcheck/ocspcheck.c P usr.sbin/ractl/ractl.c P usr.sbin/rad/control.c P usr.sbin/rad/engine.c P usr.sbin/rad/frontend.c P usr.sbin/rad/rad.c P usr.sbin/relayd/hce.c P usr.sbin/relayd/relay.c P usr.sbin/relayd/relayd.c P usr.sbin/vmctl/main.c P usr.sbin/vmd/atomicio.c P usr.sbin/vmd/control.c P usr.sbin/vmd/loadfile_elf.c P usr.sbin/vmd/proc.c P usr.sbin/vmd/vioblk.c P usr.sbin/vmd/vionet.c P usr.sbin/vmd/vioqcow2.c P usr.sbin/vmd/vioscsi.c P usr.sbin/vmd/virtio.c P usr.sbin/vmd/vm.c P usr.sbin/vmd/vmm.c commit mKhT8AydRebAU87Y Author: nicm Date: 2026/07/29 20:43:20 Fix unzoomed width when scrollbars are hidden. usr.bin/tmux/format.c commit uYyhIAcZWMqypwdt Author: dv Date: 2026/07/29 20:01:46 vmd(8): validate qcow2 l1 table extents before allocation. Report and diff by Andrew Griffiths. ok hshoexer@ usr.sbin/vmd/vioqcow2.c commit EvdmvavgLV9ZX2el Author: dv Date: 2026/07/29 19:52:49 vmd(8): restrict qcow2 cluster shifts at parse time. Qcow2 minimum is 9 (512 bytes). Cap a maximum at 21 (2 MiB). Report and diff by Andrew Griffiths. ok hshoexer@ usr.sbin/vmd/vioqcow2.c commit ZZGRQQ5L12gLbpiw Author: dv Date: 2026/07/29 19:42:21 vmd(8): reject short qcow2 l2 metadata reads. Prevents use of partially initialized buffer if the read is short. Report and diff by Andrew Griffiths. ok hshoexer@ usr.sbin/vmd/vioqcow2.c commit cxG1APIcGaAfOSSw Author: dv Date: 2026/07/29 19:08:54 vmd(8): cap ELF section string table allocations. Report and diff by Andrew Griffiths. ok hshoexer@ usr.sbin/vmd/loadfile_elf.c commit zbVh07eeOInnxwrW Author: nicm Date: 2026/07/29 17:42:56 Correctly skip padding at end of line, GitHub issue 5411. usr.bin/tmux/grid-reader.c usr.bin/tmux/grid.c usr.bin/tmux/tmux.h usr.bin/tmux/window-copy.c commit Q8ZkDSGeI35LmdDy Author: dv Date: 2026/07/29 16:57:06 vmd(8): validate ELF32 section names before string table lookup. Report and diff by Andrew Griffiths. ok hshoexer@ usr.sbin/vmd/loadfile_elf.c commit XmZgeYBL4yhmWhHq Author: claudio Date: 2026/07/29 14:06:55 Convert ntpd to use imsgbuf_get. Also convert some trivial messages to use imsg_get_data. OK florian@ usr.sbin/ntpd/constraint.c usr.sbin/ntpd/control.c usr.sbin/ntpd/ntp.c usr.sbin/ntpd/ntp_dns.c usr.sbin/ntpd/ntpd.c commit Fe46zVytwVnQp8L2 Author: nicm Date: 2026/07/29 14:06:32 Add a flag to turn off scrollbars for display-panes; GitHub issue 5440 from David Marte. usr.bin/tmux/tmux.h usr.bin/tmux/window-panes.c usr.bin/tmux/window.c commit QnibyjQ4nMCjNaQk Author: claudio Date: 2026/07/29 13:32:50 Convert to imsgbuf_get OK dv@ usr.sbin/vmctl/main.c commit 3xwo7VNnmVaxFr0X Author: claudio Date: 2026/07/29 13:32:18 Convert vmd over to imsgbuf_get. OK dv@ usr.sbin/vmd/atomicio.c usr.sbin/vmd/control.c usr.sbin/vmd/proc.c usr.sbin/vmd/vioblk.c usr.sbin/vmd/vionet.c usr.sbin/vmd/vioscsi.c usr.sbin/vmd/virtio.c usr.sbin/vmd/vm.c usr.sbin/vmd/vmm.c commit Adda8cggPbilNFOm Author: rsadowski Date: 2026/07/29 12:47:24 relayd: Use imsg_get_data(3) to access imsg-data and add error handling Hint and OK tb usr.sbin/relayd/hce.c usr.sbin/relayd/relay.c commit hQ8uER6WynASltKy Author: rsadowski Date: 2026/07/29 12:38:44 relayd: Use imsg_get_type(3) to get imsg type OK tb usr.sbin/relayd/relayd.c commit fj6JctKGJFrlcrF1 Author: claudio Date: 2026/07/29 11:06:18 Switch rad and ractl to use imsgbuf_get. Trivial conversion since the imsg_get return value is only used to check for error and an empty queue. OK florian@ usr.sbin/ractl/ractl.c usr.sbin/rad/control.c usr.sbin/rad/engine.c usr.sbin/rad/frontend.c usr.sbin/rad/rad.c commit Pe0TcU0KnzlaItLs Author: claudio Date: 2026/07/29 11:01:02 Exclude LOGIN_SETXDGENV from flags when pwd is NULL This follows LOGIN_SETGROUP and LOGIN_SETLOGIN which do the same. Calling setusercontext with a NULL pwd argument should not cause a crash. Skipping LOGIN_SETXDGENV in this case is fine since the combination of now pwd entry and LOGIN_SETXDGENV makes no sense. Documentation change suggested by deraadt@ OK jca@ lib/libc/gen/login_cap.3 lib/libc/gen/login_cap.c commit OpsdE3vdC27zRohb Author: hshoexer Date: 2026/07/29 09:30:56 acpidmar(4): Move debug printf to show the actual mapping ok mlarkin@ sys/dev/acpi/acpidmar.c commit Hl1AWrKeUgZQiI0x Author: nicm Date: 2026/07/29 08:58:33 Fix #1 -> #{1} in tmux1, from Rasmus Thystrup Karstensen. usr.bin/tmux/tmux.1 commit 5EwojzhG8Lq5vO7J Author: jsg Date: 2026/07/29 02:41:04 regen sys/dev/pci/pcidevs.h sys/dev/pci/pcidevs_data.h commit wc0lBSXZsSEncJGy Author: jsg Date: 2026/07/29 02:40:09 add a Navi 33 id 748b rev 00 is Radeon Pro W7500M found in AMD Software: Adrenalin Edition 26.7.1 sys/dev/pci/pcidevs sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h commit d2I51NuWBmpUwMEy Author: tb Date: 2026/07/29 02:27:31 ocspcheck: make validate_response() static, it's only used in this file usr.sbin/ocspcheck/ocspcheck.c commit JLgGUjd8GbMVThAS Author: tb Date: 2026/07/29 02:16:37 timingsafe test: make check() static regress/lib/libc/timingsafe/timingsafe.c commit WQmamndo8W8VzGQP Author: tb Date: 2026/07/29 02:08:31 verify test: print size_t with %zu regress/lib/libcrypto/x509/verify.c commit UmwylbgS2n0uzCGz Author: jsg Date: 2026/07/29 01:47:42 more Navi 44 revisions 7590 rev cf is Radeon RX 9050 7590 rev df is Radeon RX 9050 4GB from Ranjith Ramakrishnan in AMD's ROCm/TheRock git repository sys/dev/pci/drm/amd/amdgpu/amdgpu_devlist.h