=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus60.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- www/plus60.html 2016/08/05 22:14:36 1.2 +++ www/plus60.html 2016/08/05 22:21:08 1.3 @@ -573,7 +573,7 @@
  • 5.8 and 5.9 RELIABILITY FIX: Bug in the libcrypto library when parsing certain ASN.1 elements.
    A source code patch is available for 5.8 and 5.9.
  • Update to xserver 1.18.3.
  • Update to freetype 2.6.3. -
  • In smu(4/macppc), add support for new smu-firmware fan commands. +
  • In smu(4/macppc), add support for new smu-firmware fan commands.
  • Update to mesa 11.2.2.
  • Fix a pledge(2) violation with "ncheck_ffs /dev/tty". @@ -636,11 +636,11 @@
  • Stop making files executable on msdosfs.
  • Fix a logic bug in DUID generation: we want to generate DUIDs until we have one that is not a duplicate and not a zero DUID.
  • In ntpd(8), harden TLS for constraints. -
  • On armv7, dynamically attach imxiic(4/armv7) and use the FDT to enumerate devices on i2c busses. The CuBox-i and Hummingboard now need to be booted with an FDT to see the RTC. -
  • In cnmac(4/octeon), make the TX path MP-safe and add some ifq oactive logic. +
  • On armv7, dynamically attach imxiic(4/armv7) and use the FDT to enumerate devices on i2c busses. The CuBox-i and Hummingboard now need to be booted with an FDT to see the RTC. +
  • In cnmac(4/octeon), make the TX path MP-safe and add some ifq oactive logic. -
  • On armv7, resolve problems with ommmc(4/armv7) sometimes not attaching properly with recent u-boot versions. -
  • On macppc, hook up smu(4/macppc) to the thermal management framework. +
  • On armv7, resolve problems with ommmc(4/armv7) sometimes not attaching properly with recent u-boot versions. +
  • On macppc, hook up smu(4/macppc) to the thermal management framework.
  • On macppc, add a thermal management framework which controls the fan speed based on the temperature sensor values.
  • In the install script, log questions and answers during install/upgrade and mail them to the root user in a format usable as a response file for autoinstall(8).
  • In libcrypto, fix a short-read bug in the previous version of asn1_d2i_read_bio. @@ -674,7 +674,7 @@
  • In xge(4), enable reception and transmission of Jumbo frames. -
  • In smu(4/macppc), add support for pwm fans. +
  • In smu(4/macppc), add support for pwm fans.
  • Initial stab at an EFI bootloader for armv7.
  • In sysmerge(8), no longer handle /etc/example files. @@ -743,7 +743,7 @@
  • On arm and armv7, rework mainbus and implement simplebus to be able to span a tree-like topology based on device tree information. -
  • In ommmc(4/armv7), add support for changing the bus width to ommmc and set the 4-bit mode capability. +
  • In ommmc(4/armv7), add support for changing the bus width to ommmc and set the 4-bit mode capability.
  • Add bus width switching support for MMC. Enable 8-bit bus support on sdhc(4) controllers that support it. This makes the raw transfer rate of the eMMC on the Lenovo Ideacentre Stick 300 go up to 40 MB/s.
  • In sdhc(4), fix the DMA issues on Bay Trail.
  • Add support for changing the bus width to the sdmmc(4) subsystem and the sdhc(4) controller. Use this to switch SD cards to a 4-bit bus if they support it. @@ -773,7 +773,7 @@
  • In MAKEDEV(8), replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0.
  • In dhclient(8), if the attempt to broadcast a DHCPDISCOVER packet returns EAFNOSUPPORT, just print an error message and exit. -
  • In installboot(8/i386), plug a couple of leaks of input buffers. +
  • In installboot(8/i386), plug a couple of leaks of input buffers.
  • In libssl, allow ^C to break operations such as reading passwords.
  • In libssl, implement the IETF ChaCha20-Poly1305 cipher suites. The old Google implementation continues to be supported, but the ChaCha20-Poly1305 cipher suites names now refer to the ciphers from draft-ietf-tls-chacha20-poly1305-04.
  • In libssl, rename EVP_aead_chacha20_poly1305(3) to EVP_aead_chacha20_poly1305_old() and replace it with EVP_aead_chacha20_poly1305_ietf(3). The IETF version will become the standard version.