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

Diff for /www/52.html between version 1.50 and 1.51

version 1.50, 2012/09/10 22:42:45 version 1.51, 2012/09/11 17:18:54
Line 109 
Line 109 
     <li>Support for the AMD Hudson-2 chipset has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;sektion=4">azalia(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=piixpm&amp;sektion=4">piixpm(4)</a>.      <li>Support for the AMD Hudson-2 chipset has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;sektion=4">azalia(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=piixpm&amp;sektion=4">piixpm(4)</a>.
     <li>Support for NetMos NM9820 cardbus serial cards has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com(4)</a>.      <li>Support for NetMos NM9820 cardbus serial cards has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&amp;sektion=4">com(4)</a>.
     <li>Support for Huawei Mobile E303 has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&amp;sektion=4">umsm(4)</a>.      <li>Support for Huawei Mobile E303 has been added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umsm&amp;sektion=4">umsm(4)</a>.
   
     <li>...  
     </ul>      </ul>
 <p>  <p>
   
Line 121 
Line 119 
     <li>Cleanup handling of sockaddrs in degenerate use cases.      <li>Cleanup handling of sockaddrs in degenerate use cases.
     <li>Improved handling of error and limit cases in file descriptor passing.      <li>Improved handling of error and limit cases in file descriptor passing.
     <li>Improved socketbuffer handling for AF_UNIX sockets.      <li>Improved socketbuffer handling for AF_UNIX sockets.
       <li>Fix yet another a file descriptor leak in message passing.
     <li>Improved error handling in socket splicing.      <li>Improved error handling in socket splicing.
     <li>IPv6 privacy addresses now appear alongside SLAAC addresses.      <li>IPv6 privacy addresses now appear alongside SLAAC addresses.
     <li>Support for Extended Sequence Numbers has been added to the IPsec stack and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&amp;sektion=8">iked(8)</a>.      <li>Support for Extended Sequence Numbers has been added to the IPsec stack and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&amp;sektion=8">iked(8)</a>.
     <li>Bridging two IPv4 networks over an IPv6 link with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&amp;sektion=4">gif(4)</a> is now possible.      <li>Bridging two IPv4 networks over an IPv6 link with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&amp;sektion=4">gif(4)</a> is now possible.
     <li>...  
     </ul>      </ul>
 <p>  <p>
   
Line 184 
Line 182 
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&amp;sektion=8">ypldap(8)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ypldap&amp;sektion=8">ypldap(8)</a>
         now handles larger directories and is more tolerant when processing groups.          now handles larger directories and is more tolerant when processing groups.
     <li>Added support for AF_INET6 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet_net_pton&amp;sektion=3">inet_net_pton(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet_net_ntop&amp;sektion=3">inet_net_ntop(3)</a>.      <li>Added support for AF_INET6 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet_net_pton&amp;sektion=3">inet_net_pton(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet_net_ntop&amp;sektion=3">inet_net_ntop(3)</a>.
     <li>...  
     </ul>      </ul>
 <p>  <p>
   
Line 198 
Line 195 
     <li>Allow to set the tos on IPv6 packets.      <li>Allow to set the tos on IPv6 packets.
     <li>Better demotion handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a> to prevent failovers without having a full state table.      <li>Better demotion handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a> to prevent failovers without having a full state table.
     <li>Fixed printing of wildcard anchors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.      <li>Fixed printing of wildcard anchors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>.
     <li>...  
     </ul>      </ul>
 <p>  <p>
   
Line 272 
Line 268 
     <li>SCSI errors are now correctly propogated to userland. e.g. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&amp;sektion=2">mount(2)</a> now reports specific errors such as trying to mount RW filesystems from RO media.      <li>SCSI errors are now correctly propogated to userland. e.g. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&amp;sektion=2">mount(2)</a> now reports specific errors such as trying to mount RW filesystems from RO media.
     <li>Improved FAT media handling: autorecognize such media even if the 0x55aa signature is missing and prevent the writing of an OpenBSD disklabel over top of the FAT data structures.      <li>Improved FAT media handling: autorecognize such media even if the 0x55aa signature is missing and prevent the writing of an OpenBSD disklabel over top of the FAT data structures.
     <li>The MS-DOS FAT filesystem implementation gained a significant write speedup for large files (up to twice as fast).      <li>The MS-DOS FAT filesystem implementation gained a significant write speedup for large files (up to twice as fast).
     <li>...  
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51