Subject: CVS commit: src/share/examples/puffs/sysctlfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/14/2006 21:37:36
Module Name:	src
Committed By:	pooka
Date:		Tue Nov 14 21:37:36 UTC 2006

Added Files:
	src/share/examples/puffs/sysctlfs: Makefile sysctlfs.c

Log Message:
fs du jour: sysctlfs, which mounts an equivalent of "sysctl -a" as
a fs hierarchy.  This is currently ro, lacking features, and very
much unfinished in every other possible sense.  Should investigate
if this can share code with sbin/sysctl so that everything must
not be rewritten.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/share/examples/puffs/sysctlfs/Makefile \
    src/share/examples/puffs/sysctlfs/sysctlfs.c

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