History log of /netbsd-src/tests/net/bpf/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# 0dc8cda9 01-Mar-2020 christos <christos@NetBSD.org>

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 af

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.

show more ...


# 6cabebfe 07-Jul-2014 alnsn <alnsn@NetBSD.org>

Add bpf/t_mbuf test to the build.


# f693807f 10-Jun-2014 he <he@NetBSD.org>

Fix static linking for the tests: -lrump is also used by -lrumpuser,
so we also need -lrump after -lrumpuser. Fixes build for sun2.


# 00a60545 03-Jan-2011 christos <christos@NetBSD.org>

PR/44310: Alexander Nasonov: write to /dev/bpf truncates size_t to int


# 1a21107a 06-Dec-2010 pooka <pooka@NetBSD.org>

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
t

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.

show more ...


# 513ca287 21-Apr-2010 pooka <pooka@NetBSD.org>

Check that bpf doesn't accept programs with divide-by-zero in them.
Example filter from Guy Harris via PR kern/43185.