History log of /freebsd-10-stable/tools/regression/bpf/bpf_filter/bpf_test.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 199605 20-Nov-2009 jkim

Correct copyright date in the BPF regression test.


# 199604 20-Nov-2009 jkim

Adjust BPF JIT compiler regression tests to catch up with r199603.


# 182457 29-Aug-2008 jkim

Merge local copy of bpf_validate() with bpf_filter.c.


# 182428 29-Aug-2008 jkim

Merge bpf_filter.c r182425 and add test cases for jump range checks.

While I am here, fix stupid typos in test0080.h and make it JIT compiler only.


# 182417 28-Aug-2008 jkim

Move comments to the right places.


# 182415 28-Aug-2008 jkim

Merge bpf_filter.c r182412 and remove additional local checks.

While I am here, use more realistic value for illegal code test case.


# 182382 28-Aug-2008 jkim

Merge bpf_filter.c r182380 and remove additional local checks
for BPF_STX and BPF_LDX|BPF_MEM instructions.


# 182221 26-Aug-2008 jkim

Add a test case for null filter.


# 182219 26-Aug-2008 jkim

Add more test cases for invalid instructions and add comments
about bpf_validate(9) issues.


# 182185 25-Aug-2008 jkim

Remove some hacks from regression test since bpf_filter.c builds fine now.


# 182183 25-Aug-2008 jkim

Add a trivial bpf filter benchmark.


# 182182 25-Aug-2008 jkim

Use sys/net/bpf_jitter.c instead of rolling our own version
since it is compilable on user land now.


# 182175 25-Aug-2008 jkim

Reflect sys/net/bpf_jitter.h changes to regression test.


# 181847 18-Aug-2008 jkim

Add simple bpf(9) regression tests and test cases.