Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/01/2007 21:09:09
Module Name:	src
Committed By:	pooka
Date:		Mon Oct  1 21:09:09 UTC 2007

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

Log Message:
* better error checking: validate error values received from userland
  to be vaild errno values
* include string describing error in PUFFS_ERR
* get rid of union in puffs_req, it's nothing but trouble
* pass pmp to async i/o callbacks


To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.52 -r1.53 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.2 -r1.3 src/sys/fs/puffs/puffs_node.c
cvs rdiff -r1.54 -r1.55 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.53 -r1.54 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.59 -r1.60 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r1.101 -r1.102 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.