Build date: 1763938803 - Sun Nov 23 23:00:03 UTC 2025 Build cvs date: 1763933436 - Sun Nov 23 21:30:36 UTC 2025 Build id: 2025-11-24.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 etc/mtree/BSD.x11.dist P etc/rpki/lacnic.constraints P sbin/ifconfig/ifconfig.8 P share/man/man4/iasuskbd.4 P sys/arch/arm64/conf/GENERIC P sys/dev/acpi/dsdt.c P sys/dev/i2c/files.i2c P sys/dev/i2c/iasuskbd.c P sys/dev/pv/vioscsi.c M sys/dev/usb/uhidev.c P sys/scsi/cd.c P usr.bin/ssh/ssh-pkcs11.c M usr.sbin/bgpd/session.c commit 8PlQfxOw837Su8jq Author: kettenis Date: 2025/11/23 21:30:36 Update to reflect support for special keys. share/man/man4/iasuskbd.4 commit QNgL19X6hWJfFtK7 Author: kettenis Date: 2025/11/23 21:28:15 Add support for special keys on the ASUS I2C laptop keyboards. ok mlarkin@ sys/arch/arm64/conf/GENERIC sys/dev/i2c/files.i2c sys/dev/i2c/iasuskbd.c commit duCKeyntV6gBpw3d Author: jcs Date: 2025/11/23 19:56:24 Make aml_rdpciaddr work better through PCI bridges When looking up the address of a PCI device from which to read for an opregion, walk from the root inward and each time a PCI bridge is encountered, read its bus info register and note its bus id. Previously we were walking outward from the device and only changing buses if there was a _BBN node which is not always the case. This should fix booting of late Intel Macs which have AML that tries to read the PCI class of the SSD after powering up the PCI port in its _PS0 method, waiting in a loop for it to read 1 (Mass Storage). Since we were previously reading the PCI class of the bridge instead and always getting 6, this loop would have to timeout which took many minutes. Now we are properly reading from the device itself which is on a different bus, and the PCI class reads correctly. feedback from miod ok kettenis sys/dev/acpi/dsdt.c commit jL2TrQkR4CCnWi72 Author: matthieu Date: 2025/11/23 13:50:06 Remove fontconfig-devel, now empty. etc/mtree/BSD.x11.dist commit uhXl3oT6GVQwX9Ak Author: dlg Date: 2025/11/23 11:58:53 have a go at documenting the pvlan commands for veb(4) sbin/ifconfig/ifconfig.8 commit yDkAjHPraHb26kPb Author: sf Date: 2025/11/23 10:32:47 Allow cd(4)/vioscsi(4) in confidential VM mode This is useful for installation and sometimes for cloud configuration data. Also, some VMs may use vioscsi(4) disks. Reasonable deraadt@ sys/dev/pv/vioscsi.c sys/scsi/cd.c commit vtkvIQplrUhDYmWe Author: tb Date: 2025/11/23 07:04:18 pkcs11_fetch_ecdsa_pubkey: use ASN1_STRING accessors In anticipation of davidben and beck making ASN1_STRING opaque in OpenSSL 4 with the aim of enabling surgery to make the X509 data structure less bad [1], we need to use dumb accessors to avoid build breakage. Fortunately only in one spot. This is OpenSSL 1.1 API and available in all members of the fork family. ok beck djm [1]: https://github.com/openssl/openssl/issues/29117 usr.bin/ssh/ssh-pkcs11.c commit hU1Bj4sX9bwjyBaZ Author: tb Date: 2025/11/23 00:29:18 lacnic.constraints: allow 274845-275868 Per https://www.mail-archive.com/apops@apops.net/msg02648.html and https://www.iana.org/assignments/as-numbers/as-numbers.xhtml tweaked version of a diff by/ok job etc/rpki/lacnic.constraints P distrib/sets/lists/xshare/mi P share/mk/bsd.xorg.mk commit 5jomM9p191eIkCZV Author: matthieu Date: 2025/11/23 13:50:28 sync distrib/sets/lists/xshare/mi commit JVjlLtitbVFub7ln Author: matthieu Date: 2025/11/23 13:18:55 PYTHON_VERSION -> 3.13 share/mk/bsd.xorg.mk