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

Diff for /www/55.html between version 1.49 and 1.50

version 1.49, 2014/04/09 14:56:08 version 1.50, 2014/04/11 03:52:48
Line 118 
Line 118 
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viornd&amp;sektion=4">viornd(4)</a>      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viornd&amp;sektion=4">viornd(4)</a>
         driver for VirtIO random number devices.          driver for VirtIO random number devices.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubcmtp&amp;sektion=4">ubcmtp(4)</a>      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ubcmtp&amp;sektion=4">ubcmtp(4)</a>
         driver for Broadcom multi-touch trackpads.          driver for Broadcom multi-touch trackpads found on newer Apple MacBook,
           MacBook Pro, and MacBook Air laptops.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugold&amp;sektion=4">ugold(4)</a>      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugold&amp;sektion=4">ugold(4)</a>
         driver for TEMPer gold HID thermometers.          driver for TEMPer gold HID thermometers.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugl&amp;sektion=4">ugl(4)</a>      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ugl&amp;sektion=4">ugl(4)</a>
Line 158 
Line 159 
     <li>Support for Microsoft XBox 360 controllers has been added to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&amp;sektion=4">uhid(4)</a> driver.      <li>Support for Microsoft XBox 360 controllers has been added to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhid&amp;sektion=4">uhid(4)</a> driver.
     <li>Support for CoreChip RD9700 USB Ethernet devices has been added to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;sektion=4">udav(4)</a> driver.      <li>Support for CoreChip RD9700 USB Ethernet devices has been added to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=udav&amp;sektion=4">udav(4)</a> driver.
     <li>Further reliability improvements regarding suspend/resume and hibernation.      <li>Further reliability improvements regarding suspend/resume and hibernation.
       <li>Enabled IPv6 transmit TCP checksum offload in
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;sektion=4">bge(4)</a>.
       <li>Enabled IPv6 transmit TCP/UDP checksum offload in
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&amp;sektion=4">jme(4)</a>.
     </ul>      </ul>
 <p>  <p>
   
Line 170 
Line 175 
         flows for pflowproto 10 are now parseable by existing receivers.          flows for pflowproto 10 are now parseable by existing receivers.
     <li>Continued improvement of the checksum offload framework to streamline      <li>Continued improvement of the checksum offload framework to streamline
         the calculation of TCP, UDP, ICMP, and ICMPv6 checksums.          the calculation of TCP, UDP, ICMP, and ICMPv6 checksums.
       <li>Enabled IPv6 routing domain support.
     </ul>      </ul>
 <p>  <p>
   
Line 184 
Line 190 
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&sektion=8">identd(8)</a>.          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&sektion=8">identd(8)</a>.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8">tcpdump(8)</a>
         can now detect bad ICMP and ICMPv6 checksums when used with the -v flag.          can now detect bad ICMP and ICMPv6 checksums when used with the -v flag.
       <li>Added rdomain support to IPv6 configuration tools
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ndp&sektion=8">ndp(8)</a>,
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtsold&sektion=8">rtsold(8)</a>,
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&sektion=8">ping6(8)</a>, and
           <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute6&sektion=8">traceroute6(8)</a>.
     </ul>      </ul>
 <p>  <p>
   
Line 271 
Line 282 
     <li>ino_t is now a 64 bit type, mostly to support large NFS filesystems.      <li>ino_t is now a 64 bit type, mostly to support large NFS filesystems.
     <li>Corrected handling of UTIME_OMIT.      <li>Corrected handling of UTIME_OMIT.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax(1)</a> now sets the mode and timestamps correctly on symlinks, and makes hardlinks to symlinks when requested.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&amp;sektion=1">pax(1)</a> now sets the mode and timestamps correctly on symlinks, and makes hardlinks to symlinks when requested.
     <li>Corrected handling of shared-library destructors when libc is staticly linked.      <li>Corrected handling of shared-library destructors when libc is statically linked.
     <li>Corrected various disk drivers to handle non-512-byte sectors and disk sizes greater than 32-bits.      <li>Corrected various disk drivers to handle non-512-byte sectors and disk sizes greater than 32-bits.
     <li>Corrected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=growfs&amp;sektion=8">growfs(8)</a> to handle non-512-byte sectors and disk sizes greater than 32-bits.      <li>Corrected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=growfs&amp;sektion=8">growfs(8)</a> to handle non-512-byte sectors and disk sizes greater than 32-bits.
     <li>All CIRCLEQ uses replaced with TAILQ.      <li>All CIRCLEQ uses replaced with TAILQ.
Line 293 
Line 304 
     <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=4">softraid(4)</a> to work with partitions larger than 2TB.      <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=4">softraid(4)</a> to work with partitions larger than 2TB.
     <li>Removed experimental RAID 4 support from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=4">softraid(4)</a>.      <li>Removed experimental RAID 4 support from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=4">softraid(4)</a>.
     <li>Added experimental support for rebuilding RAID 5 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=4">softraid(4)</a> volumes. Lots of testing is still required and there is missing functionality, such as the ability to resume a partially completed rebuild. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&amp;sektion=8">bioctl(8)</a> refuses to create RAID 5 volumes unless recompiled with -DRAID5.      <li>Added experimental support for rebuilding RAID 5 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&amp;sektion=4">softraid(4)</a> volumes. Lots of testing is still required and there is missing functionality, such as the ability to resume a partially completed rebuild. <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bioctl&amp;sektion=8">bioctl(8)</a> refuses to create RAID 5 volumes unless recompiled with -DRAID5.
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhts&amp;sektion=4">uhts(4)</a> driver has been merged into      <li>The uhts(4) driver has been merged into
     <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums(4)</a>.      <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ums&amp;sektion=4">ums(4)</a>.
     </ul>      </ul>
 <p>  <p>

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