svn commit: r217561 - in head/sys: arm/arm i386/i386 mips/mips powerpc/aim powerpc/booke sparc64/sparc64

Kostik Belousov kostikbel at gmail.com
Wed Jan 19 12:24:54 UTC 2011


On Tue, Jan 18, 2011 at 02:51:32PM -0800, John-Mark Gurney wrote:
> Konstantin Belousov wrote this message on Tue, Jan 18, 2011 at 21:57 +0000:
> >   sf_buf_alloc() calls msleep(PCATCH) when SFB_CATCH flag was given,
> >   and for simultaneous wakeup and signal delivery, msleep() returns
> >   EINTR/ERESTART despite the thread was selected for wakeup_one(). As
> >   result, we loose a wakeup, and some other waiter will not be woken up.
> 
> Shouldn't this behavior be documented in the man page?  That even
> though msleep may return a non-zero value that it could have been
> really woken up?
Can you provide the good wording ? And commit it then ?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20110119/6098d619/attachment.pgp


More information about the svn-src-head mailing list