Date: Thu, 19 Aug 1999 16:06:12 -0700 (PDT) From: Alfred Perlstein <alfred@FreeBSD.org> 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 Message-ID: <199908192306.QAA87312@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908192306.QAA87312>