Build date: 1742684403 - Sat Mar 22 23:00:03 UTC 2025 Build cvs date: 1742673089 - Sat Mar 22 19:51:29 UTC 2025 Build id: 2025-03-23.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 sbin/ifconfig/ifconfig.c P sys/dev/acpi/dsdt.c P sys/net80211/ieee80211_crypto.h P sys/net80211/ieee80211_input.c P sys/net80211/ieee80211_ioctl.c P sys/net80211/ieee80211_ioctl.h P sys/net80211/ieee80211_node.c P usr.sbin/fw_update/fw_update.8 P usr.sbin/fw_update/fw_update.sh commit Skf3UfnIAEZ9UoZQ Author: jmc Date: 2025/03/22 19:51:29 add -D to SYNOPSIS and usage(); ok afresh1 usr.sbin/fw_update/fw_update.8 usr.sbin/fw_update/fw_update.sh commit 2dc8LgClZxnTqv0E Author: kettenis Date: 2025/03/22 18:14:37 Fix the implementation of Divide() such that we don't accidentally overwrite its inputs when we still need them to calculate the result of the division. Debugging by Peter Toth. ok mlarkin@ sys/dev/acpi/dsdt.c commit gYwFLbBDhM0KTKBj Author: kevlo Date: 2025/03/22 07:24:49 Make ifconfig scan display wpa3. ok stsp@ sthen@ jca@, also tested by kirill@ sbin/ifconfig/ifconfig.c commit rvxJaDSCbzZy8IgV Author: kevlo Date: 2025/03/22 07:24:08 Add SAE AKMP to define support for SAE. ok stsp@ sthen@ jca@, also tested by kirill@ sys/net80211/ieee80211_crypto.h sys/net80211/ieee80211_input.c sys/net80211/ieee80211_ioctl.c sys/net80211/ieee80211_ioctl.h sys/net80211/ieee80211_node.c commit rsLN9OPf58oYPauG Author: afresh1 Date: 2025/03/22 00:33:34 Allow using a different dmesg for driver detection This also solves an issue that jmc@ was having with installing downloaded firmware. (thanks for reporting) It also adjusts detecting the OpenBSD version from the dmesg instead of from sysctl while still allowing sysupgrade to override. I see two main uses for this, the first being downloading firmware to be used on a machine that doesn't have access to download for itself. The other would be for testing detection of devices in a dmesg for a machine you don't have or that is hard to test such as from the installer. usr.sbin/fw_update/fw_update.8 usr.sbin/fw_update/fw_update.sh