Subject: Re: CVS commit: src/sys
To: None <jdolecek@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 10/26/2003 02:21:34
> Module Name: src
> Committed By: jdolecek
> Date: Sat Oct 25 16:50:37 UTC 2003
>
> Modified Files:
> src/sys/kern: kern_sig.c
> src/sys/sys: signalvar.h
>
> Log Message:
> modify sigtimedwait(2) to return full siginfo if available, and pass the wait
> set using a pointer, to save couple bytes in struct sigctx
is it safe when the process is swapped out?
YAMAMOTO Takashi