Build date: 1781992803 - Sat Jun 20 22:00:03 UTC 2026 Build cvs date: 1781963113 - Sat Jun 20 13:45:13 UTC 2026 Build id: 2026-06-21.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 regress/usr.bin/make/Makefile U regress/usr.bin/make/mk44 P sys/arch/octeon/conf/GENERIC P sys/arch/octeon/conf/RAMDISK P sys/dev/pci/drm/radeon/radeon_drv.c P sys/dev/pci/drm/radeon/radeon_fbdev.c M sys/dev/usb/uhidev.c P sys/miscfs/fuse/fuse_device.c P sys/miscfs/fuse/fuse_file.c P sys/miscfs/fuse/fuse_lookup.c P sys/miscfs/fuse/fuse_vfsops.c P sys/miscfs/fuse/fuse_vnops.c P sys/miscfs/fuse/fusefs.h P usr.bin/make/parsevar.c P usr.bin/tmux/cmd-list-keys.c P usr.bin/tmux/tmux.1 M usr.sbin/bgpd/session.c P usr.sbin/dhcpd/parse.c P usr.sbin/httpd/server_file.c P usr.sbin/ypbind/ypbind.c commit XQRK5qLuSvdYXxS0 Author: helg Date: 2026/06/20 13:45:13 Replace all printf with DPRINTF so that kernel messages are only printed if the FUSE_DEBUG option is set at compile time. Each debug message on the console is prefexed with "fusefs: " Remove the useless fuse_dump_buff() function while we are at it. ok mlarkin sys/miscfs/fuse/fuse_device.c sys/miscfs/fuse/fuse_file.c sys/miscfs/fuse/fuse_lookup.c sys/miscfs/fuse/fuse_vfsops.c sys/miscfs/fuse/fuse_vnops.c sys/miscfs/fuse/fusefs.h commit ehwYTIsV7QK2V1we Author: jsg Date: 2026/06/20 13:40:18 setup the radeondrm wscons burner task, lost in 6.18 drm changes avoids a NULL deref when wscons screen burner is enabled reported by al and Philippe on bugs@ sys/dev/pci/drm/radeon/radeon_drv.c sys/dev/pci/drm/radeon/radeon_fbdev.c commit 9H0he5vaTtMD5miR Author: deraadt Date: 2026/06/20 11:29:43 incorrect path checking in ypbindproc_domain_2x found by Christian Schwabl ok millert usr.sbin/ypbind/ypbind.c commit H1SkuoV1GMP69SW7 Author: kirill Date: 2026/06/20 11:07:49 sys/octeon: add em to GENERIC and RAMDISK kernels OK: visa@ sys/arch/octeon/conf/GENERIC sys/arch/octeon/conf/RAMDISK commit LFg0fOKJFS33FooC Author: nicm Date: 2026/06/20 08:51:28 Error if key is unknown rather than just carry on, GitHub issue 5248. usr.bin/tmux/cmd-list-keys.c commit XI7sFrNi96rPjDhk Author: sthen Date: 2026/06/20 08:49:07 check that make rejects empty variable names, from espie regress/usr.bin/make/Makefile regress/usr.bin/make/mk44 commit CvFDPeUgMkNOoNj9 Author: nicm Date: 2026/06/20 08:46:08 Fix {} keys in tmux.1, pointed out by tb. usr.bin/tmux/tmux.1 commit ttlcr489SQMZs3mX Author: sthen Date: 2026/06/20 08:45:39 refuse empty variable names, from espie has been through multiple mkr and at least one ports bulk usr.bin/make/parsevar.c commit SHJZCvJEtC6n8xxm Author: tb Date: 2026/06/20 07:29:55 dhcpd: use error check per timegm(3) manpage ok florian usr.sbin/dhcpd/parse.c commit u8EyxAfQm9lsVvKI Author: tb Date: 2026/06/20 03:26:15 httpd: error check timegm(3) per the manual ok job rsadowski usr.sbin/httpd/server_file.c