=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/55.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- www/55.html 2014/04/05 05:05:34 1.39 +++ www/55.html 2014/04/05 10:33:05 1.40 @@ -261,6 +261,13 @@ now support a new -h flag to place the checksum into a specified hash file instead of stdout.
  • sha256(1) and related tools now support a new -C flag that allows the verification of selected files in a checklist.
  • sha256(1) and related tools will now print MISSING if they encounter non-existent files in a checklist. +
  • Rewritten + installboot(8) + utility aiming for a unified implementation across platforms. Currently used by i386 and amd64 platforms only. +
  • i386 and amd64 platforms can now boot from keydisk-based softraid(4) crypto volumes. +
  • Allow softraid(4) to work with partitions larger than 2TB. +
  • Removed experimental RAID 4 support from softraid(4). +
  • Added experimental support for rebuilding RAID 5 softraid(4) volumes. Lots of testing is still required and there is missing functionality, such as the ability to resume a partially completed rebuild. bioctl(8) refuses to create RAID 5 volumes unless recompiled with -DRAID5.