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

Diff for /www/63.html between version 1.36 and 1.37

version 1.36, 2018/03/26 12:52:56 version 1.37, 2018/03/26 14:44:45
Line 147 
Line 147 
     <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      <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/pty.4">pty(4)</a> are now understood by
      <a href="https://man.openbsd.org/vmd.8">vmd(8)</a>.       <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>
Line 158 
Line 158 
 <li>IEEE 802.11 wireless stack improvements:  <li>IEEE 802.11 wireless stack improvements:
     <ul>      <ul>
     <li>The <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and      <li>The <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and
         <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> drivers will automatically roam between          <a href="https://man.openbsd.org/iwn.4">iwn(4)</a> drivers will
         access points which share an ESSID. Forcing a particular AP's MAC address with ifconfig's          automatically roam between access points which share an ESSID.
         <b>bssid</b> command disables roaming.          Forcing a particular AP's MAC address with ifconfig's <b>bssid</b>
     <li>Automatically clear configured WEP/WPA keys when a new network ESSID is configured.          command disables roaming.
     <li>Removed the ability for userland to read configured WEP/WPA keys back from the kernel.      <li>Automatically clear configured WEP/WPA keys when a new network ESSID
     <li>The <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> driver can now connect to networks          is configured.
         with a hidden SSID.      <li>Removed the ability for userland to read configured WEP/WPA keys back
     <li>USB devices supported by the <a href="https://man.openbsd.org/athn.4">athn(4)</a> driver          from the kernel.
         now use an open source firmware, and hostap mode now works with these devices.      <li>The <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> driver can now
           connect to networks with a hidden SSID.
       <li>USB devices supported by the
           <a href="https://man.openbsd.org/athn.4">athn(4)</a> driver
           now use an open source firmware, and hostap mode now works with
           these devices.
     </ul>      </ul>
 <p>  <p>
   
 <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      <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> 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>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 205 
Line 210 
         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      <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.          <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      <li><a href="https://man.openbsd.org/ipsecctl.8">ipsecctl(8)</a> can now
          collapse flow outputs having the same source or destination          collapse flow outputs having the same source or destination
     <li>The <tt>-n</tt> option in the      <li>The <tt>-n</tt> option in the
         <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> no longer          <a href="https://man.openbsd.org/netstart.8">netstart(8)</a> no longer
         messes with the default route.          messes with the default route.
Line 240 
Line 245 
     </ul>      </ul>
 <p>  <p>
   
 <li><a href="https://man.openbsd.org/dhcpd.8">dhcpd(8)</a>/  
     <a href="https://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a> improvements:  
     <ul>  
     <li>...  
     </ul>  
 <p>  
   
 <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> improvements:  <li><a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a> improvements:
     <ul>      <ul>
       <li>parsing <a href="https://man.openbsd.org/dhclient.conf.5">        <li>parsing <a href="https://man.openbsd.org/dhclient.conf.5">
Line 264 
Line 262 
         improved behaviour in the presence of unexpected semicolons.          improved behaviour in the presence of unexpected semicolons.
       <li>more care is taken to only use configuration information that was        <li>more care is taken to only use configuration information that was
         successfully parsed.          successfully parsed.
       <li> the '-n' command line option has been added to        <li>the '-n' command line option has been added to
         <a href="https://man.openbsd.org/dhclient.8">          <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>,
           dhclient(8)</a>, which causes          which causes
         <a href="https://man.openbsd.org/dhclient.8">          <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>
           dhclient(8)</a> to parse          to parse
         <a href="https://man.openbsd.org/dhclient.conf.5">          <a href="https://man.openbsd.org/dhclient.conf.5">dhclient.conf(5)</a>
           dhclient.conf(5)</a> and immediately exit without taking          and immediately exit without taking charge of the interface.
         charge of the interface.  
     <li>...  
     </ul>      </ul>
 <p>  <p>
   
Line 321 
Line 317 
     <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      <li>Support for dumping USB transfers via
          <a href="https://man.openbsd.org/bpf.4">bpf(4)</a>          <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      <li><a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a> can now
          unserstand dumps of USB transfers in the          unserstand dumps of USB transfers in the
          <a href="http://desowin.org/usbpcap/captureformat.html">USBPcap</a>          <a href="http://desowin.org/usbpcap/captureformat.html">USBPcap</a>
          format.          format.
     <li>The default prompts of <a href="https://man.openbsd.org/csh.1">csh(1)</a>,      <li>The default prompts of <a href="https://man.openbsd.org/csh.1">csh(1)</a>,
         <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> and          <a href="https://man.openbsd.org/ksh.1">ksh(1)</a> and
         <a href="https://man.openbsd.org/sh.1">sh(1)</a> now include the hostname.          <a href="https://man.openbsd.org/sh.1">sh(1)</a> now include the hostname.
Line 424 
Line 420 
    duplicated code.     duplicated code.
    </ul>     </ul>
 <p>  <p>
   
 <li>mandoc 1.14.3  <li>mandoc 1.14.3
     <ul>      <ul>
     <li>...      <li>...

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37