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

Diff for /www/plus.html between version 1.976 and 1.977

version 1.976, 2005/11/17 05:16:04 version 1.977, 2005/11/19 22:37:27
Line 60 
Line 60 
 <p>  <p>
   
 <ul>  <ul>
 <!-- 2005/11/01 -->  <!-- 2005/11/06 -->
   <li>Steal code from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&sektion=4">pfctl(4)</a> to improve address & mask handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&sektion=8">ipsecctl(8)</a>.
   <li>Add keyboard bell support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dnkbd&sektion=4&arch=hp300">dnkbd(4)</a> on hp300.
   <li>Add bus DMA and bing endian support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lmc&sektion=4">lmc(4)</a>.  Enable it on alpha, amd64, macppc, and sparc64 now.
   <li>Add init code for BCM5421 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=brgphy&sektion=4">brgphy(4)</a>.
   <li>Fix some resource leaks in error paths in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a>.
   <li>Fix interrupt handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&sektion=4">trm(4)</a> to avoid "overlapping command attempted" error.
   <li>Fix lots of little issues in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ospfd&sektion=8">ospfd(8)</a> so it handles time jumps gracefully and correctly keeps the candidate list sorted in cost order.
   <li>Bump <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a> state, byte, and packet counters to u_int64_t.
   <li>Remove hardcoded key lengths in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1">ssh(1)</a> key exchange code, allowing implementation of KEX methods with different hashes (e.g. SHA-256).
   <li>Add the required pieces to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> to support the "filter drop" option.
   <li>TCP sockets now inherit sack_enable from listening socket.  This should allow connections with both SACK and md5 options in SYN.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1">ld.so(1)</a>, also allow shared libs with paths to use version matching rules, rather than requiring an exact match.
   <li>Teach <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a> how to parse IPv6 addresses.
   <li>Simplify SCSI delay code so that we can support different delay lengths for different devices in some cases.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&sektion=4">gem(4)</a>, handle TX underrun by resetting the chip.
   <li>Support soft reconfig in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8">bgpd(8)</a>. On config reload, filter changes in outgoing rules propagate to peers automatically.
 <li>Add basic support for hw.setperf and hw.cpuspeed to change CPU MHz on zaurus.  <li>Add basic support for hw.setperf and hw.cpuspeed to change CPU MHz on zaurus.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tumbler&sektion=4&arch=macppc">tumbler(4)</a> audio driver for macppc.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tumbler&sektion=4&arch=macppc">tumbler(4)</a> audio driver for macppc.
 <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daca&sektion=4&arch=macppc">aoa(4)</a> audio driver for macppc.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=daca&sektion=4&arch=macppc">aoa(4)</a> audio driver for macppc.

Legend:
Removed from v.1.976  
changed lines
  Added in v.1.977