Subject: Re: CVS commit: src/sys/kern
To: Christos Zoulas <christos@netbsd.org>
From: Andrey Petrov <petrov@netbsd.org>
List: source-changes
Date: 10/07/2003 17:07:09
On Sat, Oct 04, 2003 at 03:45:49AM +0000, Christos Zoulas wrote:
> 
> Module Name:	src
> Committed By:	christos
> Date:		Sat Oct  4 03:45:49 UTC 2003
> 
> Modified Files:
> 	src/sys/kern: kern_sig.c
> 
> Log Message:
> Don't look for file descriptor matches when a process is exiting. From
> Andrey Petrov.
> 

The credit due to Matt Thomas.

The patch is different from discussed and raises a question.
Why do you still pass signal processing further to kpsignal2 when
P_WEXIT was checked? Is that necessary for some reason I don't know?

	Andrey