=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- www/74.html 2023/10/13 16:36:52 1.49 +++ www/74.html 2023/10/13 20:33:51 1.50 @@ -100,6 +100,9 @@ catch up with box drawing characters which have been standardized in unicode after the original wscons code was written and chose placeholder values. +
  • Take more functions in the network address and routing code out + of kernel lock. +
  • SMP Improvements @@ -269,6 +272,7 @@ >blink-and-insert matching a very long line that is not currently visible in the window.
  • Skip checking permissions of conffile with access(2). +
  • Resurrect no-tab-mode.
  • Added a missing void.
  • On aarch64 architectures improve how BTI control flow integrity @@ -349,6 +353,10 @@ xhci(4) with device tree.
  • Add rkusbphy(4), a driver for the usb2phy on Rockchip SoCs. +
  • Support AP806/CP110 SoCs in mvtemp(4). +
  • Add dwmshc(4) to support Designware Mobile Storage Host Controllers + found on rk356x and rk3588 SoCs. +
  • Add iosf(4), a driver for the Intel OnChip System Fabric.
  • New or improved network hardware support: @@ -381,6 +389,7 @@
  • IEEE 802.11 wireless stack improvements and bugfixes: @@ -423,6 +432,9 @@
  • Support installations with root on softraid(4) on arm64, tested on Pinebook Pro, Raspberry Pi 4b, and SolidRun CEX7. +
  • On riscv64, enable softraid(4) in the ramdisk kernel and support + installations with root on + softraid(4)
  • When installing on encrypted softraid(4), determine the disk for placing the root device automatically and make it default @@ -437,6 +449,7 @@ assume OpenBSD occupies the entire disk starting at sector 0.
  • Attempt to not overflow the ramdisk when extracting firmware on Apple arm64 systems. +
  • Add support for loading files from the EFI System Partition.
  • Security improvements: @@ -458,6 +471,8 @@ cpio(1) terminal output, escape non-printable characters in messages that may include file names. +
  • On amd64, enable Indirect Branch Tracking (IBT) for the kernel. +
  • Enable branch target control flow enforcement on arm64.
  • Changes in the network stack: @@ -478,7 +493,11 @@
  • Implement a new sysctl(2) net.inet6.icmp6.nd6_queued to show the number of packets waiting for an ND6 response, analogous to ARP. - +
  • When configuring a new IPv6 address on an interface, an upstream router + doesn't know where to send traffic. Send an unsolicited + neighbor advertisement, as described in RFC9131, to the all-routers + multicast address so all routers on the same link will learn the path + back to the address.
  • Routing daemons and other userland network improvements: @@ -617,12 +636,20 @@
  • Make ndp(8) not remove cloning routes when no neighbor entry is found with ndp -d. +
  • Improved error handling in the asr resolver. +
  • In unwind(8), handle SERVFAIL results on name resolution better.
  • tmux(1) improvements and bug fixes:
  • LibreSSL version 3.8.2