[BACK]Return to plus65.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/plus65.html between version 1.6 and 1.7

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

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7