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

Diff for /www/40.html between version 1.33 and 1.34

version 1.33, 2006/09/13 00:22:47 version 1.34, 2006/09/13 09:12:53
Line 163 
Line 163 
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunc&amp;sektion=3">trunc(3)</a>, and  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trunc&amp;sektion=3">trunc(3)</a>, and
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=truncf&amp;sektion=3">truncf(3)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=truncf&amp;sektion=3">truncf(3)</a>
 have been added to libm, the math library.  have been added to libm, the math library.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>
    now supports Unicast Reverse Path Forwarding (uRPF) checks for simplified
    ingress filtering.</a>
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&amp;sektion=4">bpf(4)</a>
    can now ignore packets based on their direction (inbound/outbound) using the
    BIOCSDIRFILT ioctl.</a>
 </ul>  </ul>
 <p>  <p>
   
Line 172 
Line 178 
 systems.  systems.
 <li>Much improved implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telldir&amp;sektion=3">telldir(3)</a>  <li>Much improved implementation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telldir&amp;sektion=3">telldir(3)</a>
 and friends.  and friends.
   <li>Replacement of all
    <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&amp;sektion=3">malloc(3)</a>
    calls that follow a pattern prone to integer overflow with safer constructs.
 </ul>  </ul>
 <p>  <p>
   

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