=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/63.html,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** www/63.html 2018/03/25 22:40:28 1.30 --- www/63.html 2018/03/26 00:00:29 1.31 *************** *** 253,258 **** --- 253,274 ----
  • softraid(4) now validates the number of chunks when assembling a volume, ensuring the on-disk and in-memory metadata are in sync. +
  • disklabel(8) now + always offers to edit an FFS partition's fragment size before offering to + edit the blocksize. +
  • disklabel(8) now + allows editing the cylinders/group (cpg) attribute whenever the partition + blocksize can be edited. +
  • disklabel(8) now + detects ^D and invalid input during (R)esize commands. +
  • disklabel(8) now + detects underflows and overflows when -/+ operators are used. +
  • disklabel(8) now + avoids an off-by-one when calculating the number of cylinders in a free + chunk. +
  • disklabel(8) now + validates the requested partition size against the size of the largest free + chunk instead of the total free space.
  • ...