History log of /freebsd-11.0-release/tools/regression/bpf/bpf_filter/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

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

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

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


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


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


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


# 181857 18-Aug-2008 jkim

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


# 181847 18-Aug-2008 jkim

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