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

Diff for /www/59.html between version 1.47 and 1.48

version 1.47, 2016/03/02 06:39:09 version 1.48, 2016/03/02 12:52:50
Line 75 
Line 75 
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&amp;sektion=4">puc(4)</a> driver now supports Moxa CP-168U, Perle Speed8 LE and QEMU PCI serial devices.      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc&amp;sektion=4">puc(4)</a> driver now supports Moxa CP-168U, Perle Speed8 LE and QEMU PCI serial devices.
     <li>Intel 100 Series PCH Ethernet MAC with i219 PHY support has been added to the      <li>Intel 100 Series PCH Ethernet MAC with i219 PHY support has been added to the
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a> driver.          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a> driver.
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a> driver now processes packets without the kernel lock held.      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&amp;sektion=4">bge(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&amp;sektion=4">em(4)</a> drivers now process packets without the kernel lock held.
       <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&amp;sektion=4">oce(4)</a> driver now processes received packets without the kernel lock held.
     <li>RTL8168H/RTL8111H support has been added to      <li>RTL8168H/RTL8111H support has been added to
         <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>.
     <li>Initial IEEE 802.11n support in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwm&amp;sektion=4">iwm(4)</a>      <li>Initial IEEE 802.11n support in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwm&amp;sektion=4">iwm(4)</a>
Line 94 
Line 95 
     <li>Support for audio in Thinkpad docks has been added to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;sektion=4">azalia(4)</a> driver.      <li>Support for audio in Thinkpad docks has been added to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&amp;sektion=4">azalia(4)</a> driver.
     <li>Support for Synaptic touchpads without W mode has been added to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;sektion=4">pms(4)</a> driver.      <li>Support for Synaptic touchpads without W mode has been added to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;sektion=4">pms(4)</a> driver.
     <li>Support for tap-and-drag detection with ALPS touchpads in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;sektion=4">pms(4)</a> driver has been improved.      <li>Support for tap-and-drag detection with ALPS touchpads in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&amp;sektion=4">pms(4)</a> driver has been improved.
       <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdmmc&amp;sektion=4">sdmmc(4)</a> driver now supports sector mode for eMMC devices, such as those found on some BeagleBone Black boards.
       <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cnmac&amp;sektion=4">cnmac(4)</a> driver now supports checksum offloading and receives packets without the kernel lock held.
       <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xhci&amp;sektion=4">xhci(4)</a> driver is now enabled for macppc machines.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 125 
Line 129 
         pseudo-device for tunnelling Ethernet frames across IP[46] networks using RFC 3378 EtherIP encapsulation.          pseudo-device for tunnelling Ethernet frames across IP[46] networks using RFC 3378 EtherIP encapsulation.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pair&amp;sektion=4">pair(4)</a> pseudo-device for creating paired virtual Ethernet interfaces.      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pair&amp;sektion=4">pair(4)</a> pseudo-device for creating paired virtual Ethernet interfaces.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&amp;sektion=4">bpf(4)</a> now runs without the kernel lock.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&amp;sektion=4">bpf(4)</a> now runs without the kernel lock.
       <li>Split up the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&amp;sektion=4">tun(4)</a>
       pseudo-device into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&amp;sektion=4">tun(4)</a>
       (for layer 3) and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tap&amp;sektion=4">tap(4)</a> (for layer 2) pseudo-devices. As a result, the link0 flag has no effect on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tun&amp;sektion=4">tun(4)</a> interfaces anymore.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&amp;sektion=1">tcpdump(1)</a> now displays more information about IEEE 802.11 frames when run with the -y IEEE802_11_RADIO and -v options.</li>
       <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&amp;sektion=4">iwn(4)</a> driver now passes IEEE 802.11 control frames in monitor mode, allowing full capture of traffic on a particular wireless channel.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflow&amp;sektion=4">pflow(4)</a> now supports IPv6 for transport.
       <li>Several interoperability issues in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&amp;sektion=8">iked(4)</a> have been fixed, including EAP auth with OS X El Capitan.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 141 
Line 152 
   
 <li>Routing daemons and other userland network improvements:  <li>Routing daemons and other userland network improvements:
     <ul>      <ul>
       <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eigrpd&amp;sektion=8">eigrpd(8)</a> routing daemon for the Enhanced Interior Gateway Routing Protocol.
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> now supports multiple domain names provided via DHCP option 15 (Domain Name).      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> now supports multiple domain names provided via DHCP option 15 (Domain Name).
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> now supports search domains provided via DHCP option 119 (Domain Search).      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> now supports search domains provided via DHCP option 119 (Domain Search).
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> no longer continually checks for a change to the routing domain of the interface it controls. It now relies on the appropriate routing socket messages.      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&amp;sektion=8">dhclient(8)</a> no longer continually checks for a change to the routing domain of the interface it controls. It now relies on the appropriate routing socket messages.
Line 198 
Line 210 
     <li>Added support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&amp;sektion=1">ktrace(1)</a> the arguments to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&amp;sektion=2">execve(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pledge&amp;sektion=2">pledge(2)</a>.  Removed support for tracing context switch points.  <tt>kevent</tt> structures are now dumped.      <li>Added support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&amp;sektion=1">ktrace(1)</a> the arguments to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&amp;sektion=2">execve(2)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pledge&amp;sektion=2">pledge(2)</a>.  Removed support for tracing context switch points.  <tt>kevent</tt> structures are now dumped.
     <li>Disabled support for loading locales other than UTF-8.      <li>Disabled support for loading locales other than UTF-8.
     <li>UTF-8 character locale data has been updated to Unicode 7.0.0.      <li>UTF-8 character locale data has been updated to Unicode 7.0.0.
     <li>Added UTF-8 support to several utilities, including <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&amp;sektion=1">ls(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calendar&amp;sektion=1">calendar(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=colrm&amp;sektion=1">colrm(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cut&amp;sektion=1">cut(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmt&amp;sektion=1">fmt(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&amp;sektion=1">ps(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rs&amp;sektion=1">rs(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ul&amp;sektion=1">ul(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uniq&amp;sektion=1">uniq(1)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wc&amp;sektion=1">wc(1)</a>.      <li>Added UTF-8 support to several utilities, including <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=calendar&amp;sektion=1">calendar(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=colrm&amp;sektion=1">colrm(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cut&amp;sektion=1">cut(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fmt&amp;sektion=1">fmt(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&amp;sektion=1">ls(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ps&amp;sektion=1">ps(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rs&amp;sektion=1">rs(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ul&amp;sektion=1">ul(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uniq&amp;sektion=1">uniq(1)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wc&amp;sektion=1">wc(1)</a>.
     <li>Native language support (NLS) has been removed from libc.      <li>Native language support (NLS) has been removed from libc.
       <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&amp;sektion=4">ddb(4)</a> now automatically shows a stack trace upon panic.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48