History log of /netbsd-src/tests/fs/nfs/Makefile (Results 1 – 11 of 11)
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 ...


# e8f299ca 08-Jan-2015 pooka <pooka@NetBSD.org>

fix MKZFS=yes ports


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


# 37f2635c 24-Feb-2012 joerg <joerg@NetBSD.org>

Fix obvious code issues and remove the original -Wno-error for clang
builds to not hide them in the future:
(1) Don't use a pointer to a local variables if all that is done is
comparing it against NU

Fix obvious code issues and remove the original -Wno-error for clang
builds to not hide them in the future:
(1) Don't use a pointer to a local variables if all that is done is
comparing it against NULL. The function itself works fine for that
purpose.

(2) Initialise the fail counter, giving the test a chance to work
reliably.

show more ...


# 5ba1d99f 13-Feb-2012 bouyer <bouyer@NetBSD.org>

When I split non-quota-specific functions out from ../ffs/quotas_common.sh
I forgot to ajust this test.
Fix PR bin/46015


# 28050549 30-May-2011 joerg <joerg@NetBSD.org>

Ignore warnings when building with clang for now.


# fa4ca53d 12-Mar-2011 bouyer <bouyer@NetBSD.org>

Add a test for rpc.rquotad(8)


# 0549224c 23-Sep-2010 he <he@NetBSD.org>

Reorder the library specifications, so that we don't depend on the
library dependencies recorded in shared libraries, allowing these
to be linked statically as well.


# 862a7ebf 28-Jul-2010 pooka <pooka@NetBSD.org>

install to right place. from pgoyette


# 6d749c2c 28-Jul-2010 pooka <pooka@NetBSD.org>

Add test for service interruption while mountd handles SIGHUP.
This is an xfail test for the problem described in PR kern/5844

per highly surreptitious nudge from mrg


# 25f5a6a3 26-Jul-2010 pooka <pooka@NetBSD.org>

Add NFS service suitable for use in testing.