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

Diff for /www/74.html between version 1.43 and 1.44

version 1.43, 2023/10/13 10:01:31 version 1.44, 2023/10/13 11:29:01
Line 94 
Line 94 
       <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.        <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
   <li>Correctly recognize <a href="https://man.openbsd.org/umass.4">umass(4)</a>.    <li>Correctly recognize <a href="https://man.openbsd.org/umass.4">umass(4)</a>.
       floppy disk devices as floppy disks.        floppy disk devices as floppy disks.
   <li>In wscons(4), catch up with box drawing characters which have    <li>In <a href="https://man.openbsd.org/wscons.4">wscons(4)</a>,
           catch up with box drawing characters which have
         been standardized in unicode after the original wscons code was          been standardized in unicode after the original wscons code was
         written and chose placeholder values.          written and chose placeholder values.
   </ul>    </ul>
Line 106 
Line 107 
   <li>Pushed kernel lock into nd6_resolve().    <li>Pushed kernel lock into nd6_resolve().
   <li>Removed kernel locks from the ARP input path.    <li>Removed kernel locks from the ARP input path.
   <li>Pulled MP-safe arprequest() out of kernel lock.    <li>Pulled MP-safe arprequest() out of kernel lock.
   <li>Unlock more parts of ioctl(2) code in the network stack.    <li>Unlock more parts of
           <a href="https://man.openbsd.org/ioctl.2">ioctl(2)</a>
           code in the network stack.
   </ul>    </ul>
   
 <li>Direct Rendering Manager and graphics drivers  <li>Direct Rendering Manager and graphics drivers
Line 252 
Line 255 
       always uses the current media type provided by the kernel.        always uses the current media type provided by the kernel.
   <li>Ensure <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> handles    <li>Ensure <a href="https://man.openbsd.org/fdisk.8">fdisk(8)</a> handles
       the case where a GPT partition name is not a valid C string.        the case where a GPT partition name is not a valid C string.
   <li>in ld.so(1), avoid an overflow in the ELF SYSV ABI hash function.    <li>In <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>,
           avoid an overflow in the ELF SYSV ABI hash function.
   </ul>    </ul>
   
 <li>Improved hardware support and driver bugfixes, including:  <li>Improved hardware support and driver bugfixes, including:
Line 289 
Line 293 
   <li>In <a href="https://man.openbsd.org/umcs.4">umcs(4)</a>, set    <li>In <a href="https://man.openbsd.org/umcs.4">umcs(4)</a>, set
         parity bits correctly.          parity bits correctly.
   <li>Enabled the caps lock LED on modern Apple laptop keyboards.    <li>Enabled the caps lock LED on modern Apple laptop keyboards.
   <li>Added support for Rockchip "cryptov2-rng" random number generator in rkrng(4).    <li>Add support for Rockchip "cryptov2-rng" random number generator in
           <a href="https://man.openbsd.org/rkrng.4">rkrng(4)</a>.
   <li>Fixed cpuperf on the Apple M2 Pro/Max.    <li>Fixed cpuperf on the Apple M2 Pro/Max.
   <li>Add support for the PCIe controller found on Apple M2 Pro/Max SoCs.    <li>Add support for the PCIe controller found on Apple M2 Pro/Max SoCs.
   <li>Add support for enabling both the USB2 and USB3 PHYs in    <li>Add support for enabling both the USB2 and USB3 PHYs in

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44