Subject: CVS commit: src/sbin/sysctl
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 12/04/2003 19:49:39
Module Name:	src
Committed By:	atatat
Date:		Thu Dec  4 19:49:39 UTC 2003

Modified Files:
	src/sbin/sysctl: Makefile sysctl.c
Added Files:
	src/sbin/sysctl: sysctlutil.c

Log Message:
New sysctl(8) binary.  Performs auto-discovery and can add/remove
nodes from the tree.  Never needs to be recompiled again.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sbin/sysctl/Makefile
cvs rdiff -r1.74 -r1.75 src/sbin/sysctl/sysctl.c
cvs rdiff -r0 -r1.1 src/sbin/sysctl/sysctlutil.c

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