Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2001 15:28:02 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sys_generic.c
Message-ID:  <200102072328.f17NS2M39611@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  Revision  Changes    Path
  1.71      +16 -8     src/sys/kern/sys_generic.c



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?200102072328.f17NS2M39611>