freebsd-skq/sys/fs/nfsclient
Jamie Gritton 76ca6f88da Place hostnames and similar information fully under the prison system.
The system hostname is now stored in prison0, and the global variable
"hostname" has been removed, as has the hostname_mtx mutex.  Jails may
have their own host information, or they may inherit it from the
parent/system.  The proper way to read the hostname is via
getcredhostname(), which will copy either the hostname associated with
the passed cred, or the system hostname if you pass NULL.  The system
hostname can still be accessed directly (and without locking) at
prison0.pr_host, but that should be avoided where possible.

The "similar information" referred to is domainname, hostid, and
hostuuid, which have also become prison parameters and had their
associated global variables removed.

Approved by:	bz (mentor)
2009-05-29 21:27:12 +00:00
..
nfs_clbio.c Make *getpages()s' assertion on the state of each page's dirty bits 2009-05-28 18:11:09 +00:00
nfs_clcomsubs.c
nfs_clkrpc.c Change the sysctl_base argument to svcpool_create() to NULL for 2009-05-22 23:22:56 +00:00
nfs_cllock.c
nfs_clnfsiod.c
nfs_clnode.c Fix handling of NFSv4 Close operations in ncl_inactive(). Only 2009-05-27 19:41:29 +00:00
nfs_clport.c Fix the name of the module common to the client and server 2009-05-22 20:55:29 +00:00
nfs_clrpcops.c Change the experimental NFSv4 client so that it does not do 2009-05-18 21:22:03 +00:00
nfs_clstate.c Place hostnames and similar information fully under the prison system. 2009-05-29 21:27:12 +00:00
nfs_clsubs.c
nfs_clvfsops.c Place hostnames and similar information fully under the prison system. 2009-05-29 21:27:12 +00:00
nfs_clvnops.c Change the code in the experimental nfs client to avoid flushing 2009-05-22 15:01:47 +00:00
nfs_lock.h
nfs.h Modify the diskless booting code in sys/fs/nfsclient to be compatible 2009-05-15 16:03:11 +00:00
nfsargs.h
nfsdiskless.h
nfsmount.h
nfsnode.h
nlminfo.h