From owner-cvs-all Tue Sep 18 16:34:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E81237B411; Tue, 18 Sep 2001 16:34:45 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8INYjY11087; Tue, 18 Sep 2001 16:34:45 -0700 (PDT) (envelope-from peter) Message-Id: <200109182334.f8INYjY11087@freefall.freebsd.org> From: Peter Wemm Date: Tue, 18 Sep 2001 16:34:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/conf/nfs_prot nfs_prot_freebsd3.h src/etc/mtree BSD.include.dist src/include Makefile src/sbin Makefile src/sbin/mount_nfs Makefile mount_nfs.8 mount_nfs.c src/sbin/mountd mountd.c src/sbin/nfsd Makefile nfsd.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/09/18 16:34:44 PDT Modified files: contrib/amd/conf/nfs_prot nfs_prot_freebsd3.h etc/mtree BSD.include.dist include Makefile sbin Makefile sbin/mount_nfs Makefile mount_nfs.8 mount_nfs.c sbin/mountd mountd.c sbin/nfsd Makefile nfsd.c usr.bin/fstat fstat.c usr.bin/nfsstat nfsstat.c usr.sbin/pstat pstat.8 pstat.c usr.sbin/rpc.lockd kern.c Log: Userland part of nfs client/server split and cleanup. Revision Changes Path 1.11 +3 -2 src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h 1.50 +5 -1 src/etc/mtree/BSD.include.dist 1.151 +3 -3 src/include/Makefile 1.90 +1 -2 src/sbin/Makefile 1.11 +1 -9 src/sbin/mount_nfs/Makefile 1.30 +6 -47 src/sbin/mount_nfs/mount_nfs.8 1.47 +11 -197 src/sbin/mount_nfs/mount_nfs.c 1.58 +6 -23 src/sbin/mountd/mountd.c 1.14 +1 -9 src/sbin/nfsd/Makefile 1.20 +6 -150 src/sbin/nfsd/nfsd.c 1.35 +3 -3 src/usr.bin/fstat/fstat.c 1.19 +107 -88 src/usr.bin/nfsstat/nfsstat.c 1.33 +1 -7 src/usr.sbin/pstat/pstat.8 1.63 +3 -9 src/usr.sbin/pstat/pstat.c 1.4 +6 -6 src/usr.sbin/rpc.lockd/kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message