History log of /freebsd-current/tools/regression/bpf/bpf_filter/bpf_test.c
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 99144520 26-Dec-2017 Eitan Adler <eadler@FreeBSD.org>

other: Fix several typos and minor errors

- duplicate words
- typos
- references to old versions of FreeBSD

Reviewed by: imp, benno


# fadb8b98 21-Oct-2016 Jung-uk Kim <jkim@FreeBSD.org>

Clean up and add some test cases for ALU instructions.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 908d88b0 20-Nov-2009 Jung-uk Kim <jkim@FreeBSD.org>

Correct copyright date in the BPF regression test.


# 448a7ff2 20-Nov-2009 Jung-uk Kim <jkim@FreeBSD.org>

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


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# ec079613 29-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

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


# f6cd36de 28-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

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.


# eaa830ed 28-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

Move comments to the right places.


# 291e9e27 28-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

Merge bpf_filter.c r182412 and remove additional local checks.

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


# 855aaac7 28-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

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


# 218223bb 26-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

Add a test case for null filter.


# bf2a2208 26-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

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


# e3a315fe 25-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

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


# 143a24da 25-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

Add a trivial bpf filter benchmark.


# 71d7a7dd 25-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

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


# f7402f1a 25-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

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


# b0729b18 18-Aug-2008 Jung-uk Kim <jkim@FreeBSD.org>

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