=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/72.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- www/72.html 2022/10/01 10:21:33 1.18 +++ www/72.html 2022/10/01 10:25:27 1.19 @@ -93,6 +93,9 @@ IGMP and ICMP6 MLD packets with router alert option. Special allow-opts rules are no longer needed for multicast discovery. +
  • Fixed a pf(4) NULL + dereference panic triggered by relayd(8).
  • Implement "show all routes" to print routing tables in ddb(4).
  • Count dropped network packets due to low memory in @@ -113,6 +116,11 @@ when in automatic mode on battery.
  • Fixed luna88k MULTIPROCESSOR kernels booting with CPU modules installed in arbitrary slots. +
  • Added a missing kqueue(2) wakeup, found by + a Go testcase hang. +
  • Bumped the maximum number of supported CPUs to 256 on arm64. +
  • SMP Improvements @@ -212,7 +220,9 @@ mechanical change from ${rcexec} to rc_exec in rc.d scripts. Kept compatibility to give people a chance to fix their custom scripts. - +
  • Introduced a new daemon_execdir variable to rc.d(8) for changing to a + specified directory before running rc_exec.
  • Various bugfixes and tweaks in userland:
  • Improved hardware support and driver bugfixes, including: @@ -291,26 +321,49 @@
  • Added support for the ehci(4) controller on Marvell 3720 boards. +
  • Extended ksmn(4) to show CCD temperatures if available. +
  • Added sfgpio(4), a + driver for the GPIO controller found on the SiFive FU740 SoC. +
  • Fixed missing interrupts for trackpads on some machines after + resume by making sure amdgpio(4) restores pin + configuration on resume.
  • New or improved network hardware support:
  • Added or improved wireless network drivers:
  • IEEE 802.11 wireless stack improvements and bugfixes: @@ -322,11 +375,21 @@
  • Security improvements:
  • Changes in the network stack: @@ -341,6 +404,9 @@ of IGMP and ICMP6 MLD packets to allow multicast control packets to work by default.
  • Made pf(4) more paranoid about IGMP/MKP messages. +
  • Fixed a logic bug in pf_find_state() that could cause pf(4) to incorrectly block a + packet.
  • Allow forwarding to and from IPs in the 240/4 range.
  • Corrected the Virtual Ethernet Bridge veb(4) to avoid calling @@ -440,12 +506,22 @@ encoded.
  • Added RFC 9234 "BGP Role" support to tcpdump(8) +
  • Have tcpdump(8) print + ASnumbers in 'asplain' format instead the old 'asdot' format. +
  • Fixed a crash in libpcap when it would walk off the end of the array performing frees. +
  • Made -X connect SOCKS work with IPv6 adresses in nc(1). +
  • tmux(1) improvements and bug fixes:
  • LibreSSL version 3.6.0 @@ -492,7 +568,15 @@ href="https://man.openbsd.org/mandoc">mandoc(1).
  • Made mandoc(1)'s roff_expand() parse left-to-right rather than right-to-left. - +
  • Implemented a rudimentary version of the roff(7) \A + escape sequence for mandoc(1). +
  • Matched groff behavior to allow arbitrary argument delimiters for + \C in mandoc(1). +
  • Improved accessibility of mandoc(1) -T html -O toc + output by using the <nav> element in the DPUB-ARIA doc-toc role.
  • Ports and packages: