Subject: Re: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 10/12/2003 17:59:51
In article <20031012143205.77B602DA1D@cvs.netbsd.org>,
Paul Kranenburg <pk@netbsd.org> wrote:
>
>Module Name:	src
>Committed By:	pk
>Date:		Sun Oct 12 14:32:05 UTC 2003
>
>Modified Files:
>	src/sys/kern: kern_sig.c
>
>Log Message:

Don't the other places where the queue is manipulated need the same change?
(ksiginfo_get/exit hook)

christos

>ksiginfo_put: protect queue operation with splsoftclock(), since it can
>be called from timer interrupts.
>
>
>To generate a diff of this commit:
>cvs rdiff -r1.166 -r1.167 src/sys/kern/kern_sig.c
>
>Please note that diffs are not public domain; they are subject to the
>copyright notices on the relevant files.
>