summaryrefslogtreecommitdiff
path: root/tools/regression/bpf
AgeCommit message (Expand)Author
2025-06-17tests: Update for jemalloc's option parsingEd Maste
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2017-12-27other: Fix several typos and minor errorsEitan Adler
2016-10-21Clean up and add some test cases for ALU instructions.Jung-uk Kim
2010-04-23Adjust a test case and make it more jump optimization neutral for JIT case.Jung-uk Kim
2009-11-23Make this test case little bit more interesting.Jung-uk Kim
2009-11-20Correct copyright date in the BPF regression test.Jung-uk Kim
2009-11-20Adjust BPF JIT compiler regression tests to catch up with r199603.Jung-uk Kim
2009-11-19Add a test case for very long BPF program.Jung-uk Kim
2008-08-29Connect a forgotten test case to Makefile.Jung-uk Kim
2008-08-29Do not pass validatation level since all issues are fixed now.Jung-uk Kim
2008-08-29Merge local copy of bpf_validate() with bpf_filter.c.Jung-uk Kim
2008-08-29Merge bpf_filter.c r182425 and add test cases for jump range checks.Jung-uk Kim
2008-08-28Move comments to the right places.Jung-uk Kim
2008-08-28Merge bpf_filter.c r182412 and remove additional local checks.Jung-uk Kim
2008-08-28Fix style consistencies and a comment.Jung-uk Kim
2008-08-28Merge bpf_filter.c r182380 and remove additional local checksJung-uk Kim
2008-08-28Add a test case for uninitialized scratch memory (for JIT compiler).Jung-uk Kim
2008-08-26Add a test case for null filter.Jung-uk Kim
2008-08-26Add more test cases for invalid instructions and add commentsJung-uk Kim
2008-08-26Remove some hacks from regression test since bpf_filter.c builds fine now.Jung-uk Kim
2008-08-25Add a trivial bpf filter benchmark.Jung-uk Kim
2008-08-25Use sys/net/bpf_jitter.c instead of rolling our own versionJung-uk Kim
2008-08-25Reflect sys/net/bpf_jitter.h changes to regression test.Jung-uk Kim
2008-08-18Add test case for 'divide by 0' with BPF_ALU|BPF_DIV|BPF_X instruction.Jung-uk Kim
2008-08-18Fix two test cases on 32-bit architectures.Jung-uk Kim
2008-08-18Add simple bpf(9) regression tests and test cases.Jung-uk Kim