Home | History | Annotate | only in /src/tests/fs/nfs/nfsservice
History log of /src/tests/fs/nfs/nfsservice
RevisionDateAuthorComments
 1.17 03-Jun-2023  lukem bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
 1.16 07-Mar-2021  christos Add blocklist support to libwrap which enables all programs using libwrap
to block access from hosts we deny. (libwrap support from Greg A. Woods)
 1.15 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.14 13-Oct-2019  mrg introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
 1.13 15-Aug-2019  kamil Avoid symbol clashes in fs/nfs/nfsservice under MKSANITIZER

Remove symbol conflicts for: __getmntinfo13
 1.12 13-Aug-2016  christos branches: 1.12.14; 1.12.16;
The required initialization order for net rump net services is:
rumpnet rumpnet_net [rumpnet_netinet6] rumpnet_netinet.
We need rumpnent_net first because of if_init1() and to initialize loopback.
 1.11 23-Dec-2015  christos Use the original nfsd.
 1.10 23-Dec-2015  christos add get_net.c
 1.9 08-Nov-2015  christos Use the regular mountd, and include the rpcbind stuff here.
 1.8 08-Jan-2015  pooka one more MKZFS fix (how many subdirs does this place have?)
 1.7 06-Mar-2013  christos don't refer to things that are irrelevant or never existed.
 1.6 19-Jul-2011  dholland branches: 1.6.2; 1.6.8;
Remove nonexistent include directory from CPPFLAGS.
PR 45068 from Henning Petersen.
 1.5 18-Dec-2010  joerg Don't force debug build.
 1.4 03-Aug-2010  drochner .PARSEDIR doesn't work. at least not for me. Use .CURDIR instead
which makes a build with objdir succeed.
 1.3 26-Jul-2010  pooka Install the exports file too so that the server can find it.
 1.2 26-Jul-2010  pooka fix TESTSDIR
 1.1 26-Jul-2010  pooka Add NFS service suitable for use in testing.
 1.6.8.1 23-Jun-2013  tls resync from head
 1.6.2.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.12.16.1 16-Aug-2019  martin Pull up following revision(s) (requested by kamil in ticket #64):

tests/fs/nfs/nfsservice/Makefile: revision 1.13

Avoid symbol clashes in fs/nfs/nfsservice under MKSANITIZER

Remove symbol conflicts for: __getmntinfo13
 1.12.14.2 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.12.14.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.1 26-Jul-2010  pooka Add NFS service suitable for use in testing.
 1.2 31-Dec-2010  pooka Configure two network addresses for the nfs server. One exports
/myexport r/w to the client in the same subnet and the other one
exports /myexport r/o to the client in the same subnet.
 1.1 26-Jul-2010  pooka Add NFS service suitable for use in testing.
 1.2 17-Jun-2020  kamil Include explicitly <rump/rump_syscallshotgun.h> for previous indirect users
via <rump/rump.h>.
 1.1 26-Jul-2010  pooka Add NFS service suitable for use in testing.
 1.12 08-Nov-2015  christos Use the regular mountd, and include the rpcbind stuff here.
 1.11 08-Nov-2015  christos Don't use POLL again.
 1.10 08-Nov-2015  christos make this work with the new fdset stuff.
 1.9 21-Aug-2015  christos don't abuse %m in printf
fix error messages
 1.8 19-Oct-2013  christos fix unused variable warnings
 1.7 22-Jan-2012  christos branches: 1.7.6;
From tnozaki@: make fpos_t a complex object that keeps track of the parse
state of the stream. Change argument of the seek function to funopen() from
fpos_t to off_t. Make f{g,s}etpos() use the new fpos_t struct, while providing
backwards compatible entry points. Approved by releng@
 1.6 30-Aug-2011  plunky branches: 1.6.2;
Apply casts to cases where xdrproc_t is expected but is not
strictly passed, for example because the second argument is
a different kind of pointer.
 1.5 31-Dec-2010  pooka Don't broadcast unmntall with SIGTERM -- it just makes the atf default
cleanup kill hang for a while.
 1.4 28-Jul-2010  pooka Defer definitely-nonreentrant signal handler to thread context.
This protects from rump kernel reentry and makes things not
crash && burn.
 1.3 27-Jul-2010  macallan initialize a few variables to shut up compiler warnings
 1.2 26-Jul-2010  pooka comment out lp64-offensive line (the syslog() calls are not used currently)
 1.1 26-Jul-2010  pooka Add NFS service suitable for use in testing.
 1.6.2.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.6.2.1 17-Apr-2012  yamt sync with head
 1.7.6.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7 23-Dec-2015  christos Use the original nfsd.
 1.6 23-Dec-2015  christos ggr, make debug static. I hate that the copy of this and the original
source has diverged so much!
 1.5 21-Aug-2015  christos don't abuse %m in printf
fix error messages
 1.4 19-Oct-2013  christos fix unused variable warnings
 1.3 28-Jul-2010  pooka branches: 1.3.6; 1.3.12;
Make sure we are not executed in non-debug mode (which forks).
 1.2 27-Jul-2010  macallan initialize a few variables to shut up compiler warnings
 1.1 26-Jul-2010  pooka Add NFS service suitable for use in testing.
 1.3.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1 26-Jul-2010  pooka Add NFS service suitable for use in testing.
 1.11 17-Jun-2020  kamil Include explicitly <rump/rump_syscallshotgun.h> for previous indirect users
via <rump/rump.h>.
 1.10 23-Apr-2020  joerg Replace noatf global with conditional compilation
 1.9 08-Nov-2015  christos make this work with the new fdset stuff.
 1.8 12-May-2014  christos CID 975238: Unchecked returns
 1.7 28-Feb-2011  pooka branches: 1.7.4; 1.7.10; 1.7.20;
make netcfg produce sensible results in a non-atf env
 1.6 31-Dec-2010  pooka branches: 1.6.2;
Configure two network addresses for the nfs server. One exports
/myexport r/w to the client in the same subnet and the other one
exports /myexport r/o to the client in the same subnet.
 1.5 02-Sep-2010  pooka Actually use the imagename parameter. Also, fail with err instead
of atf_tc_fail since we are not directly under the control of atf.
 1.4 05-Aug-2010  pooka remove leftover debug printf
 1.3 30-Jul-2010  pooka Revert macroization, as the default mountpath doesn't match the
default export path.
 1.2 30-Jul-2010  pooka Fold the puffs private and vfs tests mount/unmount routines together.
To achieve this, add a file system private parameter to the newfs
method (which will obviously not be used by vfs tests).

njoly ok
 1.1 26-Jul-2010  pooka Add NFS service suitable for use in testing.
 1.6.2.1 05-Mar-2011  bouyer Sync with HEAD
 1.7.20.1 10-Aug-2014  tls Rebase.
 1.7.10.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.4.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed