Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 1998 20:01:40 -0700 (PDT)
From:      John-Mark Gurney <jmg@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
Message-ID:  <199806300301.UAA02568@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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