Subject: CVS commit: src/share/examples/puffs/dtfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/23/2006 00:44:54
Module Name:	src
Committed By:	pooka
Date:		Mon Oct 23 00:44:53 UTC 2006

Added Files:
	src/share/examples/puffs/dtfs: Makefile dtfs.c dtfs.h dtfs_subr.c
	    dtfs_vfsops.c dtfs_vnops.c

Log Message:
dtfs (*): a very simple in-memory file system providing an example on
how to use libpuffs

this is not installed into the binary distribution just yet

*) you can call it either "Delectable Test File System" or
"Detrempe File System", depending on what you think will result
in more puffing


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/share/examples/puffs/dtfs/Makefile \
    src/share/examples/puffs/dtfs/dtfs.c src/share/examples/puffs/dtfs/dtfs.h \
    src/share/examples/puffs/dtfs/dtfs_subr.c \
    src/share/examples/puffs/dtfs/dtfs_vfsops.c \
    src/share/examples/puffs/dtfs/dtfs_vnops.c

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