CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/15 19:20:08
Modified files:
share/man/man4 : bpf.4
sys/net : bpf.h bpf_filter.c
Log message:
add XOR and MOD operations.
linux introduced these and netbsd and freebsd have picked them up.
i'm not sure of the usefulness of these, but they're cheap to
implement.
from Guy Harris via bugs@
