Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rmind
Date:           Fri Nov 15 00:12:45 UTC 2013

Modified Files:
        src/sys/net: bpf.c bpf.h bpf_filter.c bpfdesc.h bpfjit.c bpfjit.h
        src/sys/net/npf: npf_bpf.c npf_impl.h npf_ruleset.c
        src/tests/lib/libbpfjit: t_bpfjit.c

Log Message:
- Add bpf_args_t and convert bpf_filter_ext() to use it.  This allows the
  caller to initialise (and re-use) the memory store.
- Add bpf_jit_generate() and bpf_jit_freecode() wrappers.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/sys/net/bpf.c
cvs rdiff -u -r1.62 -r1.63 src/sys/net/bpf.h
cvs rdiff -u -r1.60 -r1.61 src/sys/net/bpf_filter.c
cvs rdiff -u -r1.37 -r1.38 src/sys/net/bpfdesc.h
cvs rdiff -u -r1.3 -r1.4 src/sys/net/bpfjit.c
cvs rdiff -u -r1.1 -r1.2 src/sys/net/bpfjit.h
cvs rdiff -u -r1.2 -r1.3 src/sys/net/npf/npf_bpf.c
cvs rdiff -u -r1.38 -r1.39 src/sys/net/npf/npf_impl.h
cvs rdiff -u -r1.26 -r1.27 src/sys/net/npf/npf_ruleset.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libbpfjit/t_bpfjit.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