Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/21/2007 14:28:06
Module Name:	src
Committed By:	pooka
Date:		Sun Oct 21 14:28:06 UTC 2007

Modified Files:
	src/lib/libpuffs: callcontext.c dispatcher.c puffs.h puffs_priv.h
	src/sys/fs/puffs: puffs_msgif.c puffs_msgif.h

Log Message:
Always provide caller information from the kernel based on curlwp.
(but don't deprecate the old puffs_cid interface just yet)


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/lib/libpuffs/callcontext.c
cvs rdiff -r1.15 -r1.16 src/lib/libpuffs/dispatcher.c
cvs rdiff -r1.87 -r1.88 src/lib/libpuffs/puffs.h
cvs rdiff -r1.23 -r1.24 src/lib/libpuffs/puffs_priv.h
cvs rdiff -r1.48 -r1.49 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.58 -r1.59 src/sys/fs/puffs/puffs_msgif.h

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