cvs commit: src/sys/kern kern_sig.c

David Xu davidxu at freebsd.org
Sat Jun 28 15:55:09 PDT 2003


----- Original Message ----- 
From: "Jeff Roberson" <jroberson at chesapeake.net>
To: "David Xu" <davidxu at FreeBSD.org>
Cc: <src-committers at FreeBSD.org>; <cvs-src at FreeBSD.org>; <cvs-all at FreeBSD.org>
Sent: Sunday, June 29, 2003 4:24 AM
Subject: Re: cvs commit: src/sys/kern kern_sig.c


> On Sat, 28 Jun 2003, David Xu wrote:
> 
> > davidxu     2003/06/28 01:03:28 PDT
> >
> >   FreeBSD src repository
> >
> >   Modified files:
> >     sys/kern             kern_sig.c
> >   Log:
> >   Fix POSIX compatible bug for sigwaitinfo and sigtimedwait.
> >   POSIX says siginfo pointer parameter can be NULL and if the
> >   function success, it should return signal number but not zero.
> >   The waitset it past should be negatived before it can be
> >   used as thread signal mask.
> >
> >   Revision  Changes    Path
> >   1.246     +11 -4     src/sys/kern/kern_sig.c
> >
> 
> Thanks!  I suspected that there was something wrong with this code.
> 
> 
You are welcomed, your signal code really helped me a lot. :-)

David Xu




More information about the cvs-src mailing list