Build date: 1771023603 - Fri Feb 13 23:00:03 UTC 2026 Build cvs date: 1771009578 - Fri Feb 13 19:06:18 UTC 2026 Build id: 2026-02-14.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 M sys/dev/usb/uhidev.c P sys/uvm/uvmexp.h P usr.bin/ssh/sftp-server.c P usr.bin/ssh/sshconnect.h P usr.sbin/bgpctl/output.c P usr.sbin/bgpctl/output_json.c P usr.sbin/bgpctl/output_ometric.c P usr.sbin/bgpd/bgpd.h P usr.sbin/bgpd/rde.c P usr.sbin/bgpd/rde.h P usr.sbin/bgpd/rde_filter.c P usr.sbin/bgpd/rde_peer.c M usr.sbin/bgpd/session.c commit 8n7yF0ZUyijFpOKj Author: dtucker Date: 2026/02/13 19:06:18 Replace with The former is a portability hassle, but it turns out the only thing we need from it is PATH_MAX which we can get directly from limits.h. usr.bin/ssh/sftp-server.c commit gILZgOwj3KtvLM2B Author: claudio Date: 2026/02/13 18:27:40 Add rde filter stats for the new out filters. OK tb@ usr.sbin/bgpctl/output.c usr.sbin/bgpctl/output_json.c usr.sbin/bgpctl/output_ometric.c commit cWL5ZNetUWiZ1bfH Author: bluhm Date: 2026/02/13 18:08:06 Move atomic_load_sint() under #ifdef _KERNEL in uvmexp.h. This new inline function should not pollute userland name space. ports/devel/nspr did not compile due to inline in ansi mode. reported and fix confirmed sthen@ sys/uvm/uvmexp.h commit UMdA6jdIeUd4JrhT Author: claudio Date: 2026/02/13 12:47:36 Optimise the out filters rule evaluation by being more cache friendly. Similar to filter_sets convert the filter_rule tail queue into an array of smaller filter_match elements. On top of this deduplicate these rules via hash table and refcounts. As a result the data is now more cache friendly and the CPU spends less time waiting for data. The initial loading time of my test IXP RS setup drops from 25min down to around 18min. So this change produces a significant speedup on large BGP setups. OK tb@ usr.sbin/bgpd/bgpd.h usr.sbin/bgpd/rde.c usr.sbin/bgpd/rde.h usr.sbin/bgpd/rde_filter.c usr.sbin/bgpd/rde_peer.c commit x3H9vL9910Nt6PWH Author: jsg Date: 2026/02/13 01:04:47 remove unneeded forward struct declaration ok djm@ usr.bin/ssh/sshconnect.h