Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2000 11:00:17 -0600 (MDT)
From:      Nate Williams <nate@yogotech.com>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern sys_generic.c
Message-ID:  <200007131700.LAA03965@nomad.yogotech.com>
In-Reply-To: <200007122246.PAA19559@freefall.freebsd.org>
References:  <200007122246.PAA19559@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> jhb         2000/07/12 15:46:41 PDT
> 
>   Modified files:
>     sys/kern             sys_generic.c 
>   Log:
>   Fix a very obscure bug in select() and poll() where the timeout would
>   never expire if poll() or select() was called before the system had been
>   in multiuser for 1 second.  This was caused by only checking to see if
>   tv_sec was zero rather than checking both tv_sec and tv_usec.

Good catch!


Nate


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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