History log of /netbsd-src/tests/net/if/Makefile (Results 1 – 10 of 10)
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 ...


# 9c62ddd5 01-Jun-2019 kre <kre@NetBSD.org>

Deal with fallout from the addition of
KERN_PROC_CWD in sysctl(3)
That is kern.proc.$$.KERN_PROC_CWD (I think - not that it matters here)

The effect is that -lrump now requires -lrumpvfs

This set

Deal with fallout from the addition of
KERN_PROC_CWD in sysctl(3)
That is kern.proc.$$.KERN_PROC_CWD (I think - not that it matters here)

The effect is that -lrump now requires -lrumpvfs

This set of changes fixes (I believe) regular dynamic builds,
more might be required for static builds (will be verified soon).

show more ...


# 48e354a3 13-May-2019 bad <bad@NetBSD.org>

Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed
after moving rump's mainbus from rumpdev to rumpkern.

Produces the same atf-run results as before.


# 38a46009 14-Feb-2017 ozaki-r <ozaki-r@NetBSD.org>

Add tests for ifconfig up/down


# 95d23142 08-Aug-2016 pgoyette <pgoyette@NetBSD.org>

This one needs librump dev (and librumpvfs) too


# 5fbfc689 01-Jul-2015 ozaki-r <ozaki-r@NetBSD.org>

Add tests of interface creation/destruction


# ba54e088 08-Dec-2014 ozaki-r <ozaki-r@NetBSD.org>

Fix LDADD.t_compat

This unbreaks the build.


# b5aa5c89 08-Dec-2014 ozaki-r <ozaki-r@NetBSD.org>

Add basic tests for ifconf (SIOCGIFCONF)


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


# 7119e5be 07-Nov-2010 pooka <pooka@NetBSD.org>

convert program in PR kern/44054 to an atf test case