=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/71.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -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,7 +185,9 @@
  • Fixed memory leak in fuse(4) when calling namei(9). -
  • Fixed establishing legacy INTx interrupts on machines without a (usable) MSI interrupt controller. + +
  • 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,7 +199,8 @@ 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. +
  • 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,12 +211,13 @@ 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. +
  • 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). - - +
  • Fixed double free after allocation failure in bpf(4).
  • SMP Improvements