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

Diff for /www/72.html between version 1.63 and 1.64

version 1.63, 2022/10/13 16:10:45 version 1.64, 2022/10/16 17:19:27
Line 320 
Line 320 
         transferring data to inform the user that pkg_add is still working.          transferring data to inform the user that pkg_add is still working.
   
   <!-- fdisk -->    <!-- fdisk -->
   <li>Added missing uuid_dec_le() to init_fp() so <a    <li>Added missing uuid_dec_le() to init_gp() so <a
         href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> -A works on          href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> -A works on
         big-endian architectures.          big-endian architectures.
   <li>Aligned <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>    <li>Aligned <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>
Line 345 
Line 345 
   <li>Made <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> print    <li>Made <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> print
         a warning when a GPT partition start or end is outside the usable LBA          a warning when a GPT partition start or end is outside the usable LBA
         area of the device.          area of the device.
    <li>Made <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>
    display "Microsoft basic data" instead of
    "FAT12" for GPT_UUID_MSDOS partitions.
    <li>Made <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> print
    GPT attributes in verbose output.
    <li>Made <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> use the
    correct GPT bootable attribute bit.
    <li>Made <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> not
    spoof GPT partitions with the attribute REQUIRED.
    <li>Made <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a>
    ensure GPT headers, table entries and usable area don't
    overlap each other.
   
   <!-- btrace -->    <!-- btrace -->
   <li>Installed useful <a    <li>Installed useful <a

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64