Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/30/2002 15:47:00
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sat Nov 30 13:46:59 UTC 2002

Modified Files:
	syssrc/sys/kern: sys_generic.c

Log Message:
Unfortunately, we can't really know if select collision is needed
until after wakeup event, so we can't clear the SI_COLL flag
in selrecord(). Thus, effectively back rev. 1.57 off.

Problem reported in PR kern/17517 by David Laight, program triggering
the problem is in regress/sys/kern/poll/poll3w.c.


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 syssrc/sys/kern/sys_generic.c

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