Build date: 1766012403 - Wed Dec 17 23:00:03 UTC 2025 Build cvs date: 1765999585 - Wed Dec 17 19:26:25 UTC 2025 Build id: 2025-12-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 P regress/usr.sbin/bgpd/unittests/Makefile P sys/dev/pci/if_igc.c P sys/dev/pci/igc_api.c P sys/dev/pci/pcidevs P sys/dev/pci/pcidevs.h P sys/dev/pci/pcidevs_data.h M sys/dev/usb/uhidev.c P sys/dev/vmm/vmm.c P sys/dev/vmm/vmm.h P sys/net/pf.c P usr.bin/tmux/format.c P usr.bin/tmux/input.c P usr.bin/tmux/options-table.c P usr.bin/tmux/screen-redraw.c P usr.bin/tmux/screen-write.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/window-clock.c P usr.bin/tmux/window.c P usr.sbin/acme-client/http.c M usr.sbin/bgpd/session.c commit ZmIe0oaU7zZfZmqD Author: dv Date: 2025/12/17 19:26:25 Fix race in vmm(4) vm termination path. Two callers can enter vm_terminate simultaneously and race to remove the vm from the SLIST and teardown the vm. This adds a flag to the vm struct and uses atomic cas operations to only have one caller advance while the other callers receive EBUSY. ok mlarkin@ Reported-by: syzbot+b3be6264d2f1d5c22b0b@syzkaller.appspotmail.com sys/dev/vmm/vmm.c sys/dev/vmm/vmm.h commit u4H8HASHao8m9fQD Author: claudio Date: 2025/12/17 14:27:47 The communities test needs now util.c Reminded by anton@ regress/usr.sbin/bgpd/unittests/Makefile commit cl4yHbMxWGhxUpdn Author: sthen Date: 2025/12/17 12:40:40 fix function name in warnx; ok tb usr.sbin/acme-client/http.c commit xclTJvNLMSpcir86 Author: nicm Date: 2025/12/17 11:49:29 Add support for applications to use synchronized output mode (DECSET 2026) to prevent screen tearing during rapid updates. When an application sends SM ?2026, tmux buffers output until RM ?2026 is received or a 1-second timeout expires. From Chris Lloyd with the assistance of Claude Code, GitHub issue 4744. usr.bin/tmux/format.c usr.bin/tmux/input.c usr.bin/tmux/screen-redraw.c usr.bin/tmux/screen-write.c usr.bin/tmux/tmux.1 usr.bin/tmux/tmux.h usr.bin/tmux/window.c commit ywkcUoyv80mRRZvC Author: nicm Date: 2025/12/17 10:20:21 Do not have a default prompt cursor colour because some terminals (urxvt, st) do not support the reset sequence. GitHub issue 4759. usr.bin/tmux/options-table.c commit HKcWe7XTR8xrNdU2 Author: nicm Date: 2025/12/17 08:38:12 Make clock mode seconds synchronized to the second, GitHub issue 4760 from Joao Pedro. usr.bin/tmux/window-clock.c commit 3830LTFS88R6urbL Author: dlg Date: 2025/12/17 01:42:48 avoid a shadowed variable in the pf_create_state() source limiter handling the code that unwinds state creation when something fails needed the pf_source variable at the function scope to be set, but this was masked by a declaration in the scope that sets up the source limiting. this results in a NULL deref in the unwind code when it needs to clean up the accounting for a source limiter. i found it funny that i left this comment for myself in the unwinding code: /* who needs KASSERTS when we have NULL derefs */ ok jmatthew@ sys/net/pf.c commit XGbDLCOkYaHjryB6 Author: kevlo Date: 2025/12/17 01:15:08 regen sys/dev/pci/pcidevs.h sys/dev/pci/pcidevs_data.h commit Kll3yljiap45fYYi Author: kevlo Date: 2025/12/17 01:14:42 Add / correct PCI ids for igc(4); from Brad sys/dev/pci/if_igc.c sys/dev/pci/igc_api.c sys/dev/pci/pcidevs