=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** www/59.html 2016/03/02 06:39:09 1.47 --- www/59.html 2016/03/02 12:52:50 1.48 *************** *** 75,81 ****
  • The puc(4) driver now supports Moxa CP-168U, Perle Speed8 LE and QEMU PCI serial devices.
  • Intel 100 Series PCH Ethernet MAC with i219 PHY support has been added to the em(4) driver. !
  • The em(4) driver now processes packets without the kernel lock held.
  • RTL8168H/RTL8111H support has been added to re(4).
  • Initial IEEE 802.11n support in the iwm(4) --- 75,82 ----
  • The puc(4) driver now supports Moxa CP-168U, Perle Speed8 LE and QEMU PCI serial devices.
  • Intel 100 Series PCH Ethernet MAC with i219 PHY support has been added to the em(4) driver. !
  • The bge(4) and em(4) drivers now process packets without the kernel lock held. !
  • The oce(4) driver now processes received packets without the kernel lock held.
  • RTL8168H/RTL8111H support has been added to re(4).
  • Initial IEEE 802.11n support in the iwm(4) *************** *** 94,99 **** --- 95,103 ----
  • Support for audio in Thinkpad docks has been added to the azalia(4) driver.
  • Support for Synaptic touchpads without W mode has been added to the pms(4) driver.
  • Support for tap-and-drag detection with ALPS touchpads in the pms(4) driver has been improved. +
  • The sdmmc(4) driver now supports sector mode for eMMC devices, such as those found on some BeagleBone Black boards. +
  • The cnmac(4) driver now supports checksum offloading and receives packets without the kernel lock held. +
  • The xhci(4) driver is now enabled for macppc machines.
  • ...

    *************** *** 125,130 **** --- 129,141 ---- pseudo-device for tunnelling Ethernet frames across IP[46] networks using RFC 3378 EtherIP encapsulation.

  • New pair(4) pseudo-device for creating paired virtual Ethernet interfaces.
  • bpf(4) now runs without the kernel lock. +
  • Split up the tun(4) + pseudo-device into tun(4) + (for layer 3) and tap(4) (for layer 2) pseudo-devices. As a result, the link0 flag has no effect on tun(4) interfaces anymore. +
  • tcpdump(1) now displays more information about IEEE 802.11 frames when run with the -y IEEE802_11_RADIO and -v options.
  • +
  • The iwn(4) driver now passes IEEE 802.11 control frames in monitor mode, allowing full capture of traffic on a particular wireless channel. +
  • pflow(4) now supports IPv6 for transport. +
  • Several interoperability issues in iked(4) have been fixed, including EAP auth with OS X El Capitan.
  • ...

    *************** *** 141,146 **** --- 152,158 ----

  • Routing daemons and other userland network improvements:

    --- 210,218 ----

  • Added support to ktrace(1) the arguments to execve(2) and pledge(2). Removed support for tracing context switch points. kevent structures are now dumped.
  • Disabled support for loading locales other than UTF-8.
  • UTF-8 character locale data has been updated to Unicode 7.0.0. !
  • Added UTF-8 support to several utilities, including calendar(1), colrm(1), cut(1), fmt(1), ls(1), ps(1), rs(1), ul(1), uniq(1), and wc(1).
  • Native language support (NLS) has been removed from libc. +
  • ddb(4) now automatically shows a stack trace upon panic.
  • ...