svn commit: r213490 - head/sys/compat/linux

Jung-uk Kim jkim at FreeBSD.org
Wed Oct 6 19:07:36 UTC 2010


On Wednesday 06 October 2010 02:51 pm, Jung-uk Kim wrote:
> Author: jkim
> Date: Wed Oct  6 18:51:22 2010
> New Revision: 213490
> URL: http://svn.freebsd.org/changeset/base/213490
>
> Log:
>   Simplify timeout check in futex_wait() using itimerfix() and
> return error if the given timeout is invalid.  Consistently use int
> type for timeout and correct a format string in futex_sleep().

This also fixes a case where the pointer is non-NULL but the actual 
content is zero.  Previously we were waiting forever in that case.

Jung-uk Kim


More information about the svn-src-head mailing list