=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** www/74.html 2023/10/13 10:01:31 1.43 --- www/74.html 2023/10/13 11:29:01 1.44 *************** *** 94,100 **** softraid(4).
  • Correctly recognize umass(4). floppy disk devices as floppy disks. !
  • In wscons(4), catch up with box drawing characters which have been standardized in unicode after the original wscons code was written and chose placeholder values. --- 94,101 ---- softraid(4).
  • Correctly recognize umass(4). floppy disk devices as floppy disks. !
  • In wscons(4), ! catch up with box drawing characters which have been standardized in unicode after the original wscons code was written and chose placeholder values. *************** *** 106,112 ****
  • Pushed kernel lock into nd6_resolve().
  • Removed kernel locks from the ARP input path.
  • Pulled MP-safe arprequest() out of kernel lock. !
  • Unlock more parts of ioctl(2) code in the network stack.
  • Direct Rendering Manager and graphics drivers --- 107,115 ----
  • Pushed kernel lock into nd6_resolve().
  • Removed kernel locks from the ARP input path.
  • Pulled MP-safe arprequest() out of kernel lock. !
  • Unlock more parts of ! ioctl(2) ! code in the network stack.
  • Direct Rendering Manager and graphics drivers *************** *** 252,258 **** always uses the current media type provided by the kernel.
  • Ensure fdisk(8) handles the case where a GPT partition name is not a valid C string. !
  • in ld.so(1), avoid an overflow in the ELF SYSV ABI hash function.
  • Improved hardware support and driver bugfixes, including: --- 255,262 ---- always uses the current media type provided by the kernel.
  • Ensure fdisk(8) handles the case where a GPT partition name is not a valid C string. !
  • In ld.so(1), ! avoid an overflow in the ELF SYSV ABI hash function.
  • Improved hardware support and driver bugfixes, including: *************** *** 289,295 ****
  • In umcs(4), set parity bits correctly.
  • Enabled the caps lock LED on modern Apple laptop keyboards. !
  • Added support for Rockchip "cryptov2-rng" random number generator in rkrng(4).
  • Fixed cpuperf on the Apple M2 Pro/Max.
  • Add support for the PCIe controller found on Apple M2 Pro/Max SoCs.
  • Add support for enabling both the USB2 and USB3 PHYs in --- 293,300 ----
  • In umcs(4), set parity bits correctly.
  • Enabled the caps lock LED on modern Apple laptop keyboards. !
  • Add support for Rockchip "cryptov2-rng" random number generator in ! rkrng(4).
  • Fixed cpuperf on the Apple M2 Pro/Max.
  • Add support for the PCIe controller found on Apple M2 Pro/Max SoCs.
  • Add support for enabling both the USB2 and USB3 PHYs in