Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/07/2006 22:10:19
Module Name:	src
Committed By:	pooka
Date:		Tue Nov  7 22:10:19 UTC 2006

Modified Files:
	src/sys/fs/puffs: puffs_msgif.c puffs_msgif.h puffs_subr.c puffs_sys.h
	    puffs_vfsops.c puffs_vnops.c

Log Message:
attach to genfs & support page cache.  most noticeable effect is
mmap and therefore execution of binaries starting to work, some
speed improvements with large file I/O also.  caching semantics
and error case handling most likely need revisiting.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.4 -r1.5 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.6 -r1.7 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.5 -r1.6 src/sys/fs/puffs/puffs_sys.h \
    src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r1.7 -r1.8 src/sys/fs/puffs/puffs_vnops.c

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