OpenGrok
Cross Reference: Makefile
xref
: /
src
/
tests
/
net
/
bpf
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
bpf
History log of
/src/tests/net/bpf/Makefile
Revision
Date
Author
Comments
1.7
18-Sep-2025
mrg
introduce a couple of new turn-off-gcc-warning variables and use them.
GCC 14 has a new annoying calloc() checker that we turn off in a bunch
of places, and there are a few more dangling-pointer issuse that come up,
but seem bogus.
1.6
01-Mar-2020
christos
Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs after librump after
the latest changes.
1.5
07-Jul-2014
alnsn
branches: 1.5.24;
Add bpf/t_mbuf test to the build.
1.4
10-Jun-2014
he
Fix static linking for the tests: -lrump is also used by -lrumpuser,
so we also need -lrump after -lrumpuser. Fixes build for sun2.
1.3
03-Jan-2011
christos
branches: 1.3.12; 1.3.22;
PR/44310: Alexander Nasonov: write to /dev/bpf truncates size_t to int
1.2
06-Dec-2010
pooka
Add an xfail test for the mbuf leak described in PR kern/44196.
This is yet another example of a simple test which would be much
trickier to execute against the host kernel. You would either need
to put networking in a complete lockdown, or do some "statistical"
methods where you trigger the bug many many times and attempt to
ascertain a rising trend in mbuf count. And, of course, the leaked
mbufs don't go away from the host kernel once the test ends. In
contrast, we *know* that there is no other networking activity in
a rump kernel, so we can execute the operation exactly once, plus
the leaked mbuf "disappears" when the test is done.
1.1
21-Apr-2010
pooka
Check that bpf doesn't accept programs with divide-by-zero in them.
Example filter from Guy Harris via PR kern/43185.
1.3.22.1
10-Aug-2014
tls
Rebase.
1.3.12.1
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.5.24.1
08-Apr-2020
martin
Merge changes from current as of 20200406
Indexes created Wed Oct 22 13:09:56 GMT 2025