History log of /freebsd-current/usr.sbin/nfsd/nfsv4.4
Revision Date Author Comments
# 45486372 08-Jan-2024 Daniel Ebdrup Jensen <debdrup@FreeBSD.org>

nfsv4(4): Reflow lines to 80 character limit

In belatedly fixing a mistake made in fbbdfa2b8a42, I noticed that igor
and mandoc -Tlint had a few more things to say.

As such, I'm reflowing a few lines and fixing a contraction.

MFC with: fbbdfa2b8a42


# c925f072 08-Jan-2024 Daniel Ebdrup Jensen <debdrup@FreeBSD.org>

nfsv4(4): Belatedly bump .Dd

I forgot to do it when making the commit, so hat-tip to asomers@

Reported by: asomers@
Fixes: fbbdfa2b8a42 (nfsv4(4): mention the nfsv4_server_only..)
MFC with: fbbdfa2b8a42


# fbbdfa2b 06-Jan-2024 Lexi Winter <lexi@le-fay.org>

nfsv4(4): mention the nfsv4_server_only setting

Add note about configuring the NFSv4-only option.

It is already mentioned in rc.conf(5), but documenting it here makes it
more likely that people see it when they need it.

MFC after: 2 weeks
Pull Request: https://github.com/freebsd/freebsd-src/pull/1008


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 4c87085d 11-Jul-2021 Gordon Bergling <gbe@FreeBSD.org>

nfsd: Fix some issues found by mandoc

- consider using OS macro: Fx

Reviewed by: bcr
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D31145


# 749ddf49 19-Dec-2020 Gordon Bergling <gbe@FreeBSD.org>

nfsv4(4): Fix a few issues reported by mandoc

- new sentence, new line
- function name without markup: rtalloc()
- function name without markup: VOP_RECLAIM()

MFC after: 1 week


# fa40c59d 20-Dec-2019 Rick Macklem <rmacklem@FreeBSD.org>

Update the man page to reflect the addition of NFSv4.2 (r355677).

Include references to NFSv4.2 and associated RFCs and note new features
present in NFSv4.2.

This is a content change.


# 6242e8c8 19-Jul-2017 Rick Macklem <rmacklem@FreeBSD.org>

Update the nfsv4 man page to reflect recent changes to support
the newer RFCs (5661 and 7530). The main man changes are for the
case of "numbers in strings" for user/groups that RFC7530 allows
and avoids use of nfsuserd(8).

This is a content change.

Reviewed by: trasz (earlier version)
MFC after: 1 week


# 62869df0 01-Jul-2013 Rick Macklem <rmacklem@FreeBSD.org>

Document the fact that an NFSv4 mount uses the host uuid to uniquely
identify the client to the server. As such, NFSv4 mounts
will break if host_enable="NO" is specified.
This is a content change.

Suggested by: lars@netapp.com
MFC after: 3 days


# 2eec0799 01-May-2013 Rick Macklem <rmacklem@FreeBSD.org>

Document the fact that an NFSv4 mount against a volume on the same host
can result in a hung NFS server and is not recommended.
This is a content change.

MFC after: 2 weeks


# 659cf796 25-Dec-2012 Rick Macklem <rmacklem@FreeBSD.org>

Attempt to clarify that for ZFS, all file systems under
the NFSv4 root must be exported. This is because ZFS
checks exports itself.
This is a content change.

MFC after: 2 weeks


# 50d922a0 11-May-2012 Glen Barber <gjb@FreeBSD.org>

General mdoc(7) and typo fixes.

PR: 167776
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days


# c0cbd1c6 25-Mar-2012 Joel Dahl <joel@FreeBSD.org>

Remove superfluous paragraph macro.


# ed3f96b2 15-May-2011 Rick Macklem <rmacklem@FreeBSD.org>

Fix the nfsv4 man page to reflect the changes related to
making the new NFS client and server the default.
This is a content change.


# 9d12ecf0 10-Apr-2011 Rick Macklem <rmacklem@FreeBSD.org>

Modify the man pages to reflect the addition of a backup
stable restart file, as done by r220510.
This is a content change.

MFC after: 2 weeks


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# c2025a76 16-Aug-2010 Joel Dahl <joel@FreeBSD.org>

Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.

Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>


# 25c8b07f 27-May-2010 Ulrich Spörlein <uqs@FreeBSD.org>

mdoc: Garbage collect unused/unneeded macros


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 91c72a9a 03-Dec-2009 Edward Tomasz Napierala <trasz@FreeBSD.org>

Cosmetical fixes.


# 92482349 12-Jun-2009 Rick Macklem <rmacklem@FreeBSD.org>

Update the content of the nfsv4.4 man page to reflect the final
choice of variable names for rc.conf and option name for the
experimental server.
Also replace the inaccurate description of the nfsv4 root lines
in /etc/exports, mostly with a reference to exports(5).

Approved by: kib (mentor)


# 35f2eba0 03-Jun-2009 Rick Macklem <rmacklem@FreeBSD.org>

Re-format the nfsv4.4 man page so that all sentences start on a
new line.

Approved by: kib (mentor)


# 20d0a5e5 23-May-2009 Rick Macklem <rmacklem@FreeBSD.org>

Modify nfsd.c to add support for the experimental nfs server.
This includes the addition of a new flag "-4" that will force
use of the experimental server with nfsv4 support in it. This
commit also adds two new man pages to the repository that are
NFSv4 specific. One describes the file used by the server to
restart nfsv4 services safely. The other is a brief overview
of nfsv4 and its setup.

Reviewed by: dfr
Approved by: kib (mentor)