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

Diff for /www/63.html between version 1.32 and 1.33

version 1.32, 2018/03/26 02:14:07 version 1.33, 2018/03/26 09:05:15
Line 145 
Line 145 
     <li>Add paused migration and snapshotting support to <a      <li>Add paused migration and snapshotting support to <a
         href="https://man.openbsd.org/amd64/vmm.4">vmm(4)</a> for AMD SVM/RVI          href="https://man.openbsd.org/amd64/vmm.4">vmm(4)</a> for AMD SVM/RVI
         hosts.          hosts.
       <li> BREAK commands sent over a
        <a href="https://man.openbsd.org/pty.4">pty(4)</a> are now understood by
        <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>.
     <li>Many fixes to <a href="https://man.openbsd.org/amd64/vmctl.8">vmctl(8)</a>      <li>Many fixes to <a href="https://man.openbsd.org/amd64/vmctl.8">vmctl(8)</a>
         and <a href="https://man.openbsd.org/amd64/vmd.8">vmd(8)</a> error handling          and <a href="https://man.openbsd.org/amd64/vmd.8">vmd(8)</a> error handling
     </ul>      </ul>
Line 158 
Line 161 
   
 <li>Generic network stack improvements:  <li>Generic network stack improvements:
     <ul>      <ul>
         <li> The network stack no longer runs with the KERNEL_LOCK() when IPsec is
         enabled.
         <li> Processing of incoming TCP/UDP packets is now done 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
            now be prevented to talk to each others with the new <b>protected</b>
            option.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 184 
Line 194 
         autoconfiguration addresses on non-/64 prefixes.          autoconfiguration addresses on non-/64 prefixes.
     <li><a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> can now set the      <li><a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a> can now set the
         metric for a route depending on the status of an interface.          metric for a route depending on the status of an interface.
       <li> <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> has a new
            <b>staticarp</b> option to make interfaces reply to ARP requests only.
       <li> <a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> can now
            collapse flow outputs having the same source or destination
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 292 
Line 306 
     <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> now      <li><a href="https://man.openbsd.org/disklabel.8">disklabel(8)</a> now
       validates the requested partition size against the size of the largest free        validates the requested partition size against the size of the largest free
       chunk instead of the total free space.        chunk instead of the total free space.
       <li> Support for dumping USB transfers via
            <a href="https://man.openbsd.org/bpf.4">bpf(4)</a>
       <li> <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> can now
            unserstand dumps of USB transfers in the
            <a href="http://desowin.org/usbpcap/captureformat.html">USBPcap</a>
            format.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

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