<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/rpcbind, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-08-07T01:23:19Z</updated>
<entry>
<title>rpcbind: Code cleanup</title>
<updated>2025-08-07T01:23:19Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2025-08-07T01:23:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7378290edb5ad751d7d1e9bc7f96779d2bef1361'/>
<id>urn:sha1:7378290edb5ad751d7d1e9bc7f96779d2bef1361</id>
<content type='text'>
Fix a number of style issues and attempt to reduce the diff to NetBSD.

Reviewed by:	glebius, kib
Differential Revision:	https://reviews.freebsd.org/D51773
</content>
</entry>
<entry>
<title>rpcbind: do not exit abruptly if krpc.ko is not available</title>
<updated>2025-06-12T14:09:01Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2025-06-12T13:14:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd7af78e1241f23d140e343889d3a2f95c2b54f4'/>
<id>urn:sha1:cd7af78e1241f23d140e343889d3a2f95c2b54f4</id>
<content type='text'>
Reviewed by:	glebius, rmacklem
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>nfsd, rpcbind: add -P option to support pidfile path</title>
<updated>2025-06-09T15:24:07Z</updated>
<author>
<name>Ka Ho Ng</name>
<email>khng@FreeBSD.org</email>
</author>
<published>2025-06-09T03:30:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=42905aa17b7e90a1f6881d84903e58330488f4ea'/>
<id>urn:sha1:42905aa17b7e90a1f6881d84903e58330488f4ea</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>rpcbind: Ensure krpc is present.</title>
<updated>2025-06-09T10:52:21Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2025-06-09T10:52:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=79d0f447465394fee8afa833dbdeb1a5f3ed52c3'/>
<id>urn:sha1:79d0f447465394fee8afa833dbdeb1a5f3ed52c3</id>
<content type='text'>
MFC after:	1 week
Reviewed by:	rmacklem, glebius
Differential Revision:	https://reviews.freebsd.org/D50627
</content>
</entry>
<entry>
<title>rpcbind: run netlink(4) service</title>
<updated>2025-02-01T09:00:26Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2025-02-01T01:02:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d50fc4ba54e6c95fcff9acf1a137fa037294ffbf'/>
<id>urn:sha1:d50fc4ba54e6c95fcff9acf1a137fa037294ffbf</id>
<content type='text'>
To register RPC bindings coming from the kernel.  At the moment, we expect
such bindings only from the kernel NLM service.

Reviewed by:		rmacklem
Differential Revision:	https://reviews.freebsd.org/D48556
</content>
</entry>
<entry>
<title>rpcbind: remove extraneous check for nconf not being unix(4)</title>
<updated>2025-01-09T04:00:12Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2025-01-09T04:00:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8e8f8d86e305fe1e90fcfc64c1958e61b359f4f4'/>
<id>urn:sha1:8e8f8d86e305fe1e90fcfc64c1958e61b359f4f4</id>
<content type='text'>
We are already inside an if block with exactly same predicate.
</content>
</entry>
<entry>
<title>Remove residual blank line at start of Makefile</title>
<updated>2024-07-15T22:43:39Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-07-15T04:46:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9ac41698b2f322d55ccf9da50a3596edb2c1800'/>
<id>urn:sha1:e9ac41698b2f322d55ccf9da50a3596edb2c1800</id>
<content type='text'>
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
</content>
</entry>
<entry>
<title>rpcbind.8: Fix missing option entry in commit df3f247e4696</title>
<updated>2024-07-11T20:03:42Z</updated>
<author>
<name>Rick Macklem</name>
<email>rmacklem@FreeBSD.org</email>
</author>
<published>2024-07-11T20:03:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bae19029ad2a187f6daca727ba5343f319048917'/>
<id>urn:sha1:bae19029ad2a187f6daca727ba5343f319048917</id>
<content type='text'>
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 &lt;concussious.bugzilla@runbox.com&gt; (manpages)
Differential Revision:	https://reviews.freebsd.org/D45118
</content>
</entry>
<entry>
<title>rpcbind.8: Update the man page for -I</title>
<updated>2024-07-07T19:17:57Z</updated>
<author>
<name>Joyu Liao</name>
<email>joyul@juniper.net</email>
</author>
<published>2024-07-07T19:17:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=df3f247e46969a71f3db1bfa5714603c99717579'/>
<id>urn:sha1:df3f247e46969a71f3db1bfa5714603c99717579</id>
<content type='text'>
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 &lt;concussious.bugzilla@runbox.com&gt; (manpages)
Differential Revision:	https://reviews.freebsd.org/D45118
</content>
</entry>
<entry>
<title>rpcbind: Add option to disable local host binding</title>
<updated>2024-07-06T20:39:07Z</updated>
<author>
<name>Joyu Liao</name>
<email>joyul@juniper.net</email>
</author>
<published>2024-07-06T20:39:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d8a99eaa1f06bc3b3c017dce3e6ddf6b1fa37bcb'/>
<id>urn:sha1:d8a99eaa1f06bc3b3c017dce3e6ddf6b1fa37bcb</id>
<content type='text'>
In our products, we need those options to support our features.

Add daemon mode option for mountd, nfsd.
Add skip local host binding option for rpcd.
Add skip local host binding option for mountd.

Reviewed by:	rmacklem
Differential Revision:	https://reviews.freebsd.org/D45118
</content>
</entry>
</feed>
