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

Diff for /www/43.html between version 1.48 and 1.49

version 1.48, 2008/03/16 21:08:13 version 1.49, 2008/03/17 00:58:37
Line 200 
Line 200 
 are actually 10 bytes. Some devices took this too literally.  are actually 10 bytes. Some devices took this too literally.
 <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">
 dhcpd(8)</a> now always issues packets equal or larger than the minimum IP MTU.  dhcpd(8)</a> now always issues packets equal or larger than the minimum IP MTU.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>
   -E mode does not allow manual editing of the 'c' partition, which
   is always set to cover the entire disk.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>
   -E mode does not allow changing the cpg value of a partition.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>
   -E mode command 'r' now displays the list of free chunks on the disk.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8">disklabel(8)</a>
   -E mode no longer permits assigning arbitrary sizes to FS_BOOT and FS_UNUSED
   partitions.
   <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;sektion=4">bge(4)</a> driver problems receiving jumbo frames have been resolved.
   <li>Many dangerous unsigned comparisions with -1 when checking the
   results of read and write calls have been eliminated.
   <li>The new M_ZERO flag for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=9">malloc(9)</a>
   replaces many malloc+bzero/memset combinations, fixing a number of bugs
   in memory initialization and shrinking the kernel.
 </ul>  </ul>
 <p>  <p>
   

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49