From owner-cvs-all Tue Mar 5 7:39: 0 2002 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 8177637B416; Tue, 5 Mar 2002 07:38:50 -0800 (PST) Received: (from eivind@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g25FcoW85224; Tue, 5 Mar 2002 07:38:50 -0800 (PST) (envelope-from eivind) Message-Id: <200203051538.g25FcoW85224@freefall.freebsd.org> From: Eivind Eklund Date: Tue, 5 Mar 2002 07:38:50 -0800 (PST) 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 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 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