=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/72.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- www/72.html 2022/10/01 22:25:49 1.32 +++ www/72.html 2022/10/01 22:35:55 1.33 @@ -147,9 +147,6 @@
  • Added support for using non-standard UARTs (such as the Synopsys DesignWare UART) as an early console. -
  • Made the EFI bootloader provide the extra parameters necessary to - use non-standard UARTs on the AMD Ryzen Embedded V1000 SoCs as console. -
  • Switched bootloaders to the extended BOOTARG_CONSDEV struct.
  • Remove NexGen CPU identification code as the kernel cannot run on these CPUs anyway.
  • Remove Rise CPU identification code. @@ -471,6 +468,7 @@ softraid(4).
  • Added forest (-f) mode to ps(1). +
  • Sped up wc(1) word counting. @@ -529,6 +527,11 @@ attach on 2F-based loongson systems.
  • Added power button support to aplsmc(4). +
  • Changed the mfii(4) + RAID controller driver to allow the firmware more time to transition + out of the UNDEFINED state. +
  • Added Wacom One S (CTL-472) support to uwacom(4). @@ -595,8 +598,15 @@ asked unless another network interface exists.
  • Added support for wildcards in fw_update(8) patterns. + +
  • Added NFS client support to the luna88k RAMDISK kernel. +
  • Made the EFI bootloader provide the extra parameters necessary to + use non-standard UARTs on the AMD Ryzen Embedded V1000 SoCs as console. +
  • Switched bootloaders to the extended BOOTARG_CONSDEV struct. +
  • Added UFS2 support to landisk boot blocks. +
  • Security improvements: @@ -678,6 +688,10 @@ href="https://man.openbsd.org/pflow.4">pflow(4).
  • Added a missing input validation step to pipex(4) mppe keylenbits. +
  • Added the recvmmsg(2) system call + that allows receiving multiple msghdrs at once. +
  • Routing daemons and other userland network improvements: @@ -694,6 +708,9 @@ href="https://man.openbsd.org/iked.8">iked(8) initial handshake to make it easier to handle interoperability problems with older versions in the future. +
  • Added iked(8) + connection statistics for successful and failed connections, error + types, and other events that can be printed with "ikectl show stats".
  • In bgpd(8), @@ -821,6 +838,17 @@ href="https://man.openbsd.org/httpd.8">httpd(8).
  • Made newer mime type definitions take precedence over existing ones in httpd(8). +
  • Moved the relayd(8) + daemon(3) call to just + before forking the children so the parent disassociates from its + controlling terminal and shell, but not from its children. +
  • Changed ftp(1) to use + non-blocking connect(2) with ppoll(2) and timeout + instead of alarm(3). + This allows failing over to another IP address for hosts that have + more than one.