=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/55.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- www/55.html 2014/03/27 20:31:56 1.30 +++ www/55.html 2014/03/27 21:24:51 1.31 @@ -217,6 +217,15 @@
  • pax now sets the mode and timestamps correctly on symlinks, and makes hardlinks to symlinks when requested.
  • Corrected handling of shared-library destructors when libc is staticly linked.
  • Disk images which can be written to a USB flash (miniroot55.fs and install55.fs) are now provided for i386 and amd64. +
  • Corrected various disk drivers to handle non-512-byte sectors and disk sizes greater than 32-bits. +
  • Corrected growfs(8) to handle non-512-byte sectors and disk sizes greater than 32-bits. +
  • All CIRCLEQ uses replaced with TAILQ. +
  • Preserve and honour changes to the OpenBSD bounds in a disklabel. +
  • fdisk(8) now always writes a good signature when MBR is written to disk. +
  • disklabel(8) now writes the disklabel to the correct location on non-512-byte sector devices. +
  • Correctly parse nwid's with embedded blanks during install. +
  • Fix athn(4) tick calculations to eliminate excessive timeouts. +
  • Allow disklabel(8) to set any partition, including 'C', to type UNUSED.