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

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

version 1.41, 2016/08/04 18:22:35 version 1.42, 2016/08/05 01:28:10
Line 141 
Line 141 
         on each fragment of an IPv4 packet going out on a          on each fragment of an IPv4 packet going out on a
         <a href="http://man.openbsd.org/vlan.4">vlan(4)</a>          <a href="http://man.openbsd.org/vlan.4">vlan(4)</a>
         interface.          interface.
       <li>Enabled device cloning for
           <a href="http://man.openbsd.org/bpf.4">bpf(4)</a>.
           This allows the system to have just one bpf device node in /dev
           that services all bpf consumers (up to 1024).
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>
Line 167 
Line 171 
         The daemon could hang if it was idle for a long time.          The daemon could hang if it was idle for a long time.
     <li>Added the <tt>llprio</tt> option in      <li>Added the <tt>llprio</tt> option in
         <a href="http://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.          <a href="http://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
       <li>Multiple programs that use
           <a href="http://man.openbsd.org/bpf.4">bpf(4)</a>
           have been modified to take advantage of
           <a href="http://man.openbsd.org/bpf.4">bpf(4)</a>
           device cloning by opening <tt>/dev/bpf0</tt> instead of looping
           through <tt>/dev/bpf*</tt> devices.  These programs include
           <a href="http://man.openbsd.org/arp.8">arp(8)</a>,
           <a href="http://man.openbsd.org/dhclient.8">dhclient(8)</a>,
           <a href="http://man.openbsd.org/dhcpd.8">dhcpd(8)</a>,
           <a href="http://man.openbsd.org/dhcrelay.8">dhcrelay(8)</a>,
           <a href="http://man.openbsd.org/hostapd.8">hostapd(8)</a>,
           <a href="http://man.openbsd.org/mopd.8">mopd(8)</a>,
           <a href="http://man.openbsd.org/npppd.8">npppd(8)</a>,
           <a href="http://man.openbsd.org/rarpd.8">rarpd(8)</a>,
           <a href="http://man.openbsd.org/rbootd.8">rbootd(8)</a>, and
           <a href="http://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
           The <a href="http://man.openbsd.org/pcap.3">libpcap</a> library
           has also been modified accordingly.
     <li>...      <li>...
     </ul>      </ul>
 <p>  <p>

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