Build date: 1762337293 - Wed Nov 5 10:08:13 UTC 2025 Build cvs date: 1762334154 - Wed Nov 5 09:15:54 UTC 2025 Build id: 2025-11-05.2 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/pci/if_em_hw.h P sys/dev/pci/drm/i915/display/intel_fbdev.c P sys/dev/pci/drm/include/linux/string.h M sys/dev/usb/uhidev.c P sys/net/rtsock.c M usr.sbin/bgpd/session.c M usr.sbin/sysupgrade/sysupgrade.sh commit mClADlaEZN4wfZZv Author: jmatthew Date: 2025/11/05 09:15:54 don't return early after calling sysctl_ifnames(), the tail of the function does some important work. ok mvs@ sys/net/rtsock.c commit 6kS9TsmPzHc4WavV Author: jcs Date: 2025/11/05 02:11:58 add back local change that got lost along the way originally in sys/dev/pci/drm/i915/intel_fbdev.c from kettenis: If we keep the BIOS framebuffer, stick to the desired framebuffer size instead of using the actual framebuffer size. This fixes a problem seen on various Apple machines where the BIOS framebuffer is bigger than the actual display. ok jsg sys/dev/pci/drm/i915/display/intel_fbdev.c commit WlYNxAt8kK8blzuw Author: jsg Date: 2025/11/05 01:59:08 add memdup_array_user() for 6.12.58 drm sys/dev/pci/drm/include/linux/string.h