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

Modified Files:
	src/lib/libc/gen: sysctl.c
	src/sbin/sysctl: sysctlutil.c
	src/sys/kern: kern_sysctl.c
	src/sys/sys: sysctl.h

Log Message:
New node version and layout.  This should take care of the netbsd32
emulation problem, formalizes the versioning (should it ever be needed
again), and provides a slot for descriptions.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/lib/libc/gen/sysctl.c
cvs rdiff -r1.6 -r1.7 src/sbin/sysctl/sysctlutil.c
cvs rdiff -r1.163 -r1.164 src/sys/kern/kern_sysctl.c
cvs rdiff -r1.111 -r1.112 src/sys/sys/sysctl.h

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