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

Diff for /www/67.html between version 1.39 and 1.40

version 1.39, 2020/05/07 10:50:18 version 1.40, 2020/05/07 12:30:24
Line 326 
Line 326 
     <li>Faked disk info to match expected boot disk when EFI      <li>Faked disk info to match expected boot disk when EFI
         bootloader has been received via TFTP, fixing a hang during HP          bootloader has been received via TFTP, fixing a hang during HP
         Elitebook UEFI boot.          Elitebook UEFI boot.
       <li>Implemented a hexdump command in the bootloader, helping to
           inspect the memory layout created by the firmware and useful for UEFI
           debugging.
     <li>Improved <a href="https://man.openbsd.org/ksmn">ksmn(4)</a>      <li>Improved <a href="https://man.openbsd.org/ksmn">ksmn(4)</a>
         temperature conversion precision.          temperature conversion precision.
     <li>Added a quirk to handle Apollo Lake, Gemini Lake and 100      <li>Added a quirk to handle Apollo Lake, Gemini Lake and 100
Line 363 
Line 366 
         href="https://man.openbsd.org/urtwn">urtwn(4)</a> driver.          href="https://man.openbsd.org/urtwn">urtwn(4)</a> driver.
     <li>The <a href="https://man.openbsd.org/athn">athn(4)</a> driver      <li>The <a href="https://man.openbsd.org/athn">athn(4)</a> driver
         now offloads CCMP (WPA2) encryption and decryption to hardware.          now offloads CCMP (WPA2) encryption and decryption to hardware.
       <li>Prevented an overflow due to <a
           href="https://man.openbsd.org/xen">xen(4)</a> failing to release the
           interrupt source when unmasking the interrupt.
   </ul>    </ul>
   
 <li>Removed hardware support  <li>Removed hardware support
Line 408 
Line 414 
         href="https://man.openbsd.org/sndiod">sndiod(8)</a>.          href="https://man.openbsd.org/sndiod">sndiod(8)</a>.
     <li>Fixed channel duplication (-j option) in <a      <li>Fixed channel duplication (-j option) in <a
         href="https://man.openbsd.org/sndiod">sndiod(8)</a>.          href="https://man.openbsd.org/sndiod">sndiod(8)</a>.
     <li>Prevented an overflow due to <a  
         href="https://man.openbsd.org/xen">xen(4)</a> failing to release the  
         interrupt source when unmasking the interrupt.  
     <li>Implemented a hexdump command in the bootloader, helping to  
         inspect the memory layout created by the firmware and useful for UEFI  
         debugging.  
     <li>Allowed <a href="https://man.openbsd.org/rc.d">rc.d(8)</a>      <li>Allowed <a href="https://man.openbsd.org/rc.d">rc.d(8)</a>
         script to reload <a          script to reload <a
         href="https://man.openbsd.org/sndiod">sndiod(8)</a>.          href="https://man.openbsd.org/sndiod">sndiod(8)</a>.

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40