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

Diff for /www/64.html between version 1.64 and 1.65

version 1.64, 2018/10/15 14:49:08 version 1.65, 2018/10/15 15:45:15
Line 173 
Line 173 
   
 <li>Generic network stack improvements:  <li>Generic network stack improvements:
     <ul>      <ul>
     <li><a href="https://man.openbsd.org/amd64/trunk.4">trunk(4)</a>      <li><a href="https://man.openbsd.org/trunk.4">trunk(4)</a>
        now has LACP administrative knobs for: mode, timeout, system priority,         now has LACP administrative knobs for: mode, timeout, system priority,
        port priority, and ifq priority.         port priority, and ifq priority.
     <li><a href="https://man.openbsd.org/amd64/ifconfig.8">ifconfig(8)</a>      <li><a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>
        now has the ability to adjust LACP administrative knobs:         now has the ability to adjust LACP administrative knobs:
        <code>lacpmode</code> and <code>lacptimeout</code>.         <code>lacpmode</code> and <code>lacptimeout</code>.
       <li><a href="https://man.openbsd.org/sendmsg.2">sendmsg(2)</a>,
           <a href="https://man.openbsd.org/sendto.2">sendto(2)</a>,
           <a href="https://man.openbsd.org/recvfrom.2">recvfrom(2)</a> and
           <a href="https://man.openbsd.org/recvmsg.2">recvmsg(2)</a> are
           run withtout KERNEL_LOCK.
       <li>New global IPsec counters are available via
           <a href="https://man.openbsd.org/netstat.1">netstat(1)</a>.
     </ul>      </ul>
 <p>  <p>
   
Line 343 
Line 350 
     <li>Enable <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> on      <li>Enable <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a> on
         loongson for USB devices.          loongson for USB devices.
     <li>New "Spleen 5x8" font added to wsfont, targetted at small OLED displays.      <li>New "Spleen 5x8" font added to wsfont, targetted at small OLED displays.
       <li><a href="https://man.openbsd.org/usbdevs.8">usbdevs(8)</a> now reports
           USB port statuses.
       <li><a href="https://man.openbsd.org/top.1">top(1)</a> and
           <a href="https://man.openbsd.org/systat.1">systat(1)</a> now report
           the time spent by each CPU waiting on spinning locks.
       <li>Improved read speed on MSDOSFS via clustering.
       <li>Access to NFS nodes is now serialized.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65