eadler
|
a2cad14ef1
|
other: Fix several typos and minor errors
- duplicate words
- typos
- references to old versions of FreeBSD
Reviewed by: imp, benno
|
2017-12-27 03:23:58 +00:00 |
|
jkim
|
dd3e36842d
|
Clean up and add some test cases for ALU instructions.
|
2016-10-21 06:56:30 +00:00 |
|
jkim
|
70c33ced37
|
Adjust a test case and make it more jump optimization neutral for JIT case.
|
2010-04-23 22:42:49 +00:00 |
|
jkim
|
f95642ae2b
|
Make this test case little bit more interesting.
|
2009-11-23 22:28:15 +00:00 |
|
jkim
|
be8a54e0c3
|
Correct copyright date in the BPF regression test.
|
2009-11-20 19:01:09 +00:00 |
|
jkim
|
ad0b2feb64
|
Adjust BPF JIT compiler regression tests to catch up with r199603.
|
2009-11-20 18:53:38 +00:00 |
|
jkim
|
23da766d8b
|
Add a test case for very long BPF program.
|
2009-11-19 00:00:31 +00:00 |
|
jkim
|
15b99cdb14
|
Connect a forgotten test case to Makefile.
|
2008-08-29 20:58:01 +00:00 |
|
jkim
|
7d24618f3d
|
Do not pass validatation level since all issues are fixed now.
|
2008-08-29 20:20:30 +00:00 |
|
jkim
|
4b913d6bb8
|
Merge local copy of bpf_validate() with bpf_filter.c.
|
2008-08-29 20:07:02 +00:00 |
|
jkim
|
a85de0848e
|
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.
|
2008-08-29 02:12:45 +00:00 |
|
jkim
|
1d9644cd19
|
Move comments to the right places.
|
2008-08-28 22:41:31 +00:00 |
|
jkim
|
4eb765aaef
|
Merge bpf_filter.c r182412 and remove additional local checks.
While I am here, use more realistic value for illegal code test case.
|
2008-08-28 22:19:57 +00:00 |
|
jkim
|
b8209dfb17
|
Fix style consistencies and a comment.
|
2008-08-28 18:38:55 +00:00 |
|
jkim
|
4e5f663031
|
Merge bpf_filter.c r182380 and remove additional local checks
for BPF_STX and BPF_LDX|BPF_MEM instructions.
|
2008-08-28 17:59:16 +00:00 |
|
jkim
|
c22e2b30b2
|
Add a test case for uninitialized scratch memory (for JIT compiler).
|
2008-08-28 16:58:30 +00:00 |
|
jkim
|
2efee2eeaa
|
Add a test case for null filter.
|
2008-08-26 21:54:47 +00:00 |
|
jkim
|
72e5b4d251
|
Add more test cases for invalid instructions and add comments
about bpf_validate(9) issues.
|
2008-08-26 19:24:58 +00:00 |
|
jkim
|
12fb66e68a
|
Remove some hacks from regression test since bpf_filter.c builds fine now.
|
2008-08-26 00:35:04 +00:00 |
|
jkim
|
a70ab99712
|
Add a trivial bpf filter benchmark.
|
2008-08-25 23:36:24 +00:00 |
|
jkim
|
7226acfb72
|
Use sys/net/bpf_jitter.c instead of rolling our own version
since it is compilable on user land now.
|
2008-08-25 22:45:18 +00:00 |
|
jkim
|
dddb7ff151
|
Reflect sys/net/bpf_jitter.h changes to regression test.
|
2008-08-25 21:33:12 +00:00 |
|
jkim
|
95cf51a304
|
Add test case for 'divide by 0' with BPF_ALU|BPF_DIV|BPF_X instruction.
|
2008-08-18 23:05:19 +00:00 |
|
jkim
|
62966b1d9f
|
Fix two test cases on 32-bit architectures.
|
2008-08-18 21:40:03 +00:00 |
|
jkim
|
2e51cd9be9
|
Add simple bpf(9) regression tests and test cases.
|
2008-08-18 19:01:58 +00:00 |
|