Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/20/2007 13:14:56
Module Name:	src
Committed By:	pooka
Date:		Fri Jul 20 13:14:56 UTC 2007

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

Log Message:
Add puffs_framev_enqueue_waitevent, which waits for read/write/error
events from an i/o descriptor.  It yields until an event happens
and continues execution when the event loop notices the event has
happened.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/lib/libpuffs/framebuf.c
cvs rdiff -r1.60 -r1.61 src/lib/libpuffs/puffs.c
cvs rdiff -r1.75 -r1.76 src/lib/libpuffs/puffs.h
cvs rdiff -r1.18 -r1.19 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.