Build date: 1771974003 - Tue Feb 24 23:00:03 UTC 2026 Build cvs date: 1771967736 - Tue Feb 24 21:15:36 UTC 2026 Build id: 2026-02-25.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/ssh/kbdint.sh P sys/dev/acpi/acpidmar.c P sys/dev/pci/if_ice.c M sys/dev/usb/uhidev.c P usr.bin/mg/echo.c P usr.bin/ssh/sshconnect2.c P usr.bin/tmux/Makefile U usr.bin/tmux/cmd-list-commands.c P usr.bin/tmux/cmd-list-keys.c P usr.bin/tmux/format.c P usr.bin/tmux/input.c P usr.bin/tmux/key-bindings.c P usr.bin/tmux/sort.c P usr.bin/tmux/tmux.1 P usr.bin/tmux/tmux.h P usr.bin/tmux/window-copy.c M usr.sbin/bgpd/session.c P usr.sbin/relayd/ca.c commit nBQ772uDny95UDnF Author: op Date: 2026/02/24 21:15:36 handle strdup() failure initial diff from Han Boetes (hboetes at gmail), reworked to move the freeing code under `goto fail' to dedup it a bit. usr.bin/mg/echo.c commit BQXKkfYS2VN69DMB Author: bluhm Date: 2026/02/24 20:14:29 ice(4) can handle 64 bit DMA transfers. OK kettenis@ stsp@ sys/dev/pci/if_ice.c commit GfLAojGCSuhDVwPr Author: nicm Date: 2026/02/24 18:06:41 Do not expand #() in E: and T:, from Mason Davis. usr.bin/tmux/format.c commit IiXwLhMjcMug4DVM Author: rsadowski Date: 2026/02/24 11:47:02 imsg_composev() / imsgbuf_flush() handle return values OK claudio@ usr.sbin/relayd/ca.c commit n1X30OtGEslI0ojS Author: nicm Date: 2026/02/24 08:22:13 Add sorting (-O flag) and a custom format (-F) to list-keys, from Dane Jensen in GitHub issue 4845. usr.bin/tmux/cmd-list-commands.c usr.bin/tmux/cmd-list-keys.c usr.bin/tmux/key-bindings.c usr.bin/tmux/sort.c usr.bin/tmux/tmux.1 usr.bin/tmux/tmux.h commit TEF0ac7FAGpXXFrd Author: nicm Date: 2026/02/24 08:20:52 Add sorting (-O flag) and a custom format (-F) to list-keys, from Dane Jensen in GitHub issue 4845. usr.bin/tmux/Makefile commit BxI8ODkrIQjZi2D3 Author: nicm Date: 2026/02/24 08:00:43 Add commands to turn exit on scroll on, off, toggle. From xcdnlgd at hotmail dot com in GitHub issue 4884. usr.bin/tmux/tmux.1 usr.bin/tmux/window-copy.c commit v0UGIn5fwKRc08TE Author: nicm Date: 2026/02/24 07:50:27 Respond to DECRQM 2026, from David Turnbull in GitHub issue 4887. usr.bin/tmux/input.c commit aGwfo7REmukqlPbH Author: rsadowski Date: 2026/02/24 06:03:29 fix memory leak in rsae_send_imsg If the cookie doesn't match, we bail with a continue and totally forget to free the imsg. OK claudio@ usr.sbin/relayd/ca.c commit kdLvmLCawBRrcnRe Author: chris Date: 2026/02/24 02:03:07 Make acpidmar useful for general IOMMU use on amd64. 1. Remove panics in favor of error returns 2. Make unmap ordering clear (PTEs > invalidate IOTLB > free IOVA) 3. Add locking so concurrent mappings cannot race installing intermediate page table levels (when marked MPSAFE) For AMD-Vi: 1. Add cache flush for page tables and IVHD command/event data structures (no-op on coherent IOMMUs) 2. Add per-page/range IOTLB invalidation 3. Fix device/interrupt-table invalidations to be keyed by requester device ID 4. Move batch completion variable from stack to softc For Intel VT-d: 1. Finish queued invalidation (QI) with batching 2. Add page-selective invalidation (PSI) with address-mask coalescing And: Identity map the APIC MSI adress window per-domain so interrupts work. sys/dev/acpi/acpidmar.c commit 1pom5lpoCT9bax08 Author: dtucker Date: 2026/02/24 01:50:51 Use fmprintf instead of logit for challenge-response name and info to preserve UTF-8 characters where appropriate. Prompted by github PR#452, with & ok djm@. usr.bin/ssh/sshconnect2.c commit O7g2PsuDNZXLlRlH Author: dtucker Date: 2026/02/24 00:39:59 Remove leftover debugging. regress/usr.bin/ssh/kbdint.sh