=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/73.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- www/73.html 2023/04/06 20:58:16 1.37 +++ www/73.html 2023/04/06 21:04:40 1.38 @@ -596,43 +596,41 @@
  • Fixed bwfm(4) issues with suspend/resume and possible firmware crashes on the M2 MacBook Air. - -
  • Prevented an iwx(4) firmware error when authentication to the AP times out. - -
  • Fixed a crash in iwx(4) when connecting to WEP networks via ifconfig(8) join. - -
  • Fixed an alignment issue in iwx(4) Rx descriptors. - -
  • Avoided trying to remove keys while doing crypto in hardware if the station is not active in iwx(4) firmware, fixing a firmware panic. - +
  • Prevented an iwx(4) + firmware error when authentication to the AP times out. +
  • Fixed a crash in iwx(4) when connecting to WEP + networks via ifconfig(8) join. +
  • Fixed an alignment issue in iwx(4) Rx descriptors. +
  • Avoided trying to remove keys while doing crypto in hardware if + the station is not active in iwx(4) firmware, fixing a + firmware panic.
  • Prevented potential panics by disallowing the iwx(4) init task from running -in parallel to wakeup code during resume. - + href="https://man.openbsd.org/iwx.4">iwx(4) init task from running + in parallel to wakeup code during resume.
  • Switched all iwx(4) -devices to -77 firmware images. - -
  • Upgraded firmware images for -iwm(4) 9260 and 9560 devices. - + devices to -77 firmware images. +
  • Upgraded firmware images for iwm(4) 9260 and 9560 devices.
  • Made iwx(4) get the -primary channel number from AP beacon info, preventing problems on -40/80Mhz channels if there is a mismatch. - + primary channel number from AP beacon info, preventing problems on + 40/80Mhz channels if there is a mismatch.
  • Fixed iwx(4) session -protection event duration. - + protection event duration.
  • IEEE 802.11 wireless stack improvements and bugfixes:
  • Installer, upgrade and bootloader improvements: @@ -657,9 +655,7 @@ softraid(4). keydisks.
  • Fixed passing explicit stages files to installboot(8). - - - +
  • Added mount_nfs(8) to the sparc64 installer, to fetch sets over NFS. @@ -756,7 +752,6 @@
  • Changes in the network stack: -
  • In bgpd(8), bgpctl(8) and bgplgd(8): @@ -829,24 +823,24 @@ based on draft-ietf-sidrops-aspa-verification-12
  • Introduce avs (ASPA validation state) filter and bgpctl filter argument -
  • Add ASPA support for the RTR protocol based on +
  • Add ASPA support for the RTR protocol based on draft-ietf-sidrops-8210bis-10 -
  • Improve open policy (RFC 9234) support and enable the capability +
  • Improve open policy (RFC 9234) support and enable the capability automatically if a role is specified for the peer -
  • Introduce a per neighbor 'role' configuration option to specify +
  • Introduce a per neighbor 'role' configuration option to specify the session role used by ASPA verification and the open policy capability. The 'announce policy' statement was simplified at the same time. -
  • Improve startup behaviour by introducing a small delay before +
  • Improve startup behaviour by introducing a small delay before opening the connection to a new peer -
  • Support for aspa-set table config which can be provided by +
  • Support for aspa-set table config which can be provided by rpki-client(8) -
  • Make it possible to filter the RIB by invalid and leaked prefixes +
  • Make it possible to filter the RIB by invalid and leaked prefixes in bgpctl and bgplgd -
  • Add OpenMetrics output to bgpctl for various BGP statistics and +
  • Add OpenMetrics output to bgpctl for various BGP statistics and add /metrics endpoint to bgplgd -
  • Fix of incorrect length checks that allowed an out-of-bounds +
  • Fix of incorrect length checks that allowed an out-of-bounds read in bgpd.
  • rpki-client(8) saw some changes: @@ -997,6 +991,8 @@ possible piped into nc. +
  • Further changes: +
  • tmux(1) improvements and bug fixes: