=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/40.html,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** www/40.html 2006/09/13 00:22:47 1.33 --- www/40.html 2006/09/13 09:12:53 1.34 *************** *** 163,168 **** --- 163,174 ---- trunc(3), and truncf(3) have been added to libm, the math library. +
  • pf(4) + now supports Unicast Reverse Path Forwarding (uRPF) checks for simplified + ingress filtering. +
  • bpf(4) + can now ignore packets based on their direction (inbound/outbound) using the + BIOCSDIRFILT ioctl.

    *************** *** 172,177 **** --- 178,186 ---- systems.

  • Much improved implementation of telldir(3) and friends. +
  • Replacement of all + malloc(3) + calls that follow a pattern prone to integer overflow with safer constructs.

    *************** *** 615,621 **** alt="OpenBSD"> www@openbsd.org
    ! $OpenBSD: 40.html,v 1.33 2006/09/13 00:22:47 brad Exp $ --- 624,630 ---- alt="OpenBSD"> www@openbsd.org
    ! $OpenBSD: 40.html,v 1.34 2006/09/13 09:12:53 djm Exp $