From owner-cvs-all Sat Dec 8 13:51:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B08837B405; Sat, 8 Dec 2001 13:51:35 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB8LpZ524444; Sat, 8 Dec 2001 13:51:35 -0800 (PST) (envelope-from jkh) Message-Id: <200112082151.fB8LpZ524444@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 8 Dec 2001 13:51:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet sys_bsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkh 2001/12/08 13:51:34 PST Modified files: usr.bin/telnet sys_bsd.c Log: Don't assume that the number of fds to select on is known quantity (in this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days Revision Changes Path 1.9 +56 -32 src/usr.bin/telnet/sys_bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message