History log of /freebsd-10.3-release/tools/regression/bpf/bpf_filter/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 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


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