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

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

version 1.53, 2010/03/22 00:29:55 version 1.54, 2010/03/22 01:30:24
Line 192 
Line 192 
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mavb&amp;sektion=4&amp;arch=sgi">mavb(4)</a>.        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mavb&amp;sektion=4&amp;arch=sgi">mavb(4)</a>.
     <li>Improved support for USB audio devices in      <li>Improved support for USB audio devices in
       <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio(4)</a>.        <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uaudio&amp;sektion=4">uaudio(4)</a>.
       <li>Improved support for
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bwi&amp;sektion=4">bwi(4)</a> devices on strict-alignment architectures like armish.
         <li>eliminate usage of SCSI tagged queueing mechanisms other than simple queuing, thus avoiding incorrect implementations on various disk devices.
         <li>eliminate spurious <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=">dhclient(8)</a> error messages when the specified interface does not exist.
         <li>eliminate spurious <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=">softraid(4)</a> error messages for removeable devices without media.
     </ul>      </ul>
 <p>  <p>
   
Line 208 
Line 213 
     <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.
     <li> Numerous NFS client stability fixes.      <li> Numerous NFS client stability fixes.
       <li> Fix FAT32 mounting.
       <li> Fix cd9660 directory handling to eliminate looping and random
            truncation of directory entries.
       <li> Fix various internal locking problems with cd9660, udf, msdosfs and ffs file systems.
     </ul>      </ul>
 <p>  <p>
   
Line 259 
Line 268 
     <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 its children in a specified routing domain.      <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 its children in a specified routing domain.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&amp;sektion=8">ifconfig(8)</a> now deals with more than 64 alias addresses.
       <li>various fixes to mbuf defragmenting and mbuf chain copying improve reliability.
     </ul>      </ul>
 <p>  <p>
   
Line 280 
Line 291 
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&amp;sektion=1">m4(1)</a>.  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=m4&amp;sektion=1">m4(1)</a>.
     <li>Make it possible to specify a port in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&sektion=5&format=html">resolv.conf(5)</a>.      <li>Make it possible to specify a port in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&sektion=5&format=html">resolv.conf(5)</a>.
     <li>added SO_SNDTIMEO and SO_RCVTIMEO support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&amp;sektion=3">pthreads(3)</a>.      <li>added SO_SNDTIMEO and SO_RCVTIMEO support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&amp;sektion=3">pthreads(3)</a>.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&amp;sektion=1">cdio(1)</a> no longer prints bogus information if no TOC is found on the disk.
       <li>new -v flag causes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&amp;sektion=1">cdio(1)</a> to print profile and feature information.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=whois&amp;sektion=1">whois(1)</a> no longer attempts to keep the memory of 6Bone alive.
     </ul>      </ul>
       <li>Many memory leaks found by parfait and eliminated.
       <li>Make handling of floppy disk disklabels more reliable by properly
          initializing starting label.
 <p>  <p>
   
 <li>Install/Upgrade process changes:  <li>Install/Upgrade process changes:

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