=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** www/74.html 2023/10/12 19:29:49 1.34 --- www/74.html 2023/10/12 21:58:41 1.35 *************** *** 94,99 **** --- 94,102 ---- 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.
  • SMP Improvements *************** *** 103,108 **** --- 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 *************** *** 216,221 **** --- 220,226 ----
  • Plug memory leak.
  • Replace strncpy() with strlcpy().
  • Skip checking permissions of conffile with access(2). +
  • Added a missing void.
  • On aarch64 architectures improve how BTI control flow integrity enforcement is implemented in the executable entry point and enable *************** *** 243,248 **** --- 248,254 ---- 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: *************** *** 278,284 **** work on a Banana Pi BPI-R2 Pro.
  • In umcs(4), set parity bits correctly. !
  • Enable the caps lock LED on modern Apple laptop keyboards.
  • New or improved network hardware support: --- 284,294 ---- work on a Banana Pi BPI-R2 Pro.
  • 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 a double free in error path in the 'openssl(1) x509' command. !
  • Fixed cpuperf on the Apple M2 Pro/Max. !
  • Add support for the PCIe controller found on AppleM2 Pro/Max SoCs. While the
  • New or improved network hardware support: *************** *** 368,373 **** --- 378,385 ----
  • When media has neither a GPT nor an MBR installboot(8). assumes OpenBSD occupies the entire disk starting at sector 0. +
  • Attempt to not overflow the ramdisk when extracting firmware on + Apple arm64 systems.
  • Security improvements: