Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 01/07/2004 21:17:02
Module Name:	src
Committed By:	atatat
Date:		Wed Jan  7 21:17:02 UTC 2004

Modified Files:
	src/sys/sys: sysctl.h

Log Message:
Add brief comments to the sysctlnode members that describe what they
are.

Cut SYSCTL_DEFSIZE in half, which results in roughly a 40% improvement
in memory usage by sysctlnodes (on my laptop), along with a dozen
extra calls to sysctl_realloc() during kernel bootstrap (which no one
should notice anyway).


To generate a diff of this commit:
cvs rdiff -r1.105 -r1.106 src/sys/sys/sysctl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.