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

Diff for /www/72.html between version 1.33 and 1.34

version 1.33, 2022/10/01 22:35:55 version 1.34, 2022/10/01 23:00:05
Line 80 
Line 80 
   <ul>    <ul>
   <li>Added support for Ampere Altra    <li>Added support for Ampere Altra
   <li>Added support for Apple M2    <li>Added support for Apple M2
   <li>Added support for Qualcomm Snapdragon 8cx Gen 3 (SC8280XP)    <li>Added support for Lenovo ThinkPad X11s and other machines using
           the Qualcomm Snapdragon 8cx Gen 3 (SC8280XP) SoC.
   <li>...    <li>...
   </ul>    </ul>
   
Line 279 
Line 280 
   <li>Add additional <a href="https://man.openbsd.org/dt.4">dt(4)</a>    <li>Add additional <a href="https://man.openbsd.org/dt.4">dt(4)</a>
         tracepoints in various <a          tracepoints in various <a
         href="https://man.openbsd.org/vmm.4">vmm(4)</a> codepaths.          href="https://man.openbsd.org/vmm.4">vmm(4)</a> codepaths.
     <li>Add <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>
           AgentX support based around VM-MIB (RFC7666).
   </ul>    </ul>
   
 <li>Various new userland features:  <li>Various new userland features:
Line 713 
Line 716 
                 types, and other events that can be printed with "ikectl show stats".                  types, and other events that can be printed with "ikectl show stats".
   
   </ul>    </ul>
   <li>In <a href="https://man.openbsd.org/bgpd.conf.5">bgpd(8)</a>,    <li>In <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a>,
   <ul>    <ul>
         <li>Implement max-communities filter to limit the number of allowed          <li>Implement max-communities filter to limit the number of allowed
                 communities, ext-communities and large-communities.                  communities, ext-communities and large-communities.
Line 793 
Line 796 
         <li>Improve compliance with the HTTP protocol specification.          <li>Improve compliance with the HTTP protocol specification.
   </ul>    </ul>
   
   <li>Added support for <a    <li>In <a href="https://man.openbsd.org/ldapd.8">ldapd(8)</a>,
         href="https://man.openbsd.org/agentx.3">agentx(3)</a> to <a          match password schemas case sensitive.
         href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>.  
   <li>Imported <a    <li>In <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>,
         href="https://man.openbsd.org/snmpd_metrics.8">snmpd_metrics(8)</a>.    <ul>
         This allows those who need to use net-snmpd the ability to access base          <li>Allow object names to be used in addition to OIDs in
         <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> metrics.                  <a href="https://man.openbsd.org/snmpd.conf.5">snmpd.conf</a>.
           <li>Better type hinting for debug logging.
           <li>Introduce a blocklist feature, which removes subtrees from view.
           <li>Reintroduce AgentX master support.
           <li>Move non-snmp related metrics to their own AgentX based backend.
           <li>The snmpe process is now pledged <code>stdio recvfd inet unix</code>.
           <li>Imported <a
                   href="https://man.openbsd.org/snmpd_metrics.8">snmpd_metrics(8)</a>.
                   This allows those who need to use net-snmpd the ability to access base
                   <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a> metrics.
     </ul>
   
   <li>In <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>,    <li>In <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>,
         relax the limitations on what is an acceptable unicast IP. There are no          relax the limitations on what is an acceptable unicast IP. There are no

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34