| #
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 ...
|
| #
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 ...
|