From owner-cvs-all Wed Jul 12 18:13:33 2000 Delivered-To: cvs-all@freebsd.org Received: from volatile.chemicals.tacorp.com (ci391991-a.grnvle1.sc.home.com [24.9.31.75]) by hub.freebsd.org (Postfix) with ESMTP id E175737BDB4; Wed, 12 Jul 2000 18:13:26 -0700 (PDT) (envelope-from morganw@chemicals.tacorp.com) Received: (from morganw@localhost) by volatile.chemicals.tacorp.com (8.9.3/8.9.3) id VAA11125; Wed, 12 Jul 2000 21:13:25 -0400 (EDT) (envelope-from morganw) Date: Wed, 12 Jul 2000 21:13:25 -0400 (EDT) From: Wesley Morgan 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> 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 I don't want to point fingers, but.... I just rebuilt a kernel and installed a new world and now syslogd is happily flying through select() as fast as it can... Ooph, now inetd is and syslogd is silent... Very odd :) On Wed, 12 Jul 2000, 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. > > Revision Changes Path > 1.60 +3 -3 src/sys/kern/sys_generic.c > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ wesleymorgan@home.com _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message