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

Diff for /www/47.html between version 1.42 and 1.43

version 1.42, 2010/03/17 08:06:24 version 1.43, 2010/03/17 10:05:55
Line 171 
Line 171 
         properties from Xinput.          properties from Xinput.
     <li>Support for ON CAT6095 and ON CAT34TS02 temperature sensors added to      <li>Support for ON CAT6095 and ON CAT34TS02 temperature sensors added to
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&amp;sektion=4">sdtemp(4)</a>.        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdtemp&amp;sektion=4">sdtemp(4)</a>.
     <li>Several improvements and bug fixes to existing ethernet      <li>Several improvements and bug fixes to existing Ethernet
       drivers, including        drivers, including
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>,        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a>,
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sektion=4">re(4)</a>,        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=re&amp;sektion=4">re(4)</a>,
Line 199 
Line 199 
     </ul>      </ul>
 <p>  <p>
   
 <li>Filesystem Midlayer improvements:  <li>Filesystem midlayer improvements:
     <ul>      <ul>
     <li> Dynamic Buffer Cache now supported to a max size set with sysctl <tt>kern.bufcachepercent</tt>      <li> Dynamic Buffer Cache now supported to a max size set with sysctl <tt>kern.bufcachepercent</tt>
     <li> Dynamic VFS name cache rewrite, now uses Red/Black trees instead of linked lists.      <li> Dynamic VFS name cache rewrite, now uses Red/Black trees instead of linked lists.
Line 242 
Line 242 
     </ul>      </ul>
 <p>  <p>
   
 <li>Generic Network-Stack improvements:  <li>Generic network stack improvements:
     <ul>      <ul>
     <li>brconfig is now integrated into      <li>brconfig is now integrated into
     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a>      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a>
     <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vether&sektion=4&format=html">vether(4)</a>, a virtual ethernet device.      <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vether&sektion=4&format=html">vether(4)</a>, a virtual Ethernet device.
     <li>Two bugs in IPsec/HMAC-SHA2 were fixed, resulting in an incompatibilityr      <li>Two bugs in IPsec/HMAC-SHA2 were fixed, resulting in an incompatibilityr
     with the HMAC-SHA-256/384/512 hash algorithms with previous versions of      with the HMAC-SHA-256/384/512 hash algorithms with previous versions of
     OpenBSD and other IPsec implementations sharing the bugs.      OpenBSD and other IPsec implementations sharing the bugs.
Line 254 
Line 254 
     <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&sektion=8&format=html">dhcrelay(8)</a> pick up the routing domain from the specified interface and use that rdomain for relaying the packets to the server.      <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&sektion=8&format=html">dhcrelay(8)</a> pick up the routing domain from the specified interface and use that rdomain for relaying the packets to the server.
     <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&sektion=8&format=html">dhcrelay(8)</a> for RFC3046 "DHCP-over-ipsec".      <li>Added support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcrelay&sektion=8&format=html">dhcrelay(8)</a> for RFC3046 "DHCP-over-ipsec".
     <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> BGP OPEN capability parser RFC 5492 compliant.      <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a> BGP OPEN capability parser RFC 5492 compliant.
       <li>Added an exec command to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8&format=html">route(8)</a> to run a process and it's children in a specified routing domain.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43