=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/71.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- www/71.html 2022/04/09 15:32:54 1.13 +++ www/71.html 2022/04/09 20:13:15 1.14 @@ -92,6 +92,7 @@
  • Introduced aplsmc(4), a driver for the SMC found on Apple M1 SoCs.
  • Introduced aplnco(4), a driver for the Numerically-controlled oscillator (NCO) clock which drives the audio clocks on Apple silicon.
  • Introduced tascodec(4), a driver for the TI TAS2770/TAS5770 digital audio amplifier codec found on Apple M1 Macs. +
  • Introduced apldma(4), a driver for the DMA controller found on Apple SoCs.
  • Introduced
  • Enabled enforcing of RLIMIT_MEMLOCK on powerpc64.
  • Enabled uhid(4)/fido(4) on riscv64. +
  • Allowed riscv64 installation on a disk with a GPT.
  • Fixed booting from an IDE block device on the Sun Blade 100.
  • Fixed radeondrm(4) console colors on sparc64.
  • Added missing locking to pmap_extract(9) and pmap_unwire(9) on arm64 and riscv64.
  • Enabled dt(4) on macppc.
  • Increased ddb(1) access to registers on macppc and powerpc64. +
  • Allowed ddb(4) trace through interrupt on macppc. @@ -154,6 +157,7 @@ a renumbered softraid(4) boot device.
  • Fix hibernate on newer hardware by allowing more memory ranges. +
  • Grew the dmesg(8) buffer on i386 from 4 to 8 pages. @@ -186,6 +190,10 @@
  • Unlocked the bottom part of the uvm fault handler.
  • Unlocked getpeername(2).
  • Made bpf(4) MP-safe. +
  • Implemented the poll(2) system call on top + of the kqueue(2) + subsystem, obsoleting the old, non-MP-safe poll backend. @@ -249,6 +257,9 @@ extend the default OpenBSD partition to the end of the disk, rather than truncating at the end of the last full cylinder.
  • Corrected checksums written by fdisk(8) on big-endian architectures to be little-endian as per spec. +
  • Made fdisk(8) -A preserve BIOS boot partition. +
  • Switched to using fdisk(8) -b to create boot partitions on multiple architectures. +
  • Added rcctl(8) "ls rogue" to show daemons which are running but not set as "enabled" in rc.conf.local(8). @@ -269,6 +280,13 @@ href="https://man.openbsd.org/ld.lld.1">ld.lld(1) linker) to also user the LLVM archiver llvm-ar(1). +
  • Enabled support for displaying an estimated battery recharge time + in apm(8) and apmd(8). +
  • Introduced support for storing capability databases in + /etc/login.conf.d, allowing easy addition of custom login classes from + packages. +
  • Made rcctl(8) look for the login class in both login.conf and login.conf.d/${class}. @@ -365,6 +383,7 @@
  • Fixed an issue where com(4) would attach for a disabled serial port leading to misdirection of the hardware variant and a subsequent hang when /etc/rc runs ttyflags(8) -a.
  • Fixed sdhc(4) for Jasper Lake eMMC.
  • Improved how quirks are handled on sdhc(4)-compatible drivers. +
  • Enabled acpibat(4) use with the Surface Go 3. @@ -384,6 +403,9 @@
  • Applied MP-safe changes from dwge(4) to dwxe(4). +
  • Enabled hardware vlan tagging for ixl(4). +
  • Re-enabled ixl(4) IPv4, TCP4/6 and UDP4/6 checksum offloading. +
  • Enabled receive checksum offloading on ixl(4). @@ -478,6 +500,7 @@ this, "set skip" can be used on interfaces that are not configured yet.
  • Fixed veb(4) vport handling to prevent improper drop of packets leaving a vport interface. +
  • Reworked ix(4) checksum/vlan offloading and enabled it for IPv6. @@ -513,6 +536,8 @@ href="https://man.openbsd.org/fw_update.8">fw_update(8) to install non-free firmware files if present on the install media.
  • Made fw_update(8) re-download existing files with failed checksums. +
  • Stopped unregistering firmware with fw_update(8) when the SHA256.sig cannot be fetched. +
  • Used installboot(8) in riscv64 install.md. @@ -532,6 +557,7 @@ system access with unveil(2).
  • Updated libexpat to 2.4.4, fixing CVE-2022-23852 and CVE-2022-23990. +
  • Added ps(1) status flag "c" to indicate a process is chrooted.
  • Routing daemons and other userland network improvements: @@ -576,6 +602,8 @@
  • Allowed rpki-client(8) to display more than one file in -f mode.
  • Allowed rsync:// URIs as files in rpki-client(8) -f mode.
  • Properly handled .mft files in rpki-client(8), preventing replay attacks using old but still valid files. +
  • Enforced RFC 6384 certificate policy for RPKI in rpki-client(8). +
  • Added a CRL check for manifests to rpki-client(8).
  • Modified syslog.conf(5) examples to use TLS rather than the plaintext protocols. @@ -614,11 +642,14 @@
  • Added a cursor-style option to tmux(1).
  • Added a pane-border-format pane option to tmux(1).
  • Added attempts to turn on less-capable mouse modes when tmux(1) turns on more-capable ones, in case the terminal doesn't support the desired mode. +
  • Added a tmux(1) option to show arrows for the active pane indicator. +
  • Added a key in tmux(1) copy mode to toggle the position indicator.
  • OpenSMTPD version
  • LibreSSL version