From owner-freebsd-bugs Tue Dec 28 7: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0846415036 for ; Tue, 28 Dec 1999 07:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA93528; Tue, 28 Dec 1999 07:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 28 Dec 1999 07:00:02 -0800 (PST) Message-Id: <199912281500.HAA93528@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mikhail Teterin Subject: Re: kern/13644 Reply-To: Mikhail Teterin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13644; it has been noted by GNATS. From: Mikhail Teterin To: Bruce Evans Cc: Mikhail Teterin , jasone@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, FreeBSD-gnats-submit@FreeBSD.ORG, lawlopez@cisco.com, jseger@FreeBSD.ORG Subject: Re: kern/13644 Date: Tue, 28 Dec 1999 09:55:47 -0500 (EST) FreeBSD: => => If timeout is a non-nil pointer, it specifies a maximum => => interval to wait for the selection to complete. Solaris: => If timeout is not a NULL pointer, it specifies a maximum => interval to wait for the selection to complete. Linux: => timeout is an upper bound on the amount of time elapsed => before select returns. Irix (http://reality.sgi.com/cgi-bin/getman/?select): If timeout is a non-zero pointer, it specifies a maximum interval to wait for the selection to complete. BSDI (http://www.bsdi.com/bsdi-man?proto=1.1&apropos=0&msection=2&query=select): If timeout is a non-NULL pointer, it specifies a maximum interval to wait for the selection to complete. Perl 5.004 (http://man.cs.wisc.edu/cgi-bin/man?OS=alpha&command=select): TIMEOUT is the maximum amount of time to wait before returning an empty list. It seems, all of the documentation (including the FreeBSD's) agrees. The FreeBSD's implementation disagrees... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message