=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/71.html,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** www/71.html 2022/04/10 21:53:57 1.25 --- www/71.html 2022/04/10 21:55:15 1.26 *************** *** 185,191 ****
  • Fixed memory leak in fuse(4) when calling namei(9). !
  • Fixed establishing legacy INTx interrupts on machines without a (usable) MSI interrupt controller.
  • Cleaned up irrelevant uses of 3rd mode_t parameter for open(2)/openat(2), unused when not --- 185,193 ----
  • Fixed memory leak in fuse(4) when calling namei(9). ! !
  • Fixed establishing legacy INTx interrupts on machines without a ! (usable) MSI interrupt controller.
  • Cleaned up irrelevant uses of 3rd mode_t parameter for open(2)/openat(2), unused when not *************** *** 197,203 **** hw.perfpolicy to "auto" at startup, defaulting to 100% performance with AC power connected and using the auto algorithm when on battery. !
  • Aligned memory allocation for USB device drivers and USB HC drivers, enlarging the USB memory pool.
  • Prevent panic in softraid(4) while rebooting if softraid has been disabled. --- 199,206 ---- hw.perfpolicy to "auto" at startup, defaulting to 100% performance with AC power connected and using the auto algorithm when on battery. !
  • Aligned memory allocation for USB device drivers and USB HC ! drivers, enlarging the USB memory pool.
  • Prevent panic in softraid(4) while rebooting if softraid has been disabled. *************** *** 208,219 **** a renumbered softraid(4) boot device.
  • Fix hibernate on newer hardware by allowing more memory ranges. !
  • If CPU sleep state S4 is not available, use S5 for the ACPI-transitions in hibernate support. !
  • Added code to update hw.power whenever AC state changes on resume.
  • Fixed a panic by prohibiting renames of tmpfs mount-points. !
  • Fixed double free after allocation failure in bpf(4). ! !
  • SMP Improvements --- 211,223 ---- a renumbered softraid(4) boot device.
  • Fix hibernate on newer hardware by allowing more memory ranges. !
  • If CPU sleep state S4 is not available, use S5 for the ! ACPI-transitions in hibernate support. !
  • Added code to update hw.power whenever AC state changes on ! resume.
  • Fixed a panic by prohibiting renames of tmpfs mount-points. !
  • Fixed double free after allocation failure in bpf(4).
  • SMP Improvements