=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/57.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- www/57.html 2015/03/11 11:59:13 1.43 +++ www/57.html 2015/03/11 21:16:39 1.44 @@ -79,6 +79,7 @@
  • The ppb(4) driver now supports PCI bridges that support subtractive decoding (fixes PCMCIA behind the ATI SB400 PCI bridge), and devices with 64-bit BARs behind PCI-PCI bridges as seen on SPARC T5-2 systems.
  • The pucdata(4) driver now supports Winchiphead CH382 devices.
  • The sdmmc(4) driver now supports eMMC storage devices larger than 2GB. +
  • The sdhc(4) driver can properly resume on Ricoh controllers.
  • The sdhc(4) driver now supports Ricoh R5U822 and R5U823 card readers.
  • The mfii(4) driver now supports the Megaraid 3008 (Fury) and 3108 (Invader) cards.
  • The myx(4) driver runs less code under big lock. @@ -115,6 +116,7 @@
  • Traffic destinated to link-local IPv6 addresses can now be seen with tcpdump(8).
  • ... +

  • Installer improvements:

    @@ -158,9 +161,31 @@

  • Security improvements:

    @@ -215,6 +240,12 @@ dhclient(8).

  • Private number conversion functions in dhclient(8) eliminated in favour of standard library functions. +
  • Further signal race cleanups in + ftp(1). +
  • BIND has been retired, encouraging use of + nsd(8) and + unbound(8). +
  • Significant namespace cleanup in the /usr/include files, especially related to <sys/param.h> and <limits.h>.
  • ...