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

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

version 1.30, 2014/03/27 20:31:56 version 1.31, 2014/03/27 21:24:51
Line 217 
Line 217 
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax</a> now sets the mode and timestamps correctly on symlinks, and makes hardlinks to symlinks when requested.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax</a> now sets the mode and timestamps correctly on symlinks, and makes hardlinks to symlinks when requested.
     <li>Corrected handling of shared-library destructors when libc is staticly linked.      <li>Corrected handling of shared-library destructors when libc is staticly linked.
     <li>Disk images which can be written to a USB flash (miniroot55.fs and install55.fs) are now provided for i386 and amd64.      <li>Disk images which can be written to a USB flash (miniroot55.fs and install55.fs) are now provided for i386 and amd64.
       <li>Corrected various disk drivers to handle non-512-byte sectors and disk sizes greater than 32-bits.
       <li>Corrected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=growfs&amp;sektion=8">growfs(8)</a> to handle non-512-byte sectors and disk sizes greater than 32-bits.
       <li>All CIRCLEQ uses replaced with TAILQ.
       <li>Preserve and honour changes to the OpenBSD bounds in a disklabel.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&amp;sektion=8">fdisk(8)</a> now always writes a good signature when MBR is written to disk.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a> now writes the disklabel to the correct location on non-512-byte sector devices.
       <li>Correctly parse nwid's with embedded blanks during install.
       <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&amp;sektion=4">athn(4)</a> tick calculations to eliminate excessive timeouts.
       <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a> to set any partition, including 'C', to type UNUSED.
     </ul>      </ul>
 <p>  <p>
   

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