=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/56.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- www/56.html 2014/09/30 21:37:47 1.25 +++ www/56.html 2014/10/01 15:03:39 1.26 @@ -88,6 +88,8 @@
  • SCSI Multipathing support via mpath(4) and associated path drivers on several architectures.
  • New qlw(4) driver for QLogic ISP SCSI HBAs.
  • New upd(4) sensor driver for USB Power Devices (UPS). +
  • New brswphy(4) driver for Broadcom BCM53xx 10/100/1000TX Ethernet PHYs. +
  • New uscom(4) driver for simple USB serial adapters.
  • New axen(4) driver for ASIX Electronics AX88179 10/100/Gigabit USB Ethernet devices.
  • The inteldrm(4) and radeondrm(4) drivers have improved suspend/resume support.
  • The userland interface for the agp(4) driver has been removed. @@ -133,6 +135,8 @@
  • Changed the heuristics of the stack protector to also protect functions with local array definitions and references to local frame addresses. This matches the -fstack-protector-strong option of upstream GCC.
  • Position-independent executables (PIE) are now used by default on powerpc.
  • Removed Kerberos. +
  • Added getentropy(2). +
  • Added timingsafe_memcmp(3).

    @@ -180,6 +184,12 @@

  • Use 'lease {}' statements in dhclient.conf(5), allowing interfaces to get an address when no dynamic lease is available.
  • Improve dhclient(8) parsing and printing of classess static routes.
  • Eliminate unnecessary rewrites of resolv.conf(5) by dhclient(8). +
  • Added sendsyslog(2). +
  • Added +errc(3), +verrc(3), +warnc(3) and +vwarnc(3).