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

Diff for /www/63.html between version 1.30 and 1.31

version 1.30, 2018/03/25 22:40:28 version 1.31, 2018/03/26 00:00:29
Line 253 
Line 253 
     <li><a href="https://man.openbsd.org/softraid.4">softraid(4)</a> now validates      <li><a href="https://man.openbsd.org/softraid.4">softraid(4)</a> now validates
       the number of chunks when assembling a volume, ensuring the on-disk        the number of chunks when assembling a volume, ensuring the on-disk
       and in-memory metadata are in sync.        and in-memory metadata are in sync.
       <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> now
         always offers to edit an FFS partition's fragment size before offering to
         edit the blocksize.
       <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> now
         allows editing the cylinders/group (cpg) attribute whenever the partition
         blocksize can be edited.
       <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> now
         detects ^D and invalid input during (R)esize commands.
       <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> now
         detects underflows and overflows when -/+ operators are used.
       <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> now
         avoids an off-by-one when calculating the number of cylinders in a free
         chunk.
       <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> now
         validates the requested partition size against the size of the largest free
         chunk instead of the total free space.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31