=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus65.html,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** www/plus65.html 2019/04/11 04:06:06 1.6 --- www/plus65.html 2019/04/13 10:52:53 1.7 *************** *** 380,385 **** --- 380,386 ----
  • Updated the en_US.UTF-8 locale(1) to Unicode 10.
  • Improved the clang(1) X86FixupGadgets pass to further reduce ROP gadgets produced during compilation. Added a command line switch to disable this functionality. +
  • Fixed strptime(3) to consume one leading space with %e iff given, allowing data from strftime(3) to round trip safely.
  • Changed ssdfb(4) to allow usage of mmap(2) so the framebuffer can be used outside of the kernel. Also allowed brightness levels to be changed.
  • Fixed an issue with xhci(4) transfers that could cause an "invalid CSW" error.
  • Changed rsync(1) --delete behavior to better interoperate with GPL rsync. *************** *** 697,702 **** --- 698,705 ----
  • Set clang(1) to disable the correct performance options based on architecture. Clang now checks CPU architecture and not system architecture when setting protection flags.
  • Enabled uhci(4) USB support for ARMv7. +
  • Fixed pfctl(8) to exit immediately when -i interface is given with -F all to prevent invalid usage from flushing anything. +
  • Modified pfctl(8) to warn about table namespace collisions across all anchors and during -n test runs as well.
  • Antiquated mincore(2) will not be needed and was removed, eliminating an interface that exposed physical machine information unnecessarily.
  • Bug fixes for otus(4) devices based on the Atheros AR9001U chipset.
  • Changed mandoc(1) html output to display tooltips using css exclusively. *************** *** 873,878 **** --- 876,882 ----
  • Fixed various overflows in perl(1).
  • Fixed a bgpd(8) memory leak and use-after-free of the peer ID in the bgpctl(8) code path by flushing the Adj-RIB-Out as soon as the peer state is PEER_DOWN. +
  • Modified top(1) to allow reversing sort order by prefixing the field with a dash.
  • Enabled configuration of explicit congestion notification propagation on tunnel interfaces.
  • Corrected lock initialization for crypto(3).