=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/74.html,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** www/74.html 2023/10/11 23:59:57 1.30 --- www/74.html 2023/10/12 12:49:01 1.31 *************** *** 177,183 **** mbrtoc16(3).
  • malloc(3) gains built-in leak detection.
  • Update zoneinfo to tzdata2023c. -
  • Improve the manpage documentation of libevent in manpages.
  • Various bugfixes and tweaks in userland: --- 177,182 ---- *************** *** 259,265 ****
  • Improve dwqe(4) and determine PHY mode and pass the appropriate flags down to the PHY when we attach it. !
  • Report in dmesg(8) on which gmac the dwqe driver is attaching to.
  • Document that Intel i226 adapters are supported by igc(4).
  • Add ngbe(4), --- 258,266 ----
  • Improve dwqe(4) and determine PHY mode and pass the appropriate flags down to the PHY when we attach it. !
  • Report in dmesg(8) on ! which gmac the dwqe(4) ! driver is attaching to.
  • Document that Intel i226 adapters are supported by igc(4).
  • Add ngbe(4), *************** *** 272,278 ****
  • In openfirmware, add glue for network interfaces to be found by fdt/ofw node or phandle in order to support "switch chips" like the marvell link street. !
  • Add support for enabling both the usb2 and usb3 phys in xhci and ehci.
  • Added or improved wireless network drivers: --- 273,281 ----
  • In openfirmware, add glue for network interfaces to be found by fdt/ofw node or phandle in order to support "switch chips" like the marvell link street. !
  • Add support for enabling both the usb2 and usb3 phys in ! xhci(4) and ! ehci(4).
  • Added or improved wireless network drivers: *************** *** 356,364 ****
  • ARP has a queue of packets that should be sent after name resolution. Neighbor discovery (ND6) did only hold a single packet. Unified the code, added a queue to ND6 and made the code MP safe. !
  • Implemented new sysctl net.inet6.icmp6.nd6_queued to show he ! number of packets waiting for an ND6 response, analog to ARP. ! --- 359,367 ----
  • ARP has a queue of packets that should be sent after name resolution. Neighbor discovery (ND6) did only hold a single packet. Unified the code, added a queue to ND6 and made the code MP safe. !
  • Implement a new sysctl(2) ! net.inet6.icmp6.nd6_queued to show the number of packets ! waiting for an ND6 response, analogous to ARP.