Build date: 1768258803 - Mon Jan 12 23:00:03 UTC 2026 Build cvs date: 1768255714 - Mon Jan 12 22:08:34 UTC 2026 Build id: 2026-01-13.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 distrib/sets/lists/man/mi P lib/libcrypto/x509/x509_utl.c P regress/sys/kern/ptrace/xstate/xstate.c P share/man/man4/trunk.4 P sys/conf/files P sys/dev/pv/viogpu.c M sys/dev/usb/uhidev.c P sys/net/if_trunk.c P usr.bin/tmux/screen-redraw.c P usr.bin/tmux/server-client.c P usr.bin/tmux/tmux.h M usr.sbin/bgpd/session.c P usr.sbin/rpki-client/cert.c P usr.sbin/rpki-client/parser.c U usr.sbin/rpki-client/version.h commit F2W5EjRHJgP5zFKU Author: tb Date: 2026/01/12 22:08:34 x509_utl.c: zap two useless comments lib/libcrypto/x509/x509_utl.c commit 3n7Hkfl7SvRA9OsG Author: helg Date: 2026/01/12 18:15:33 viogpu_wsmmap() returns a kva but instead should return a physical address via bus_dmamem_mmap(9). Without this, QEMU would only show a black screen when starting X11. On the Apple Hypervisor, the kernel would panic. Also add calls to bus_dmamap_sync(9) before transferring the framebuffer to host memory. It was working for me without this, but this ensures that the host running on another CPU will see updates to the framebuffer. Thanks to kettenis@ for reviewing and providing feedback. ok sf@ sys/dev/pv/viogpu.c commit A64yngqxh0KWMUOo Author: tb Date: 2026/01/12 10:56:50 rpki-client 9.7 is long overdue usr.sbin/rpki-client/version.h commit s2jvK9Hh34daG01V Author: tb Date: 2026/01/12 10:56:16 rpki-client: only accept BGPsec certs with a single AS number We've long been pointing out that the possibility of adding multiple AS numbers and in particular AS ranges to BGPsec Router Certificates is at best dubious. Enforce that there is a single AS, encoded as an ASID, not as an ASRange with a single element (cf. eid7653 to RFC 3779). Prompted by a report by Xie Yifan with/ok claudio job usr.sbin/rpki-client/cert.c commit D2xzh3yFrcECox6a Author: tb Date: 2026/01/12 10:48:20 rpki-client: check purpose for .cer files in Manifests Only intermediate CAs and BGPsec certificates are allowed in a Manifest fileList. Check this is the case, otherwise stop processing the cert. Missing check reported by Xie Yifan ok claudio job usr.sbin/rpki-client/parser.c commit vQydWTS3gZ6lHxby Author: sthen Date: 2026/01/12 10:44:42 sync distrib/sets/lists/man/mi commit uUsBnS5fwNNOcsoT Author: cludwig Date: 2026/01/12 08:23:06 regress/xstate: Dynamic xstate buffer size The current implementation leads to an "xstate buffer too small" error on newer machines with an xstate area bigger than 1KiB. Allocate the buffer dynamically from PT_GETXSTATE_INFO kernel info. ok anton@ regress/sys/kern/ptrace/xstate/xstate.c commit afhgJocPQ2R8aLAE Author: nicm Date: 2026/01/12 07:50:16 Correctly draw indicators when pane-border-indicators is set to both. Reported by Ilya Grigoriev in GitHub issue 4780. usr.bin/tmux/screen-redraw.c commit lXxCtQxjO8AAUUiM Author: nicm Date: 2026/01/12 07:48:36 Remember last pane or type of location for double and triple clicks and correctly handle it changes between first and second or second and third. GitHub issue 4795 from Shaobo Song. usr.bin/tmux/server-client.c usr.bin/tmux/tmux.h commit BReNGxHK718AgWuI Author: dlg Date: 2026/01/12 04:38:15 remove lacp support from trunk(4) lacp is better supported by aggr(4). users of lacp in trunk(4) should migrate to aggr(4). trunk(4) and the lacp support inside it is one of the last chunks of code that still requires the netlock in the ethernet stack. the last time i tried to fix this i ended up writing aggr(4), and nothing about this code has improved since then. the other protos such as failover and loadbalance are trivial in comparison and will be easy to improve in the future. discussed with and no objections from many share/man/man4/trunk.4 sys/conf/files sys/net/if_trunk.c