Build date: 1773788403 - Tue Mar 17 23:00:03 UTC 2026 Build cvs date: 1773767278 - Tue Mar 17 17:07:58 UTC 2026 Build id: 2026-03-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 distrib/syspatch/Makefile.000 P distrib/syspatch/bsd.syspatch.mk P etc/rc.d/ospf6d P share/man/man4/aggr.4 P share/man/man4/trunk.4 P share/mk/bsd.lib.mk P sys/dev/pci/drm/i915/i915_driver.c M sys/dev/usb/uhidev.c 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/bgpd_imsg.c P usr.sbin/bgpd/chash.c P usr.sbin/bgpd/chash.h P usr.sbin/bgpd/control.c P usr.sbin/bgpd/rde.c P usr.sbin/bgpd/rde.h P usr.sbin/bgpd/rde_adjout.c P usr.sbin/bgpd/rde_attr.c P usr.sbin/bgpd/rde_community.c P usr.sbin/bgpd/rde_filter.c P usr.sbin/bgpd/rde_rib.c M usr.sbin/bgpd/session.c commit GkbO8nOCfmPaG8dO Author: robert Date: 2026/03/17 17:07:58 rework the way we reconsturct the object file order for syspatches this change drops the exclude regex and just simply checks if the object files are actually available and then constucts a response file which we pass for linking and this seems to be good enough to have reproducible make build output (which is what we want here) ok tb@ share/mk/bsd.lib.mk commit Ce29I6ChI7SASyMO Author: claudio Date: 2026/03/17 15:15:16 Do not include log.h here since this file is shared with bgpctl and therefor unable to use these functions. OK tb@ usr.sbin/bgpd/bgpd_imsg.c commit TRdsdxYvi6cBVMvF Author: claudio Date: 2026/03/17 15:12:05 bgpctl does not send IMSG_CTL_SHOW_TIMER messages, so remove them from the restricted socket filter. OK tb@ usr.sbin/bgpd/control.c commit Laui9cyyWSVTPWDk Author: robert Date: 2026/03/17 14:38:17 add support for building specified subdirs instead of a full build; ok tb@ distrib/syspatch/Makefile.000 distrib/syspatch/bsd.syspatch.mk commit eI2iGZgz0kh0pqGw Author: sthen Date: 2026/03/17 14:27:25 ospf6d doesn't do reload, so don't allow rcctl reload to be accepted ok phessler etc/rc.d/ospf6d commit DkypyLXhd7LL97FU Author: tb Date: 2026/03/17 10:31:03 chash: zap two trailing blanks in comments usr.sbin/bgpd/chash.c commit ktZRIMwxPicoBJCn Author: claudio Date: 2026/03/17 09:30:11 Show CH hash memory usage in 'show rib mem' output. OK tb@ usr.sbin/bgpctl/output.c usr.sbin/bgpctl/output_json.c usr.sbin/bgpctl/output_ometric.c commit KdUZuenq5PuaZOsK Author: claudio Date: 2026/03/17 09:29:29 Track counts of CH hash allocations and expose them via 'show rib mem'. This is currently just one global sum of all hash table memory. The plan is to do more but right now this is a good first step. OK tb@ usr.sbin/bgpd/bgpd.h usr.sbin/bgpd/chash.c usr.sbin/bgpd/chash.h usr.sbin/bgpd/rde.c usr.sbin/bgpd/rde.h usr.sbin/bgpd/rde_adjout.c usr.sbin/bgpd/rde_attr.c usr.sbin/bgpd/rde_community.c usr.sbin/bgpd/rde_filter.c usr.sbin/bgpd/rde_rib.c commit iInkaySMQvH1GiZH Author: deraadt Date: 2026/03/17 05:20:55 more screaming about which driver does LACP, 'cause it isn't this one share/man/man4/trunk.4 commit nowMNImttARxPHCt Author: deraadt Date: 2026/03/17 05:18:29 scream out loud that this driver does LACP; ok dlg share/man/man4/aggr.4 commit hdP86G7KivE9AGbP Author: jsg Date: 2026/03/17 03:27:46 call dev_pm_ops callbacks in inteldrm_activate() After the drvdata changes that went in a while ago, these can be used. No functional change. sys/dev/pci/drm/i915/i915_driver.c