[BACK]Return to 72.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/72.html between version 1.65 and 1.66

version 1.65, 2022/10/19 15:10:18 version 1.66, 2022/10/19 15:40:16
Line 168 
Line 168 
         switching between them depending on their quality properties.  This          switching between them depending on their quality properties.  This
         improves how timers backing <a          improves how timers backing <a
         href="https://man.openbsd.org/delay.9">delay(9)</a> are managed.          href="https://man.openbsd.org/delay.9">delay(9)</a> are managed.
     <li>Ensured <a href="https://man.openbsd.org/disklabel.5">disklabel(5)</a> is
     is read from/written to disk only from/to unused space or an OpenBSD partition.
     <li>Ensured GPT header data is not used until all validity checks are passed.
     <li>Corrected handling of GPT usable LBA start/end values, preventing incorrect fallback to
     MBR partitioning.
     <li>Ignored size of OpenBSD GPT partition when searching for the
     <a href="https://man.openbsd.org/disklabel.5">disklabel(5)</a>,
     as has always been done for MBR OpenBSD partition.
   </ul>    </ul>
   
 <li>SMP Improvements  <li>SMP Improvements
Line 619 
Line 627 
         use non-standard UARTs on the AMD Ryzen Embedded V1000 SoCs as console.          use non-standard UARTs on the AMD Ryzen Embedded V1000 SoCs as console.
   <li>Switched bootloaders to the extended BOOTARG_CONSDEV struct.    <li>Switched bootloaders to the extended BOOTARG_CONSDEV struct.
   <li>Added UFS2 support to landisk boot blocks.    <li>Added UFS2 support to landisk boot blocks.
     <li>Removed "force CHS" capabilty from <a href="https://man.openbsd.org/biosboot.8">biosboot(8)</a>
   </ul>    </ul>
   
 <li>Security improvements:  <li>Security improvements:

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66