Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: rmind
Date: Wed Sep 18 23:34:55 UTC 2013
Modified Files:
src/sys/external/bsd/ipf/netinet: fil.c
src/sys/net: bpf.c bpf.h bpf_filter.c if_ppp.c
src/sys/net/npf: npf_ruleset.c
Log Message:
Add bpf_filter_ext() to use with BPF COP, restore bpf_filter() as it was
originally to preserve compatibility. Similarly, add bpf_validate_ext()
which takes bpf_ctx_t.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/external/bsd/ipf/netinet/fil.c
cvs rdiff -u -r1.176 -r1.177 src/sys/net/bpf.c
cvs rdiff -u -r1.61 -r1.62 src/sys/net/bpf.h
cvs rdiff -u -r1.57 -r1.58 src/sys/net/bpf_filter.c
cvs rdiff -u -r1.140 -r1.141 src/sys/net/if_ppp.c
cvs rdiff -u -r1.22 -r1.23 src/sys/net/npf/npf_ruleset.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index