Подготовил выборку на основе списка изменений
https://www.openbsd.org/69.html :
Поддержка Apple M1 SoC:
- Added basic support for BCM4379, found on the Apple M1 SoCs, to bwfm(4).
- Added exuart(4) support for hte UART found on the Apple M1 SoC.
- Added apldog(4), a driver for the watchdog on Apple M1 SoCs, allowing reboot of the machine.
- Added aplintc(4), a driver for the interrupt controller found on Apple M1 SoCs.
- Added aplpcie(4), a driver for the PCIe host bridge on Apple M1 SoCs.
- Increased RX buffers available to the bwfm(4) chip to 256, allowing use of the Apple M1's wifi.
- Added apldart(4), a driver for the IOMMU on Apple M1 SoCs.
Исправление проблемы с зависанием "entry point at 0x10010000":
- Fixed the "entry point at 0x10010000" hang reported on amd64 machines by using a 64MB block to load the kernel.
Ресемплинг аудио будет вносить меньше шума:
- Use an 8th order FIR low-pass filter for resampling in sndiod(8) and for aucat(1), removing most of the aliasing noise during resampling.
Еще из интересных изменений:
- Allowed booting of amd64/i386 from 4TB GPT formatted disks.
- Append .html suffixes to temporary files in mandoc(1) to allow recognition by browsers.
- Enabled brightness keys on powerbooks where the keyboard attaches as ukbd(4).
У кого-нибудь есть PowerBook с OpenBSD?- Added recognition of Cortex-A78AE, Cortex-X1 and Neoverse V1 arm64 CPUs.
-
Installer improvement: Fixed hangs on amd64 bsd.rd due to misreported core clock frequency on newer
Intel Comet Lake models.
- Created a new "location (found|notfound)" option for httpd.conf(5) to allow testing for resource path existence.
- Added a directive to httpd(8) to check if a path is accessible.
-
Allowed the provision of dhclient(8) options on "dhcp" lines in hostname.if(5) files.-
Added ping(8) -g option to provide a visual display of packets received and lost.OpenSMTPD 6.9.0:
- Introduced smtp(1) -a to perform authentication before sending a message.
- Switch to libtls internally.
- Change the way SNI works in smtpd.conf(5).
TLS listeners may be configured with multiple certificates, the matching is based on the names included in these certificates.
- Allow to specify tls protocols and ciphers per listener and relay action.