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

Diff for /www/63.html between version 1.25 and 1.26

version 1.25, 2018/03/25 10:45:41 version 1.26, 2018/03/25 13:07:51
Line 63 
Line 63 
   
 <li>Improved hardware support, including:  <li>Improved hardware support, including:
     <ul>      <ul>
       <li>SMP support on OpenBSD/arm64 platforms.
     <li>New <a href="https://man.openbsd.org/acrtc.4">acrtc(4)</a> driver      <li>New <a href="https://man.openbsd.org/acrtc.4">acrtc(4)</a> driver
        for X-Powers AC100 audio codec and Real Time Clock.         for X-Powers AC100 audio codec and Real Time Clock.
     <li>New <a href="https://man.openbsd.org/axppmic.4">axppmic(4)</a> driver      <li>New <a href="https://man.openbsd.org/axppmic.4">axppmic(4)</a> driver
Line 91 
Line 92 
        for two-wire bus found on several Allwinner SoCs.         for two-wire bus found on several Allwinner SoCs.
     <li>New <a href="https://man.openbsd.org/sypwr.4">sypwr(4)</a> driver      <li>New <a href="https://man.openbsd.org/sypwr.4">sypwr(4)</a> driver
        for the Silergy SY8106A regulator.         for the Silergy SY8106A regulator.
       <li>Support for Rockchip RK3328 SoCs has been added to the
           <a href="https://man.openbsd.org/dwge.4">dwge(4)</a>,
           <a href="https://man.openbsd.org/rkgrf.4">rkgrf(4)</a>,
           <a href="https://man.openbsd.org/rkclock.4">rkclock(4)</a> and
           <a href="https://man.openbsd.org/rkpinctrl.4">rkpinctrl(4)</a>
           drivers.
       <li>Support for Rockchip RK3228/3328 SoCs has been added to the
           <a href="https://man.openbsd.org/rktemp.4">rktemp(4)</a>
           driver.
       <li>Support for Allwinner A10/A20, A23/A33, A80 and R40/V40
           SoCs has been added to the
           <a href="https://man.openbsd.org/sxiccmu.4">sxiccmu(4)</a> driver.
       <li>Support for Allwinner A33, GR8 and R40/V40 SoCs has been
           added to the
           <a href="https://man.openbsd.org/sxipio.4">sxipio(4)</a> driver.
     <li>support for SAS3.5 MegaRAIDs was added to the      <li>support for SAS3.5 MegaRAIDs was added to the
         <a href="https://man.openbsd.org/mfii.4">mfii(4)</a> driver.          <a href="https://man.openbsd.org/mfii.4">mfii(4)</a> driver.
     <li>support for Intel Cannon Lake and Ice Lake integrated Ethernet      <li>support for Intel Cannon Lake and Ice Lake integrated Ethernet
Line 183 
Line 199 
     <li>Put a small random gap at the top of thread stacks, so that attackers      <li>Put a small random gap at the top of thread stacks, so that attackers
         have yet another calculation to perform for their ROP work.          have yet another calculation to perform for their ROP work.
     <li>Mitigation for Meltdown vulnerability for Intel brand amd64 CPUs      <li>Mitigation for Meltdown vulnerability for Intel brand amd64 CPUs
       <li>OpenBSD/arm64 now uses kernel page table isolation to mitigate
           Spectre variant 3 (Meltdown) attacks.
       <li>OpenBSD/armv7 and OpenBSD/arm64 now flush the branch target
           cache (BTB) on processors that do speculative execution to
           mitigate Spectre variant 2 attacks.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26