History log of /freebsd-10.1-release/tools/regression/bpf/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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


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


207135 23-Apr-2010 jkim

Adjust a test case and make it more jump optimization neutral for JIT case.


199722 23-Nov-2009 jkim

Make this test case little bit more interesting.


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.


199499 19-Nov-2009 jkim

Add a test case for very long BPF program.


182464 29-Aug-2008 jkim

Connect a forgotten test case to Makefile.


182459 29-Aug-2008 jkim

Do not pass validatation level since all issues are fixed now.


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.


182393 28-Aug-2008 jkim

Fix style consistencies and a comment.


182382 28-Aug-2008 jkim

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


182377 28-Aug-2008 jkim

Add a test case for uninitialized scratch memory (for JIT compiler).


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 26-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.


181857 18-Aug-2008 jkim

Add test case for 'divide by 0' with BPF_ALU|BPF_DIV|BPF_X instruction.


181855 18-Aug-2008 jkim

Fix two test cases on 32-bit architectures.


181847 18-Aug-2008 jkim

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