<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/nfsd, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove nfsd and mountd from src/sbin, look for it in src/usr.sbin</title>
<updated>2002-07-07T22:22:16+00:00</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2002-07-07T22:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1ada226485ef80a6ad4331287e9bdc8d8fcdc6b5'/>
<id>1ada226485ef80a6ad4331287e9bdc8d8fcdc6b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-07-06T19:34:18+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-06T19:34:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e1205e80e5c937ac999f02f51edfb25d5b7a7ad6'/>
<id>e1205e80e5c937ac999f02f51edfb25d5b7a7ad6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spelling nit in error message.</title>
<updated>2002-06-05T01:06:33+00:00</updated>
<author>
<name>Gordon Tetlow</name>
<email>gordon@FreeBSD.org</email>
</author>
<published>2002-06-05T01:06:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3600cbb7c4c4d11acede7af3710b6deea964006c'/>
<id>3600cbb7c4c4d11acede7af3710b6deea964006c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make this compile and not segfault on ia64.  ptr = strdup("foo"); is</title>
<updated>2002-05-01T06:49:43+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-05-01T06:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=37436e4075586d406530e51b2db4e21c490f73b5'/>
<id>37436e4075586d406530e51b2db4e21c490f73b5</id>
<content type='text'>
fatal if the declaration of strdup() isn't in scope.  The upper 32 bits
of the pointer are lost since it defaults to returning "int".  Fix some
warnings while here, including trying to make gcc-3.1 happy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fatal if the declaration of strdup() isn't in scope.  The upper 32 bits
of the pointer are lost since it defaults to returning "int".  Fix some
warnings while here, including trying to make gcc-3.1 happy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problem in macro definition breaking compiles with -DDEBUG.</title>
<updated>2002-03-26T17:37:59+00:00</updated>
<author>
<name>Pierre Beyssac</name>
<email>pb@FreeBSD.org</email>
</author>
<published>2002-03-26T17:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=85554bf8ff27bc076a2ca206dc29c1823c32efc8'/>
<id>85554bf8ff27bc076a2ca206dc29c1823c32efc8</id>
<content type='text'>
PR:		bin/35773
Submitted by:	Thomas Quinot &lt;thomas@cuivre.fr.eu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/35773
Submitted by:	Thomas Quinot &lt;thomas@cuivre.fr.eu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Default to WARNS=2.</title>
<updated>2001-12-04T02:19:58+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-12-04T02:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2d68bf45bfd846af100054ea94cdce64e298eb01'/>
<id>2d68bf45bfd846af100054ea94cdce64e298eb01</id>
<content type='text'>
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by:	mike
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by:	mike
</pre>
</div>
</content>
</entry>
<entry>
<title>When nfsd was started with only UDP servers, the master nfsd would</title>
<updated>2001-10-16T21:55:53+00:00</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2001-10-16T21:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fef7dd5a5f76a82de31f45ddb539283d7f94cef7'/>
<id>fef7dd5a5f76a82de31f45ddb539283d7f94cef7</id>
<content type='text'>
spin in a loop eating CPU time. This bug has existed since the
TI-RPC import. The problem is that we should only enter the select
loop if at least one TCP server was started.  Fix this by having
the master nfsd become a UDP server itself if there are no TCP
servers.

Also improve/correct the code for cleaning up slave nfsd processes
and unregistering with rpcbind when the master nfsd exits.

One issue that remains open is that if a slave nfsd dies, then all
nfsds will shut down. This is because nfssvc() in the master nfsd
returns 0 when the master nfsd receives a SIGCHLD.

Submitted by:	tmm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
spin in a loop eating CPU time. This bug has existed since the
TI-RPC import. The problem is that we should only enter the select
loop if at least one TCP server was started.  Fix this by having
the master nfsd become a UDP server itself if there are no TCP
servers.

Also improve/correct the code for cleaning up slave nfsd processes
and unregistering with rpcbind when the master nfsd exits.

One issue that remains open is that if a slave nfsd dies, then all
nfsds will shut down. This is because nfssvc() in the master nfsd
returns 0 when the master nfsd receives a SIGCHLD.

Submitted by:	tmm
</pre>
</div>
</content>
</entry>
<entry>
<title>Deal with nfs server module changes for autoloading.</title>
<updated>2001-09-20T02:18:06+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-09-20T02:18:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=12f8604fde73e74e3786478d7d9b1a751200238f'/>
<id>12f8604fde73e74e3786478d7d9b1a751200238f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Userland part of nfs client/server split and cleanup.</title>
<updated>2001-09-18T23:34:44+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-09-18T23:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=91196234713c1dcfcd33649d784b4fffd339d647'/>
<id>91196234713c1dcfcd33649d784b4fffd339d647</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc(7) police: utilize the new .Ex macro.</title>
<updated>2001-08-15T09:09:47+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-15T09:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d628d776c45a0e11a0a035597d49023942501ecc'/>
<id>d628d776c45a0e11a0a035597d49023942501ecc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
