From owner-cvs-all Thu Aug 19 16: 6:21 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 A3EBD15099; Thu, 19 Aug 1999 16:06:19 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA87312; Thu, 19 Aug 1999 16:06:12 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <199908192306.QAA87312@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 19 Aug 1999 16:06:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c uthread_nanosleep.c uthread_poll.c uthread_select.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alfred 1999/08/19 16:06:12 PDT Modified files: lib/libc_r/uthread uthread_cond.c uthread_nanosleep.c uthread_poll.c uthread_select.c Log: Sanity check time structures passed in, return EINVAL like the system calls do to avoid corrupting the thread library's concept of wakeup time. PR: kern/12141 Reviewed by: deischen, eivind Revision Changes Path 1.16 +5 -1 src/lib/libc_r/uthread/uthread_cond.c 1.8 +3 -2 src/lib/libc_r/uthread/uthread_nanosleep.c 1.2 +5 -2 src/lib/libc_r/uthread/uthread_poll.c 1.10 +5 -1 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