Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/15/2007 00:39:02
Module Name:	src
Committed By:	pooka
Date:		Mon Jan 15 00:39:02 UTC 2007

Modified Files:
	src/lib/libpuffs: Makefile null.c pnode.c puffs.c puffs.h puffs_priv.h
Added Files:
	src/lib/libpuffs: paths.c

Log Message:
Checkpoint some more work in progress: for the benefit those file
system backends which operate purely based on paths, push out more
path management into the library and make path management more
abstract: enable a file system to define a bunch of path management
callbacks, which are used by the framework.  Management of normal
/this/is/a/path type paths is provided by the library.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/lib/libpuffs/Makefile
cvs rdiff -r1.3 -r1.4 src/lib/libpuffs/null.c src/lib/libpuffs/puffs_priv.h
cvs rdiff -r0 -r1.1 src/lib/libpuffs/paths.c
cvs rdiff -r1.2 -r1.3 src/lib/libpuffs/pnode.c
cvs rdiff -r1.23 -r1.24 src/lib/libpuffs/puffs.c
cvs rdiff -r1.24 -r1.25 src/lib/libpuffs/puffs.h

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