[BACK]Return to 74.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/74.html between version 1.30 and 1.31

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

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31