=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/72.html,v retrieving revision 1.65 retrieving revision 1.66 diff -c -r1.65 -r1.66 *** www/72.html 2022/10/19 15:10:18 1.65 --- www/72.html 2022/10/19 15:40:16 1.66 *************** *** 168,173 **** --- 168,181 ---- switching between them depending on their quality properties. This improves how timers backing delay(9) are managed. +
  • Ensured disklabel(5) is + is read from/written to disk only from/to unused space or an OpenBSD partition. +
  • Ensured GPT header data is not used until all validity checks are passed. +
  • Corrected handling of GPT usable LBA start/end values, preventing incorrect fallback to + MBR partitioning. +
  • Ignored size of OpenBSD GPT partition when searching for the + disklabel(5), + as has always been done for MBR OpenBSD partition.
  • SMP Improvements *************** *** 619,624 **** --- 627,633 ---- 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. +
  • Removed "force CHS" capabilty from biosboot(8)
  • Security improvements: