cvs commit: src/sys/kern kern_sig.c

Jeff Roberson jroberson at chesapeake.net
Sat Jun 28 13:24:55 PDT 2003


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.



More information about the cvs-src mailing list