=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/72.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- www/72.html 2022/10/13 16:10:45 1.63 +++ www/72.html 2022/10/16 17:19:27 1.64 @@ -320,7 +320,7 @@ transferring data to inform the user that pkg_add is still working. -
  • Added missing uuid_dec_le() to init_fp() so Added missing uuid_dec_le() to init_gp() so fdisk(8) -A works on big-endian architectures.
  • Aligned fdisk(8) @@ -345,6 +345,18 @@
  • Made fdisk(8) print a warning when a GPT partition start or end is outside the usable LBA area of the device. +
  • Made fdisk(8) + display "Microsoft basic data" instead of + "FAT12" for GPT_UUID_MSDOS partitions. +
  • Made fdisk(8) print + GPT attributes in verbose output. +
  • Made fdisk(8) use the + correct GPT bootable attribute bit. +
  • Made fdisk(8) not + spoof GPT partitions with the attribute REQUIRED. +
  • Made fdisk(8) + ensure GPT headers, table entries and usable area don't + overlap each other.
  • Installed useful