From owner-cvs-all Wed Jul 12 22: 8:32 2000 Delivered-To: cvs-all@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id 38F9837B7EA; Wed, 12 Jul 2000 22:08:23 -0700 (PDT) (envelope-from bsdx@looksharp.net) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id BAA22447; Thu, 13 Jul 2000 01:08:33 -0400 (EDT) (envelope-from bsdx@looksharp.net) Date: Thu, 13 Jul 2000 01:08:33 -0400 (EDT) From: Adam To: John Baldwin Cc: cvs-all@FreeBSD.ORG Subject: RE: cvs commit: src/sys/kern sys_generic.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 12 Jul 2000, John Baldwin wrote: > >On 12-Jul-00 John Baldwin wrote: >> 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. > >This fixes the recent hangs in sysinstall in -current where you had to press >a key to get sysinstall to continue. Any idea how old this bug has manifested itself? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message