Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | General style cleanup, no functional change. | jkim | 2009-11-20 | 1 | -35/+14 |
* | - Allocate scratch memory on stack instead of pre-allocating it with | jkim | 2009-11-20 | 1 | -8/+5 |
* | - Change internal function bpf_jit_compile() to return allocated size of | jkim | 2009-11-18 | 1 | -5/+7 |
* | - Make BPF JIT compiler working again in userland. We are limiting size of | jkim | 2009-11-18 | 1 | -2/+4 |
* | Initialize scratch memory for JIT-compiled filter when it is allocated. | jkim | 2008-08-28 | 1 | -1/+3 |
* | Move empty filter handling to MI source. | jkim | 2008-08-26 | 1 | -2/+26 |
* | Fix a typo in copyrights. | jkim | 2008-08-25 | 1 | -1/+1 |
* | Embed scratch memory in the filter structure. | jkim | 2008-08-25 | 1 | -19/+0 |
* | - Make these files compilable on user land. | jkim | 2008-08-18 | 1 | -9/+52 |
* | Add BPF Just-In-Time compiler support for ng_bpf(4). | jkim | 2005-12-07 | 1 | -0/+6 |
* | s/M_WAITOK/M_NOWAIT/ while mutex is held. | jkim | 2005-12-06 | 1 | -2/+2 |
* | Add experimental BPF Just-In-Time compiler for amd64 and i386. | jkim | 2005-12-06 | 1 | -0/+85 |