Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2002 07:38:50 -0800 (PST)
From:      Eivind Eklund <eivind@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_aio.c vfs_bio.c vfs_cache.c vfs_cluster.c vfs_conf.c vfs_default.c vfs_init.c vfs_vnops.c
Message-ID:  <200203051538.g25FcoW85224@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
eivind      2002/03/05 07:38:50 PST

  Modified files:
    sys/kern             vfs_aio.c vfs_bio.c vfs_cache.c 
                         vfs_cluster.c vfs_conf.c vfs_default.c 
                         vfs_init.c vfs_vnops.c 
  Log:
  Document all functions, global and static variables, and sysctls.
  Includes some minor whitespace changes, and re-ordering to be able to document
  properly (e.g, grouping of variables and the SYSCTL macro calls for them, where
  the documentation has been added.)
  
  Reviewed by:    phk (but all errors are mine)
  
  Revision  Changes    Path
  1.117     +80 -43    src/sys/kern/vfs_aio.c
  1.301     +138 -69   src/sys/kern/vfs_bio.c
  1.67      +17 -4     src/sys/kern/vfs_cache.c
  1.116     +11 -3     src/sys/kern/vfs_cluster.c
  1.65      +8 -0      src/sys/kern/vfs_conf.c
  1.57      +44 -5     src/sys/kern/vfs_default.c
  1.56      +24 -2     src/sys/kern/vfs_init.c
  1.136     +9 -3      src/sys/kern/vfs_vnops.c

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?200203051538.g25FcoW85224>