Build date: 1772060403 - Wed Feb 25 23:00:03 UTC 2026 Build cvs date: 1772056663 - Wed Feb 25 21:57:43 UTC 2026 Build id: 2026-02-26.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 bin/echo/echo.1 P bin/echo/echo.c P sys/dev/acpi/acpidmar.c P sys/dev/pci/if_igc.c P sys/dev/pci/if_iwx.c P sys/dev/pci/if_iwxreg.h M sys/dev/usb/uhidev.c P usr.bin/m4/eval.c P usr.bin/m4/extern.h P usr.bin/m4/look.c P usr.bin/m4/main.c P usr.bin/m4/mdef.h P usr.bin/m4/misc.c P usr.bin/tmux/cmd-paste-buffer.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/utf8.c P usr.bin/tmux/window-copy.c M usr.sbin/bgpd/session.c commit rnNr6cGM5EX3jk62 Author: jcs Date: 2026/02/25 21:57:43 add -e to process escape sequences and support for multiple groups of dash args like ksh's echo does ok deraadt millert bin/echo/echo.1 bin/echo/echo.c commit 0mjfDSjnIGNuAU7U Author: stsp Date: 2026/02/25 08:55:18 Add support for scan command version 17 to iwx(4). This will be needed to support BZ wifi-6e devices in the future. Tested: AX200: jmc, stsp AX210: kettenis (MA device) AX211: sthen (SO device), phessler AX211: stsp (BZ device) sys/dev/pci/if_iwx.c sys/dev/pci/if_iwxreg.h commit EYplkeqYauOE3elR Author: nicm Date: 2026/02/25 07:59:45 Tweak previous to reset cursor again as well. usr.bin/tmux/window-copy.c commit 9Y7IEagnlomQU8Te Author: nicm Date: 2026/02/25 07:56:37 Preserve scroll state on refresh, from Dane Jensen in GitHub issue 4885. usr.bin/tmux/window-copy.c commit AMvHRcG4vj0h8HNE Author: nicm Date: 2026/02/25 07:53:41 Pass paste buffer through vis(3) when pasting to prevent buffers containing for example the bracket end sequence causing issues. -S flag disables. Reported by Mason Davis. usr.bin/tmux/cmd-paste-buffer.c usr.bin/tmux/tmux.1 usr.bin/tmux/tmux.h usr.bin/tmux/utf8.c commit tdzn0jdTmBSd4CAl Author: op Date: 2026/02/25 05:37:25 rename a few functions and defines also reformat some comments with ludicrously short lines. No functional changes, except the usage of `eval' instead of `expr' in two error message, since that's the actual macro name (expr is merely an alias for eval) diff from espie, typo from sthen ok sthen usr.bin/m4/eval.c usr.bin/m4/extern.h usr.bin/m4/look.c usr.bin/m4/main.c usr.bin/m4/mdef.h usr.bin/m4/misc.c commit EArhiKCJNrZLsDp8 Author: chris Date: 2026/02/25 03:53:58 Propagate allocator constraints in the same manner as sparc64 iommu ok kettenis@ sys/dev/acpi/acpidmar.c commit oNOTjdQv4fr4Dxg1 Author: bluhm Date: 2026/02/24 23:01:10 igc(4) can handle 64 bit DMA transfers. OK kettenis@ sys/dev/pci/if_igc.c