=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/72.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- www/72.html 2022/10/13 16:08:06 1.62 +++ www/72.html 2022/10/13 16:10:45 1.63 @@ -90,7 +90,7 @@
  • Added support for switching from glass console to serial console on arm64 systems that default to glass console.
  • pf(4) automatically allows - IGMP and ICMP6 MLD packets with router alert option. + IGMP and ICMP6 MLD packets with the router alert option. Special allow-opts rules are no longer needed for multicast discovery.
  • Fixed a pf(4) NULL @@ -115,7 +115,7 @@
  • Enabled kstat(4), a device that exports kernel statistics that can be read by kstat(1). -
  • Added cpu frequency sensors for each core on CPUs that have MPERF/APERF support. +
  • Added CPU frequency sensors for each core on CPUs that have MPERF/APERF support.
  • Merged the UVM swap-backed and object-backed inactive page lists.
  • Fixed rwlock(9) implementation to be fair to writers. Previously, readers could grab @@ -186,9 +186,9 @@
  • Protect UDP, raw IP, and divert packet input - routines with a per socket mutex. + routines with a per-socket mutex.
  • Protect recv(2) system call - for UDP and raw IP packets with a per socket mutex and shared netlock. + for UDP and raw IP packets with a per-socket mutex and shared netlock. Allows to receive packets while forwarding in parallel.
  • Protect multicast deliver loop for UDP and raw IP sockets with rwlock.
  • Only grab netlock in IGMP and MLD timer when necessary. @@ -242,7 +242,7 @@
  • Fix rebooting a received VM in vmd(8).
  • Have vmd(8) provide - a copy of bios at 4g boundary, SeaBIOS and newer Linux kernels expect + a copy of bios at 4g boundary. SeaBIOS and newer Linux kernels expect it there.
  • In vmd(8), fix off by one in VM memory range check. @@ -568,15 +568,15 @@
  • Installer, upgrade and bootloader improvements: