From owner-cvs-all Sun Aug 29 17:20:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB8F214C25; Sun, 29 Aug 1999 17:20:03 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46011; Sun, 29 Aug 1999 17:20:03 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Message-Id: <199908300020.RAA46011@freefall.freebsd.org> From: Daniel Eischen Date: Sun, 29 Aug 1999 17:20:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c uthread_poll.c uthread_select.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk deischen 1999/08/29 17:20:03 PDT Modified files: (Branch: RELENG_3) lib/libc_r/uthread uthread_cond.c uthread_poll.c uthread_select.c Log: MFC: Make checks for invalid timevals in select() and poll() return -1 and set errno to EINVAL. Added check for null timespec in pthread_cond_timedwait(). Revision Changes Path 1.12.2.5 +9 -7 src/lib/libc_r/uthread/uthread_cond.c 1.1.2.3 +3 -2 src/lib/libc_r/uthread/uthread_poll.c 1.5.2.6 +6 -4 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