Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 1995 04:07:32 -0700
From:      Doug Rabson <dfr>
To:        CVS-commiters, cvs-usrsbin
Subject:   cvs commit: src/usr.sbin/pstat pstat.c
Message-ID:  <199506271107.EAA00247@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
dfr         95/06/27 04:07:31

  Modified:    include/rpcsvc  bootparam_prot.x
               sbin/mount_nfs  mount_nfs.8 mount_nfs.c
               sbin/mountd  exports.5 mountd.8 mountd.c
               sbin/nfsd  nfsd.8 nfsd.c
               sbin/nfsiod  nfsiod.c
               sys/nfs   nfs.h nfs_bio.c nfs_node.c nfs_nqlease.c
                        nfs_serv.c  nfs_socket.c nfs_srvcache.c nfs_subs.c
                        nfs_syscalls.c  nfs_vfsops.c nfs_vnops.c
                        nfsdiskless.h nfsm_subs.h nfsmount.h  nfsnode.h
                        nfsrtt.h nfsrvcache.h nfsv2.h nqnfs.h rpcv2.h 
                        xdr_subs.h
               sys/sys   mount.h
               usr.bin/fstat  fstat.c
               usr.bin/nfsstat  nfsstat.c
               usr.bin/showmount  showmount.8 showmount.c
               usr.sbin/amd/amd  afs_ops.c nfs_ops.c
               usr.sbin/amd/config  os-bsd44.h
               usr.sbin/pstat  pstat.c
  Added:       sys/nfs   nfsproto.h
  Log:
  Changes to support version 3 of the NFS protocol.
  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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506271107.EAA00247>