Build date: 1762642802 - Sat Nov 8 23:00:02 UTC 2025 Build cvs date: 1762622602 - Sat Nov 8 17:23:22 UTC 2025 Build id: 2025-11-09.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 lib/libcrypto/bn/bn_prime.c P sbin/ifconfig/brconfig.c M sys/dev/usb/uhidev.c P sys/kern/exec_subr.c P sys/kern/vfs_subr.c P sys/netinet/ip_carp.c P sys/uvm/uvm_extern.h P sys/uvm/uvm_vnode.c P sys/uvm/uvm_vnode.h M usr.sbin/bgpd/session.c commit gzJyZoG522k8axgX Author: mpi Date: 2025/11/08 17:23:22 Move allocation of "mmap descriptors" (UVM vnode) into uvn_attach(). Reduce waste of memory by limiting the association of such descriptors to vnodes that are effectively mmap(2)'d. Tested by sthen@, ok kettenis@ sys/kern/exec_subr.c sys/kern/vfs_subr.c sys/uvm/uvm_extern.h sys/uvm/uvm_vnode.c sys/uvm/uvm_vnode.h commit 1gs2Eb56SylGc9xr Author: tb Date: 2025/11/08 16:27:33 bn_prime.c: fix includes lib/libcrypto/bn/bn_prime.c commit MXwhngQG5nOwIXZu Author: dlg Date: 2025/11/08 00:25:10 replace SRP with SMR for linking the vhosts list together. this is pretty mechanical. this is part of my goal of removing SRP from the tree. sys/netinet/ip_carp.c commit EUq4SznzWcslvkPV Author: jsg Date: 2025/11/07 23:23:15 remove unused variables sbin/ifconfig/brconfig.c