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