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

Diff for /www/63.html between version 1.41 and 1.42

version 1.41, 2018/03/26 20:18:37 version 1.42, 2018/03/26 23:10:25
Line 179 
Line 179 
     <ul>      <ul>
     <li>The network stack no longer runs with the KERNEL_LOCK() when IPsec is      <li>The network stack no longer runs with the KERNEL_LOCK() when IPsec is
          enabled.           enabled.
      <li>Processing of incoming TCP/UDP packets is now done without      <li>Processing of incoming TCP/UDP packets is now done without
          KERNEL_LOCK().           KERNEL_LOCK().
       <li>The socket splicing task runs without KERNEL_LOCK().
     <li>Cleanup and removal of code in sys/netinet6 since autoconfiguration      <li>Cleanup and removal of code in sys/netinet6 since autoconfiguration
         runs in userland now.          runs in userland now.
     <li><a href="https://man.openbsd.org/bridge.4">bridge(4)</a> members can      <li><a href="https://man.openbsd.org/bridge.4">bridge(4)</a> members can
         now be prevented to talk to each others with the new <b>protected</b>          now be prevented to talk to each others with the new <b>protected</b>
         option.          option.
       <li>The pf divert-packet feature has been simplified.
           The IP_DIVERTFL socket option has been removed from <a
           href="https://man.openbsd.org/divert.4">divert(4)</a>.
       <li>Various corner cases of pf divert-to and divert-reply are
           more consistent now.
       <li>Enforce in <a href="https://man.openbsd.org/pf.4">pf(4)</a>
           that all neighbor discovery packets have 255 in their IPv6
           header hop limit field.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 388 
Line 397 
     <li>The <a href="https://man.openbsd.org/patch.1">patch(1)</a> utility now      <li>The <a href="https://man.openbsd.org/patch.1">patch(1)</a> utility now
         copes better with git diffs that create or delete files.          copes better with git diffs that create or delete files.
     <li>The elfrdsetroot utility used to build ramdisks is now pledged.      <li>The elfrdsetroot utility used to build ramdisks is now pledged.
     <li><a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a> now has      <li><a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>
         improved support for HTTP(S) redirectors such as <i>cdn.openbsd.org</i>.          now has improved support for HTTP(S) redirectors such as
           <i>cdn.openbsd.org</i>.
       <li><a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>
           logs if there were warnings during startup.
       <li><a href="https://man.openbsd.org/syslogd.8">syslogd(8)</a>
           stopped logging to files in a full filesystem.  Now it
           writes a warning and continues after space has been made
           available.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42