From owner-cvs-all Thu Jul 13 10: 0:38 2000 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id CB94E37C46A; Thu, 13 Jul 2000 10:00:25 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id LAA04264; Thu, 13 Jul 2000 11:00:17 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id LAA03965; Thu, 13 Jul 2000 11:00:17 -0600 (MDT) (envelope-from nate) Date: Thu, 13 Jul 2000 11:00:17 -0600 (MDT) Message-Id: <200007131700.LAA03965@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern sys_generic.c In-Reply-To: <200007122246.PAA19559@freefall.freebsd.org> References: <200007122246.PAA19559@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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