From owner-cvs-sys Mon Jun 29 20:03:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11018 for cvs-sys-outgoing; Mon, 29 Jun 1998 20:03:22 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10922; Mon, 29 Jun 1998 20:02:36 -0700 (PDT) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02568; Mon, 29 Jun 1998 20:01:40 -0700 (PDT) Date: Mon, 29 Jun 1998 20:01:40 -0700 (PDT) Message-Id: <199806300301.UAA02568@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/i386/i386 autoconf.c locore.s src/sys/nfs nfs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1998/06/29 20:01:39 PDT Modified files: sys/conf options sys/i386/conf LINT sys/i386/i386 autoconf.c locore.s sys/nfs nfs.h Log: convert some nfs tunables to options, these are: NFS_MINATTRTIMO VREG attrib cache timeout in sec NFS_MAXATTRTIMO NFS_MINDIRATTRTIMO VDIR attrib cache timeout in sec NFS_MAXDIRATTRTIMO NFS_GATHERDELAY Default write gather delay (msec) NFS_UIDHASHSIZ Tune the size of nfssvc_sock with this NFS_WDELAYHASHSIZ and with this NFS_MUIDHASHSIZ Tune the size of nfsmount with this NFS_NOSERVER (already documented in LINT) NFS_DEBUG turn on NFS debugging also, because NFS_ROOT is used by very different files, it has been renamed to opt_nfsroot.h instead of the old opt_nfs.h.... Revision Changes Path 1.79 +14 -2 src/sys/conf/options 1.440 +13 -1 src/sys/i386/conf/LINT 1.99 +2 -2 src/sys/i386/i386/autoconf.c 1.110 +2 -2 src/sys/i386/i386/locore.s 1.41 +3 -1 src/sys/nfs/nfs.h