Home | History | Annotate | only in /src/sys/modules/bpf
History log of /src/sys/modules/bpf
RevisionDateAuthorComments
 1.6 17-Feb-2019  rin Bump default value of WARNS for modules from 3 to 5, and
explicitly set WARNS for modules that fail with WARNS=5.

Also, turn on -Wno-missing-noreturn for clang for some files.

At the moment, among ~ 360 modules,
- 2 (lua and zfs) need WARNS=0
- 1 (solaris) needs WARNS=1
- 136 need WARNS=3 (mostly due to sign-compare)
- 4 need WARNS=4
- others can be compiled with WARNS=5

Discussed on tech-kern.
 1.5 07-Jun-2016  pgoyette branches: 1.5.18;
Create separate modules for i2c_bitbang and bpf_filter so these files
can be included in kernels which need them without also duplicating
them in other modules. Removes the duplicate symbols I found which
prevented loading i2c and bpf modules after having fixed PR 45125.
 1.4 27-Sep-2012  alnsn branches: 1.4.14;
Remove bpf_jit which was ported from FreeBSD recently.

It will soon be replaced with the new bpfjit kernel module.
 1.3 02-Aug-2012  matt branches: 1.3.2;
Add missing paren.
 1.2 01-Aug-2012  rmind Add BPF JIT compiler, currently supporting amd64 and i386. Code obtained
from FreeBSD. Also, make few BPF fixes and simplifications while here.
Note that bpf_jit_enable is false for now.

OK dyoung@, some feedback from matt@
 1.1 25-Jan-2010  pooka branches: 1.1.4;
add bpf kmod
 1.1.4.2 11-Mar-2010  yamt sync with head
 1.1.4.1 25-Jan-2010  yamt file Makefile was added on branch yamt-nfs-mp on 2010-03-11 15:04:24 +0000
 1.3.2.2 03-Dec-2017  jdolecek update from HEAD
 1.3.2.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.4.14.1 09-Jul-2016  skrll Sync with HEAD
 1.5.18.1 10-Jun-2019  christos Sync with HEAD

RSS XML Feed