Subject: CVS commit: src/sys/miscfs/kernfs
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 05/07/2004 15:33:17
Module Name:	src
Committed By:	cl
Date:		Fri May  7 15:33:17 UTC 2004

Modified Files:
	src/sys/miscfs/kernfs: kernfs.h kernfs_vnops.c

Log Message:
Allow additional entries (files, subdirs) in kernfs.  Also allow
defining additional kfstypes and provide hooks to run arbitrary code
for any vnodeop on the additional types.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/miscfs/kernfs/kernfs.h
cvs rdiff -r1.101 -r1.102 src/sys/miscfs/kernfs/kernfs_vnops.c

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