| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
mountv1 to mountv3 - it breaks by default on the new netapp release with
the legacy protocols removed.
|
|
|
|
|
|
| |
PR: 157286
Submitted by: Marcus Reid
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
Also add $FreeBSD$ to a few files to keep svn happy.
Discussed with: imp, rwatson
|
|
|
|
|
| |
Most of these tools properly build at WARNS=6, except for their K&R
function declarations. Fix this, so we can bump WARNS as well.
|
|
|
|
| |
needed.
|
|
|
|
| |
Tested with: make universe
|
|
|
|
| |
and will be removed.
|
| |
|
|
|
|
| |
possibly unsigned).
|
| |
|
|
|
|
|
|
|
| |
manual page for showmount(8)
Sponsored by: Bright Path Solutions
MFC after: 2 weeks
|
| |
|
|
|
|
| |
of the rpc headers aren't.
|
|
|
|
| |
Reviewed by: md5(1)
|
|
|
|
|
|
|
|
| |
with calls to the new protocol-independent clnt_*_create functions
provided by ti-rpc. Martin submitted a more complex patch to achieve
this, but it turns out that clnt_create() does everything we need.
Reviewed by: Martin Blapp <mb@imp.ch>
|
| |
|
|
|
|
| |
This enables larger reply messages.
|
| |
|
| |
|
|
|
|
| |
posix standard on the topic.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <rick@snowhite.cis.uoguelph.ca>
|
|
|