Subject: Re: CVS commit: src/sys/kern
To: None <ad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 09/01/2007 01:12:18
> Module Name:	src
> Committed By:	ad
> Date:		Wed Aug  1 23:30:54 UTC 2007
> 
> Modified Files:
> 	src/sys/kern: kern_sleepq.c
> 
> Log Message:
> sleepq_block: if a pending signal is detected but has already been taken
> by the time the calling thread tries to take it, don't return EINTR.
> Instead return zero leading to a spurious wakeup.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.10 -r1.11 src/sys/kern/kern_sleepq.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

this changed the behaviour for LW_CANCELLED as well.  was it intended?

YAMAMOTO Takashi