From owner-cvs-all Mon Apr 8 22:41: 5 2002 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 7C30537B404; Mon, 8 Apr 2002 22:41:01 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g395f1n88084; Mon, 8 Apr 2002 22:41:01 -0700 (PDT) (envelope-from asmodai) Message-Id: <200204090541.g395f1n88084@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 8 Apr 2002 22:41:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_select.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 asmodai 2002/04/08 22:41:01 PDT Modified files: lib/libc_r/uthread uthread_select.c Log: Return correct number of total bits set in all fd_set's. Change case of POLLNVAL as an error. Remove POLLHUP and POLLERR from one case, their place is most likely amongst read events. PR: 33723 Submitted by: Alexander Litvin Reviewed by: deischen [Provided a small change to the PR patch as well] MFC after: 4 weeks Revision Changes Path 1.19 +19 -10 src/lib/libc_r/uthread/uthread_select.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message