=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/73.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- www/73.html 2023/04/02 14:58:45 1.12 +++ www/73.html 2023/04/03 00:00:12 1.13 @@ -83,12 +83,53 @@
  • Various kernel improvements:
  • SMP Improvements
  • Direct Rendering Manager and graphics drivers @@ -100,72 +141,521 @@ Ryzen 7045 series "Dragon Range", Radeon RX 7900 XT/XTX "Navi 31", Radeon RX 7600M (XT), 7700S, 7600S "Navi 33" -
  • ... + + +
  • Fixed frame buffer corruption and additional bugs after wakeup + on Apple Silicon laptops and the Lenovo x13s. +
  • Matched unknown ATI display devices as amdgpu in fw_update(8). +
  • Fixed amdgpu(4) + failing to init on Steam Deck after drm 6.1 update. +
  • VMM/VMD improvements
  • Various new userland features:
  • Various bugfixes and tweaks in userland:
  • Improved hardware support and driver bugfixes, including:
  • New or improved network hardware support:
  • Added or improved wireless network drivers:
  • IEEE 802.11 wireless stack improvements and bugfixes:
  • Installer, upgrade and bootloader improvements:
  • Security improvements:
  • Changes in the network stack: +
  • Used stoeplitz (symmetric Toeplitz hash algorithm) to generate a + hash/flowid for pf(4) state + keys. With this change, pf will hash traffic the same way that + hardware using a stoeplitz key will hash incoming traffic on rings. + stoeplitz is also used by the tcp stack to generate a flow id, which + is used to pick which transmit ring is used on nics with multiple + queues too. using the same algorithm throughout the stack encourages + affinity of packets to rings and softnet threads the whole way + through. + +
  • Prevented possible kernel crashes by dropping TCP packets with + destination port 0 in pf(4) + and the stack. + +
  • Fixed a endian swap bug causing problems with vlans(4) on em(4) sparc64 systems. +
  • Denied "pipex no" tunnel setting for pppx(4) interfaces. +
  • Fixed a panic in pfsync(4) when there are + no data ready for bulk transfer. +
  • Turned off TCP Segmentation Offload (TSO) if interface is added + to layer 2 devices. +
  • Improved vnet(4) + to work better in busy conditions. +
  • Added a bpf(4) timeout + (BIOCSWTIMEOUT) between capturing a packet and making the buffer + readable, preventing for example pflogd(8) waking every + half second even if there is nothing to read. By default this buffer + is infinite and must be filled to become readable. +
  • Avoided enabling TSO on interfaces which are already attached to a bridge. + + +
  • Routing daemons and other userland network improvements:
  • tmux(1) improvements and bug fixes:
  • LibreSSL version 3.7.2 @@ -273,7 +794,7 @@ -
  • OpenSSH XXX.YYY +
  • OpenSSH 9.3.