=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/55.html,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- www/55.html 2014/04/09 14:56:08 1.49 +++ www/55.html 2014/04/11 03:52:48 1.50 @@ -118,7 +118,8 @@
  • New viornd(4) driver for VirtIO random number devices.
  • New ubcmtp(4) - driver for Broadcom multi-touch trackpads. + driver for Broadcom multi-touch trackpads found on newer Apple MacBook, + MacBook Pro, and MacBook Air laptops.
  • New ugold(4) driver for TEMPer gold HID thermometers.
  • New ugl(4) @@ -158,6 +159,10 @@
  • Support for Microsoft XBox 360 controllers has been added to the uhid(4) driver.
  • Support for CoreChip RD9700 USB Ethernet devices has been added to the udav(4) driver.
  • Further reliability improvements regarding suspend/resume and hibernation. +
  • Enabled IPv6 transmit TCP checksum offload in + bge(4). +
  • Enabled IPv6 transmit TCP/UDP checksum offload in + jme(4).

    @@ -170,6 +175,7 @@ flows for pflowproto 10 are now parseable by existing receivers.

  • Continued improvement of the checksum offload framework to streamline the calculation of TCP, UDP, ICMP, and ICMPv6 checksums. +
  • Enabled IPv6 routing domain support.

    @@ -184,6 +190,11 @@ identd(8).

  • tcpdump(8) can now detect bad ICMP and ICMPv6 checksums when used with the -v flag. +
  • Added rdomain support to IPv6 configuration tools + ndp(8), + rtsold(8), + ping6(8), and + traceroute6(8).

    @@ -271,7 +282,7 @@

  • ino_t is now a 64 bit type, mostly to support large NFS filesystems.
  • Corrected handling of UTIME_OMIT.
  • pax(1) now sets the mode and timestamps correctly on symlinks, and makes hardlinks to symlinks when requested. -
  • Corrected handling of shared-library destructors when libc is staticly linked. +
  • Corrected handling of shared-library destructors when libc is statically linked.
  • Corrected various disk drivers to handle non-512-byte sectors and disk sizes greater than 32-bits.
  • Corrected growfs(8) to handle non-512-byte sectors and disk sizes greater than 32-bits.
  • All CIRCLEQ uses replaced with TAILQ. @@ -293,7 +304,7 @@
  • Allow softraid(4) to work with partitions larger than 2TB.
  • Removed experimental RAID 4 support from softraid(4).
  • Added experimental support for rebuilding RAID 5 softraid(4) volumes. Lots of testing is still required and there is missing functionality, such as the ability to resume a partially completed rebuild. bioctl(8) refuses to create RAID 5 volumes unless recompiled with -DRAID5. -
  • The uhts(4) driver has been merged into +
  • The uhts(4) driver has been merged into ums(4).