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

Diff for /www/43.html between version 1.53 and 1.54

version 1.53, 2008/03/18 12:34:53 version 1.54, 2008/03/19 00:08:11
Line 218 
Line 218 
 <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>  <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  replaces many malloc+bzero/memset combinations, fixing a number of bugs
 in memory initialization and shrinking the kernel.  in memory initialization and shrinking the kernel.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&amp;sektion=8">
   dhcpd(8)</a> now correctly constructs response packets that use the overflow buffers to store options.
   <li>SCSI drivers are more reliable in MP machines due to better locking
   around command completion.
   <li>TCP responses to highly fragmented packets are now constructed without
   risking corruption of kernel memory.
 </ul>  </ul>
 <p>  <p>
   
Line 227 
Line 233 
 <li>Serial console speed is detected and appropriate /etc/ttys entries  <li>Serial console speed is detected and appropriate /etc/ttys entries
 automatically created.  automatically created.
 <li><a href="vax.html">OpenBSD/vax</a> now also has both kinds of install ISO cd images.  <li><a href="vax.html">OpenBSD/vax</a> now also has both kinds of install ISO cd images.
   <li>DNS server addresses are remembered if an install is restarted.
 </ul>  </ul>
 <p>  <p>
   

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54