Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 09/27/2007 21:14:50
Module Name:	src
Committed By:	pooka
Date:		Thu Sep 27 21:14:50 UTC 2007

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

Log Message:
Add error notifications, which are used to deliver errors from the
kernel to the file server for silly things the file server did,
e.g. attempting to create a file with size VSIZENOTSET.  The file
server can handle these as it chooses, but the default action is
for it to throw its hands in the air and sing "goodbye, cruel world,
it's over, walk on by".


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/lib/libpuffs/dispatcher.c
cvs rdiff -r1.62 -r1.63 src/lib/libpuffs/puffs.c
cvs rdiff -r1.83 -r1.84 src/lib/libpuffs/puffs.h
cvs rdiff -r1.21 -r1.22 src/lib/libpuffs/puffs_priv.h
cvs rdiff -r1.40 -r1.41 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.50 -r1.51 src/sys/fs/puffs/puffs_msgif.h \
    src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.48 -r1.49 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.57 -r1.58 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r1.99 -r1.100 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.