From owner-freebsd-hackers Mon Dec 9 21:42:35 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA14906 for hackers-outgoing; Mon, 9 Dec 1996 21:42:35 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id VAA14894 for ; Mon, 9 Dec 1996 21:42:31 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id VAA21649; Mon, 9 Dec 1996 21:42:22 -0800 (PST) To: John Birrell cc: hackers@freebsd.org Subject: Re: poll(2) In-reply-to: Your message of "Tue, 10 Dec 1996 08:18:03 +1100." <199612092118.IAA10527@freebsd1.cimlogic.com.au> Date: Mon, 09 Dec 1996 21:42:22 -0800 Message-ID: <21645.850196542@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > There are a few things that NetBSD has added recently that belong (IMHO) > in FreeBSD too. One of them is poll(2), which gives an alternative to > select(2) that does not suffer from the FD_SETSIZE "feature". > > Anyone planning to add this? If you get no answer to this, trying a second time with a PR containing unidiffs might just be what it takes to get it in. :-) Failing that, if you are going to make a habit of looking through both code bases, commit privileges to FreeBSD might be an even more effective solution if you're into it. Jordan