OpenGrok
Cross Reference: Makefile
xref
: /
src
/
tests
/
fs
/
nfs
/
nfsservice
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
nfsservice
History log of
/src/tests/fs/nfs/nfsservice/Makefile
Revision
Date
Author
Comments
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
Indexes created Tue Oct 28 12:10:06 GMT 2025