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

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

version 1.25, 2022/04/10 21:53:57 version 1.26, 2022/04/10 21:55:15
Line 185 
Line 185 
         <li>Fixed memory leak in <a          <li>Fixed memory leak in <a
                 href="https://man.openbsd.org/fuse.4">fuse(4)</a> when calling <a                  href="https://man.openbsd.org/fuse.4">fuse(4)</a> when calling <a
                 href="https://man.openbsd.org/namei.9">namei(9)</a>.                  href="https://man.openbsd.org/namei.9">namei(9)</a>.
         <li>Fixed establishing legacy INTx interrupts on machines without a (usable) MSI interrupt controller.  
           <li>Fixed establishing legacy INTx interrupts on machines without a
                   (usable) MSI interrupt controller.
         <li>Cleaned up irrelevant uses of 3rd mode_t parameter for <a          <li>Cleaned up irrelevant uses of 3rd mode_t parameter for <a
                 href="https://man.openbsd.org/open.2">open(2)</a>/<a                  href="https://man.openbsd.org/open.2">open(2)</a>/<a
                 href="https://man.openbsd.org/openat.2">openat(2)</a>, unused when not                  href="https://man.openbsd.org/openat.2">openat(2)</a>, unused when not
Line 197 
Line 199 
                 hw.perfpolicy to "auto" at startup, defaulting to 100%                  hw.perfpolicy to "auto" at startup, defaulting to 100%
                 performance with AC power connected and using the auto algorithm when                  performance with AC power connected and using the auto algorithm when
                 on battery.                  on battery.
         <li>Aligned memory allocation for USB device drivers and USB HC drivers, enlarging the USB memory pool.          <li>Aligned memory allocation for USB device drivers and USB HC
                   drivers, enlarging the USB memory pool.
         <li>Prevent panic in <a          <li>Prevent panic in <a
                 href="https://man.openbsd.org/softraid.4">softraid(4)</a> while                  href="https://man.openbsd.org/softraid.4">softraid(4)</a> while
                 rebooting if softraid has been disabled.                  rebooting if softraid has been disabled.
Line 208 
Line 211 
                 a renumbered <a                  a renumbered <a
                 href="https://man.openbsd.org/softraid.4">softraid(4)</a> boot device.                  href="https://man.openbsd.org/softraid.4">softraid(4)</a> boot device.
         <li>Fix hibernate on newer hardware by allowing more memory ranges.          <li>Fix hibernate on newer hardware by allowing more memory ranges.
         <li>If CPU sleep state S4 is not available, use S5 for the ACPI-transitions in hibernate support.          <li>If CPU sleep state S4 is not available, use S5 for the
         <li>Added code to update hw.power whenever AC state changes on resume.                  ACPI-transitions in hibernate support.
           <li>Added code to update hw.power whenever AC state changes on
                   resume.
         <li>Fixed a panic by prohibiting renames of tmpfs mount-points.          <li>Fixed a panic by prohibiting renames of tmpfs mount-points.
         <li>Fixed double free after allocation failure in <a href="https://man.openbsd.org/bpf.4">bpf(4)</a>.          <li>Fixed double free after allocation failure in <a
                   href="https://man.openbsd.org/bpf.4">bpf(4)</a>.
   
   </ul>    </ul>
   
 <li>SMP Improvements  <li>SMP Improvements

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