Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2010 15:07:24 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org
Subject:   Re: svn commit: r213490 - head/sys/compat/linux
Message-ID:  <201010061507.28054.jkim@FreeBSD.org>
In-Reply-To: <201010061851.o96IpMCx014668@svn.freebsd.org>
References:  <201010061851.o96IpMCx014668@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010061507.28054.jkim>