Build date: 1771369203 - Tue Feb 17 23:00:03 UTC 2026 Build cvs date: 1771364707 - Tue Feb 17 21:45:07 UTC 2026 Build id: 2026-02-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 sys/dev/softraid_crypto.c P sys/dev/ic/qwx.c P sys/dev/pci/if_iwx.c M sys/dev/usb/uhidev.c P sys/uvm/uvm_meter.c P sys/uvm/uvmexp.h P usr.bin/ssh/servconf.c P usr.bin/ssh/ssh-agent.c P usr.bin/ssh/ssh.c P usr.bin/ssh/sshlogin.c P usr.bin/systat/engine.c P usr.bin/systat/uvm.c P usr.bin/tmux/grid.c P usr.sbin/bgpd/mrt.c P usr.sbin/bgpd/rde.c M usr.sbin/bgpd/session.c P usr.sbin/rpki-client/rpki-asn1.h P usr.sbin/rpki-client/rpki-client.8 commit nFltyTROacZoK5vE Author: djm Date: 2026/02/17 21:45:07 make IPQoS first-match-wins in sshd_config as it's intended to be bz3924 usr.bin/ssh/servconf.c commit zh15zLsr17Uwlskc Author: kettenis Date: 2026/02/17 20:02:43 Sprinkle some BUS_DMA_64BIT; this hardware has no issues handling full 64-bit addresses. ok stsp@ sys/dev/pci/if_iwx.c commit VDJSROvmDA1lAyNe Author: claudio Date: 2026/02/17 14:06:44 Call timer_remove_all with the right object. Copy-paste bug which was introduced with rev 1.128. Causes the parent to SIGSEGV on config reloads when mrt dumps are used. usr.sbin/bgpd/mrt.c commit UIomcmXleHch5Q9Y Author: job Date: 2026/02/17 13:54:42 sync usr.sbin/rpki-client/rpki-client.8 commit vEHIVzrytpevq8Nh Author: claudio Date: 2026/02/17 10:51:43 Call rde_filterstate_init() early since goto badflow will call rde_filterstate_clean() and so the state must be initalized. Fix for CID 501585 usr.sbin/bgpd/rde.c commit Tyhu3RPGeBBgoRu6 Author: nicm Date: 2026/02/17 07:42:58 Reuse extended entry when clearing RGB cell, to prevent memory growth when cells are repeatedly cleared (they are only compacted when scrolled off screen). From Michael K Darling in GitHub issue 4862. usr.bin/tmux/grid.c commit Ciiy4eJZG0a5jp9a Author: asou Date: 2026/02/17 04:51:47 Always close the device. ok yasuoka sys/dev/softraid_crypto.c commit cXqN5kAEHuXABbrq Author: deraadt Date: 2026/02/17 03:28:42 Reuse an unused field in uvmexp, and introduce swpskip. In the near future, this will count how many times pages are not sent to swap because the pagedaemon detects the swap system won't be able to deliver results (and toss the cluster of pages back) ok beck sys/uvm/uvm_meter.c sys/uvm/uvmexp.h usr.bin/systat/uvm.c commit RlZeT5wxCECSSV86 Author: deraadt Date: 2026/02/17 03:26:41 The uvm display abuses the FLD subsystem with a set of empty labels, which results in an extra blank line. Work around this by noticing all the labels are empty and not doing a newline. usr.bin/systat/engine.c commit 9dg8qwZkTsLYArvt Author: jsg Date: 2026/02/16 23:47:06 remove duplicate includes; ok dtucker@ usr.bin/ssh/ssh-agent.c usr.bin/ssh/ssh.c usr.bin/ssh/sshlogin.c commit eUSxWeRGj22HarBI Author: jsg Date: 2026/02/16 23:37:44 correct bounds check on number of memory segments found with smatch, feedback and ok stsp@ sys/dev/ic/qwx.c commit FdTMiGieITrFzA7s Author: jsg Date: 2026/02/16 23:23:50 update extern for renamed variable EncapContentInfo_it was renamed to ContentInfo_it in ccr.c rev 1.31 ok claudio@ usr.sbin/rpki-client/rpki-asn1.h