=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- www/74.html 2023/10/14 22:47:31 1.85 +++ www/74.html 2023/10/14 23:00:49 1.86 @@ -303,6 +303,7 @@ aucat(1) and fix spelling mistakes.
  • Improve the code quality of find(1). +
  • Many changes in mg(1): -
  • On aarch64 architectures improve how BTI control flow integrity - enforcement is implemented in the executable entry point and enable - support for BTI control flow integrity checks in libc assembly - functions. +
  • In ld.so(1) treat symlinks in $ORIGIN determination the same way as other OS linkers do.
  • Fix a segfault when the @@ -359,6 +357,7 @@ 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. +
  • When creating new crypto volumes with bioctl(8), by default use a hardware based number of KDF rounds for passphrases. @@ -368,6 +367,7 @@
  • Let bioctl(8) read passphrases without prompts or confirmation in -s mode. +
  • Allow the atactl(8) command readattr to succeed even for disks where ATA_SMART_READ and @@ -399,9 +399,6 @@
  • In pax(1), safely escape characters when displaying messages that may include file names, and truncate times to the correct maximum value. -
  • In patch(1), - increase the maximum line length from 32768 to 9223372036854775807 - (ssize_t) characters.
  • Make rcctl(8) check if a daemon exists before trying to disable it, thereby avoiding parsing and printing of bogus characters. @@ -414,6 +411,50 @@
  • Improved hardware support and driver bugfixes, including: @@ -609,7 +612,8 @@
  • On luna88k, implement the chmod() signaling mechanism for /bsd.upgrade to prevent re-upgrade, like other architectures. - + +
  • Support for softraid(4) disks in the installer was improved: