=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/73.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- www/73.html 2023/04/07 00:19:35 1.43 +++ www/73.html 2023/04/07 00:50:00 1.44 @@ -339,6 +339,39 @@ the maximum available free space into a partition, and extended command line parsing to allow "T-" as the specification to read the template from stdin. +
  • Repaired disklabel(8) + to check for D_VENDOR flag in d_flags, not d_secpercyl. +
  • Removed remnents of DEC standard 144 bad sector code from + disklabel(8) + and + disktab(5). +
  • Removed last references to d_drivedata field from disklabel(8) +
  • Enhanced disklabel(8) + auto allocation to use all possible free space. +
  • Enhanced disklabel(8) + to ensure valid partition offsets and sizes after rounding. +
  • Enhanced disklabel(8) + simple editor to allow '*' when the action is 'delete'. +
  • Removed disklabel(8) + code related to defunct disk types 'hd' and 'svnd'. +
  • Repaired fdisk(8) + to set the correct 'bootable' bit in GPT partitions. +
  • Repaired fdisk(8) + to use GPT_UUID_NBSD_UFS for NetBSD GPT partition entries. +
  • Added UEFI defined GPT partition type GPT_UUID_LEGACY_MBR to + the partition types + fdisk(8) + recognizes. +
  • Enhanced fdisk(8) + to avoid spurious warnings when editing unused GPT partition.
  • Improved hardware support and driver bugfixes, including: