| #
42905aa1
|
| 09-Jun-2025 |
Ka Ho Ng <khng@FreeBSD.org> |
nfsd, rpcbind: add -P option to support pidfile path
The -P option, when specified opens a pidfile to a given path. Both daemons also install a default pid file to the corresponding locations, that
nfsd, rpcbind: add -P option to support pidfile path
The -P option, when specified opens a pidfile to a given path. Both daemons also install a default pid file to the corresponding locations, that is, /var/run/nfsd.pid and /var/run/rpcbind.pid.
Sponsored by: Juniper Networks, Inc. MFC after: 7 days Reviewed by: rmacklem Differential Revision: https://reviews.freebsd.org/D50624
show more ...
|
| #
bae19029
|
| 11-Jul-2024 |
Rick Macklem <rmacklem@FreeBSD.org> |
rpcbind.8: Fix missing option entry in commit df3f247e4696
Commit df3f247e4696 added descriptions for the new command line option "-I". However, it failed to update the .Op line.
This is a content
rpcbind.8: Fix missing option entry in commit df3f247e4696
Commit df3f247e4696 added descriptions for the new command line option "-I". However, it failed to update the .Op line.
This is a content change.
Reviewed by: Alexander Ziaee <concussious.bugzilla@runbox.com> (manpages) Differential Revision: https://reviews.freebsd.org/D45118
show more ...
|
| #
df3f247e
|
| 07-Jul-2024 |
Joyu Liao <joyul@juniper.net> |
rpcbind.8: Update the man page for -I
Commit d8a99eaa1f06 added a new command line option "-I". This patch updates the man page for this.
This is a content change.
Reviewed by: Alexander Ziaee <c
rpcbind.8: Update the man page for -I
Commit d8a99eaa1f06 added a new command line option "-I". This patch updates the man page for this.
This is a content change.
Reviewed by: Alexander Ziaee <concussious.bugzilla@runbox.com> (manpages) Differential Revision: https://reviews.freebsd.org/D45118
show more ...
|
| #
8a7b6120
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a p
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
8789e3b0
|
| 31-Aug-2023 |
Stephen J. Kiernan <stevek@FreeBSD.org> |
rpcbind: Add flag for foreground mode
Added the -N flag to enable foreground mode.
It is useful to be able to run rpcbind in foreground mode when starting from launcher applications. The existing d
rpcbind: Add flag for foreground mode
Added the -N flag to enable foreground mode.
It is useful to be able to run rpcbind in foreground mode when starting from launcher applications. The existing debug flag is not sufficient as it enables additional debug messages.
Update man page to document the added flag.
Reviewed by: imp Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D41674
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
42905aa1
|
| 09-Jun-2025 |
Ka Ho Ng <khng@FreeBSD.org> |
nfsd, rpcbind: add -P option to support pidfile path
The -P option, when specified opens a pidfile to a given path. Both daemons also install a default pid file to the corresponding locations, that
nfsd, rpcbind: add -P option to support pidfile path
The -P option, when specified opens a pidfile to a given path. Both daemons also install a default pid file to the corresponding locations, that is, /var/run/nfsd.pid and /var/run/rpcbind.pid.
Sponsored by: Juniper Networks, Inc. MFC after: 7 days Reviewed by: rmacklem Differential Revision: https://reviews.freebsd.org/D50624
show more ...
|
| #
bae19029
|
| 11-Jul-2024 |
Rick Macklem <rmacklem@FreeBSD.org> |
rpcbind.8: Fix missing option entry in commit df3f247e4696
Commit df3f247e4696 added descriptions for the new command line option "-I". However, it failed to update the .Op line.
This is a content
rpcbind.8: Fix missing option entry in commit df3f247e4696
Commit df3f247e4696 added descriptions for the new command line option "-I". However, it failed to update the .Op line.
This is a content change.
Reviewed by: Alexander Ziaee <concussious.bugzilla@runbox.com> (manpages) Differential Revision: https://reviews.freebsd.org/D45118
show more ...
|
| #
df3f247e
|
| 07-Jul-2024 |
Joyu Liao <joyul@juniper.net> |
rpcbind.8: Update the man page for -I
Commit d8a99eaa1f06 added a new command line option "-I". This patch updates the man page for this.
This is a content change.
Reviewed by: Alexander Ziaee <c
rpcbind.8: Update the man page for -I
Commit d8a99eaa1f06 added a new command line option "-I". This patch updates the man page for this.
This is a content change.
Reviewed by: Alexander Ziaee <concussious.bugzilla@runbox.com> (manpages) Differential Revision: https://reviews.freebsd.org/D45118
show more ...
|
| #
8a7b6120
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a p
usr.sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
8789e3b0
|
| 31-Aug-2023 |
Stephen J. Kiernan <stevek@FreeBSD.org> |
rpcbind: Add flag for foreground mode
Added the -N flag to enable foreground mode.
It is useful to be able to run rpcbind in foreground mode when starting from launcher applications. The existing d
rpcbind: Add flag for foreground mode
Added the -N flag to enable foreground mode.
It is useful to be able to run rpcbind in foreground mode when starting from launcher applications. The existing debug flag is not sufficient as it enables additional debug messages.
Update man page to document the added flag.
Reviewed by: imp Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D41674
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
554491ff
|
| 20-Apr-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r316992 through r317215.
|
| #
bffe2583
|
| 19-Apr-2017 |
Enji Cooper <ngie@FreeBSD.org> |
rpcbind(8): post-humously document -w (warmstart) support added in r74462
warmstart support saves portmap/rpcbind(8) registration state on exit and restores the saved registration state on restart.
rpcbind(8): post-humously document -w (warmstart) support added in r74462
warmstart support saves portmap/rpcbind(8) registration state on exit and restores the saved registration state on restart.
MFC after: 7 weeks Sponsored by: Dell EMC Isilon
show more ...
|
| #
7e84e1cb
|
| 19-Apr-2017 |
Enji Cooper <ngie@FreeBSD.org> |
rpcbind(8): add a description for /var/run/rpcbind.sock under the FILES section
MFC after: 7 weeks Sponsored by: Dell EMC Isilon
|
| #
218d5aa0
|
| 19-Apr-2017 |
Enji Cooper <ngie@FreeBSD.org> |
rpcbind(8): wordsmith -h description and mention -W in the SYNOPSIS section
-W was already documented in the OPTIONS section.
MFC after: 7 weeks Reported by: igor (-h wordsmith'ing) Sponsored by: D
rpcbind(8): wordsmith -h description and mention -W in the SYNOPSIS section
-W was already documented in the OPTIONS section.
MFC after: 7 weeks Reported by: igor (-h wordsmith'ing) Sponsored by: Dell EMC Isilon
show more ...
|
| #
6cec9cad
|
| 03-Jun-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r266724
An SVM update will follow this.
|
| #
3b8f0845
|
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
| #
84e51a1b
|
| 23-Apr-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @264767
|
| #
1709ccf9
|
| 29-Mar-2014 |
Martin Matuska <mm@FreeBSD.org> |
Merge head up to r263906.
|
| #
ea9ed3d8
|
| 06-Mar-2014 |
Alexander Motin <mav@FreeBSD.org> |
Disable libwrap (TCP wrappers) support in rpcbind by default, introducing new command line options -W, to enable it when needed.
On my tests this change by almost ten times improves rpcbind performa
Disable libwrap (TCP wrappers) support in rpcbind by default, introducing new command line options -W, to enable it when needed.
On my tests this change by almost ten times improves rpcbind performance.
No objections: many, net@
show more ...
|
| #
554491ff
|
| 20-Apr-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r316992 through r317215.
|
| #
bffe2583
|
| 19-Apr-2017 |
Enji Cooper <ngie@FreeBSD.org> |
rpcbind(8): post-humously document -w (warmstart) support added in r74462
warmstart support saves portmap/rpcbind(8) registration state on exit and restores the saved registration state on restart.
rpcbind(8): post-humously document -w (warmstart) support added in r74462
warmstart support saves portmap/rpcbind(8) registration state on exit and restores the saved registration state on restart.
MFC after: 7 weeks Sponsored by: Dell EMC Isilon
show more ...
|
| #
7e84e1cb
|
| 19-Apr-2017 |
Enji Cooper <ngie@FreeBSD.org> |
rpcbind(8): add a description for /var/run/rpcbind.sock under the FILES section
MFC after: 7 weeks Sponsored by: Dell EMC Isilon
|
| #
218d5aa0
|
| 19-Apr-2017 |
Enji Cooper <ngie@FreeBSD.org> |
rpcbind(8): wordsmith -h description and mention -W in the SYNOPSIS section
-W was already documented in the OPTIONS section.
MFC after: 7 weeks Reported by: igor (-h wordsmith'ing) Sponsored by: D
rpcbind(8): wordsmith -h description and mention -W in the SYNOPSIS section
-W was already documented in the OPTIONS section.
MFC after: 7 weeks Reported by: igor (-h wordsmith'ing) Sponsored by: Dell EMC Isilon
show more ...
|