<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/nfsstat, branch release/2.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1997-03-27T03:07:27+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-03-27T03:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1784d64eb85eb63599204bb31b826970b6661e65'/>
<id>1784d64eb85eb63599204bb31b826970b6661e65</id>
<content type='text'>
'RELENG_2_2_1_RELEASE'.

This commit was manufactured to restore the state of the 2.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_2_2_1_RELEASE'.

This commit was manufactured to restore the state of the 2.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>From Lite2: rename fs to vfs.</title>
<updated>1996-03-11T03:06:45+00:00</updated>
<author>
<name>Jeffrey Hsu</name>
<email>hsu@FreeBSD.org</email>
</author>
<published>1996-03-11T03:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=782ff9b2f0d2ffb9bc41c59af6a222ee6b40a57b'/>
<id>782ff9b2f0d2ffb9bc41c59af6a222ee6b40a57b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a variety of minor typos and cross references in a bunch of</title>
<updated>1996-01-20T07:29:11+00:00</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1996-01-20T07:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=270d3d754aaf84a6427db275f9a121561af689ad'/>
<id>270d3d754aaf84a6427db275f9a121561af689ad</id>
<content type='text'>
man pages.

Masanobu Saitoh &lt;msaitoh@spa.is.uec.ac.jp&gt;
Giles Lean &lt;giles@nemeton.com.au&gt;
&lt;soda@sra.co.jp&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
man pages.

Masanobu Saitoh &lt;msaitoh@spa.is.uec.ac.jp&gt;
Giles Lean &lt;giles@nemeton.com.au&gt;
&lt;soda@sra.co.jp&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>&lt;sys/user.h&gt; -&gt; &lt;sys/time.h&gt;</title>
<updated>1995-10-30T15:44:44+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-10-30T15:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5a4838fc5e17dc4546afc8a50166a9857c0c2946'/>
<id>5a4838fc5e17dc4546afc8a50166a9857c0c2946</id>
<content type='text'>
Spotted by:	bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Spotted by:	bde
</pre>
</div>
</content>
</entry>
<entry>
<title>#include &lt;sys/user.h&gt;</title>
<updated>1995-10-29T09:56:53+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-10-29T09:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=52a28d7027ae24183ee6095ad7de93d249f2ed17'/>
<id>52a28d7027ae24183ee6095ad7de93d249f2ed17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes to support version 3 of the NFS protocol.</title>
<updated>1995-06-27T11:07:30+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>1995-06-27T11:07:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a62dc4065454b3af8bde3af9f005db2c4d802fec'/>
<id>a62dc4065454b3af8bde3af9f005db2c4d802fec</id>
<content type='text'>
The version 2 support has been tested (client+server) against FreeBSD-2.0,
IRIX 5.3 and FreeBSD-current (using a loopback mount).  The version 2 support
is stable AFAIK.
The version 3 support has been tested with a loopback mount and minimally
against an IRIX 5.3 server.  It needs more testing and may have problems.
I have patched amd to support the new variable length filehandles although
it will still only use version 2 of the protocol.

Before booting a kernel with these changes, nfs clients will need to at least
build and install /usr/sbin/mount_nfs.  Servers will need to build and
install /usr/sbin/mountd.

NFS diskless support is untested.

Obtained from: Rick Macklem &lt;rick@snowhite.cis.uoguelph.ca&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The version 2 support has been tested (client+server) against FreeBSD-2.0,
IRIX 5.3 and FreeBSD-current (using a loopback mount).  The version 2 support
is stable AFAIK.
The version 3 support has been tested with a loopback mount and minimally
against an IRIX 5.3 server.  It needs more testing and may have problems.
I have patched amd to support the new variable length filehandles although
it will still only use version 2 of the protocol.

Before booting a kernel with these changes, nfs clients will need to at least
build and install /usr/sbin/mount_nfs.  Servers will need to build and
install /usr/sbin/mountd.

NFS diskless support is untested.

Obtained from: Rick Macklem &lt;rick@snowhite.cis.uoguelph.ca&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new NFS sysctl interface to get statistics rather than reading /dev/kmem,</title>
<updated>1994-10-23T23:25:43+00:00</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1994-10-23T23:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=07e532e7d6516681a15328215cbb5b440fdecf49'/>
<id>07e532e7d6516681a15328215cbb5b440fdecf49</id>
<content type='text'>
unless the user specifies a dead kernel to operate on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unless the user specifies a dead kernel to operate on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Converted 'vmunix' to 'kernel'.</title>
<updated>1994-08-05T09:14:37+00:00</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1994-08-05T09:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b3bfc7199eb51b03496567ea71bff82b75a2209d'/>
<id>b3bfc7199eb51b03496567ea71bff82b75a2209d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Usr.bin Sources</title>
<updated>1994-05-27T12:33:43+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T12:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9b50d9027575220cb6dd09b3e62f03f511e908b8'/>
<id>9b50d9027575220cb6dd09b3e62f03f511e908b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
