Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



> 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



Home | Main Index | Thread Index | Old Index