Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 05/10/2007 12:26:28
Module Name:	src
Committed By:	pooka
Date:		Thu May 10 12:26:28 UTC 2007

Modified Files:
	src/lib/libpuffs: puffs.c puffs_priv.h

Log Message:
Add some kludges to be able to execute requests on the regular program
stack instead of the continuation stack.  This is for lib/36011, where
pthread gets confused since we aren't running on the regular stack.
I'm not really sure which direction to go to with this quite yet, so
make the hack hard to enable on purpose.  The whole request dispatch
code needs cleaning anyway.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/lib/libpuffs/puffs.c
cvs rdiff -r1.7 -r1.8 src/lib/libpuffs/puffs_priv.h

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