Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2001 15:39:39 -0800
From:      Alfred Perlstein <bright@wintelcom.net>
To:        Peter Wemm <peter@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern sys_generic.c
Message-ID:  <20010207153939.V26076@fw.wintelcom.net>
In-Reply-To: <200102072328.f17NS2M39611@freefall.freebsd.org>; from peter@FreeBSD.org on Wed, Feb 07, 2001 at 03:28:02PM -0800
References:  <200102072328.f17NS2M39611@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Peter Wemm <peter@FreeBSD.org> [010207 15:28] wrote:
> peter       2001/02/07 15:28:02 PST
> 
>   Modified files:
>     sys/kern             sys_generic.c 
>   Log:
>   The code I picked up from NetBSD in '97 had a nasty bug.  It limited
>   the index of the pollfd array to the number of fd's currently open, not
>   the maximum number of fd's.  ie: if you had 0,1,2 open, you could not
>   use pollfd slots higher than 20.  The specs say we only have to support
>   OPEN_MAX [64] entries but we allow way more than that.

Can you nuke the extra SCARG, I don't think we want to use it anymore.

-- 
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."


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?20010207153939.V26076>