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

Diff for /www/59.html between version 1.68 and 1.69

version 1.68, 2016/03/13 17:49:13 version 1.69, 2016/03/14 14:48:15
Line 82 
Line 82 
         drivers for HID-over-i2c keyboards, mice and multitouch touchpads.          drivers for HID-over-i2c keyboards, mice and multitouch touchpads.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=efifb">efifb(4)</a>      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=efifb">efifb(4)</a>
         driver for EFI frame buffer.          driver for EFI frame buffer.
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xnf">xnf(4)</a>  
         driver for Xen Netfront network interfaces.  
     <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viocon">viocon(4)</a>      <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=viocon">viocon(4)</a>
         driver for the          driver for the
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=virtio">virtio(4)</a>          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=virtio">virtio(4)</a>
         console interface provided by KVM, QEMU, and others.          console interface provided by KVM, QEMU, and others.
       <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xen">xen(4)</a>
           driver implementing Xen domU initialization and PVHVM device attachment.
       <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xspd">xspd(4)</a>
           driver for the XenSource Platform Device providing guests with additional
           capabilities.
       <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xnf">xnf(4)</a>
           driver for Xen paravirtualized networking interface.
     <li>amd64 can now boot from 32 bit and 64 bit EFI.      <li>amd64 can now boot from 32 bit and 64 bit EFI.
     <li>Initial support for hardware reduced ACPI added to      <li>Initial support for hardware reduced ACPI added to
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi">acpi(4)</a>.          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi">acpi(4)</a>.
     <li>Support for ACPI configured SD host controllers has been added to      <li>Support for ACPI configured SD host controllers has been added to
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc">sdhc(4)</a>.          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sdhc">sdhc(4)</a>.
     <li>Xen domU support  
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xen">xen(4)</a>,  
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xspd">xspd(4)</a>.  
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc">puc(4)</a>      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=puc">puc(4)</a>
         driver now supports Moxa CP-168U, Perle Speed8 LE and QEMU PCI serial devices.          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
Line 204 
Line 206 
   
 <li>SMP network stack improvements:  <li>SMP network stack improvements:
     <ul>      <ul>
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge">bge(4)</a>      <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge">bge(4)</a>,
         and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em">em(4)</a>          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em">em(4)</a>
           and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ix">ix(4)</a>
         drivers now process packets without the kernel lock held.          drivers now process packets without the kernel lock held.
     <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce">oce(4)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cnmac">cnmac(4)</a>
         and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cnmac">cnmac(4)</a>          driver now processes received packets without the kernel lock held.
         drivers now processes received packets without the kernel lock held.  
     <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf">bpf(4)</a>      <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf">bpf(4)</a>
         now runs without the kernel lock.          now runs without the kernel lock.
     </ul>      </ul>
Line 311 
Line 313 
 <li>Security improvements:  <li>Security improvements:
     <ul>      <ul>
     <li>...      <li>...
       <li>Chacha20-Poly1305 authenticated encryption mode has been implemented in the
           IPsec stack for the ESP protocol.
     <li>Support for looking up hosts via YP has been removed from libc.      <li>Support for looking up hosts via YP has been removed from libc.
         The 'yp' lookup method in          The 'yp' lookup method in
         <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf">          <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf">

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69