From owner-cvs-all Sun May 9 0:48:59 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 B669614E36; Sun, 9 May 1999 00:48:56 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA88251; Sun, 9 May 1999 00:48:56 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199905090748.AAA88251@freefall.freebsd.org> From: John Birrell Date: Sun, 9 May 1999 00:48:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_fork.c uthread_gc.c uthread_getprio.c uthread_info.c uthread_init.c uthread_kern.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/05/09 00:48:56 PDT Modified files: (Branch: RELENG_3) lib/libc_r/uthread Makefile.inc pthread_private.h uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_fork.c uthread_gc.c uthread_getprio.c uthread_info.c uthread_init.c uthread_kern.c uthread_kill.c uthread_mattr_init.c uthread_mutex.c uthread_resume_np.c uthread_select.c uthread_setprio.c uthread_sig.c uthread_sigaction.c uthread_sigwait.c uthread_spinlock.c uthread_suspend_np.c Log: MFC: (mostly) Realtime scheduling patches from Dan Eischen. Revision Changes Path 1.16.2.1 +16 -1 src/lib/libc_r/uthread/Makefile.inc 1.16.2.1 +214 -21 src/lib/libc_r/uthread/pthread_private.h 1.12.2.1 +230 -62 src/lib/libc_r/uthread/uthread_cond.c 1.11.2.1 +30 -10 src/lib/libc_r/uthread/uthread_create.c 1.6.2.1 +13 -0 src/lib/libc_r/uthread/uthread_detach.c 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_execve.c 1.6.2.1 +14 -1 src/lib/libc_r/uthread/uthread_exit.c 1.9.2.1 +2 -2 src/lib/libc_r/uthread/uthread_fd.c 1.8.2.1 +33 -1 src/lib/libc_r/uthread/uthread_fork.c 1.2.4.1 +9 -1 src/lib/libc_r/uthread/uthread_gc.c 1.3.2.1 +5 -6 src/lib/libc_r/uthread/uthread_getprio.c 1.9.2.1 +49 -2 src/lib/libc_r/uthread/uthread_info.c 1.9.2.2 +33 -6 src/lib/libc_r/uthread/uthread_init.c 1.15.2.2 +298 -334 src/lib/libc_r/uthread/uthread_kern.c 1.5.2.1 +13 -0 src/lib/libc_r/uthread/uthread_kill.c 1.2.2.1 +1 -1 src/lib/libc_r/uthread/uthread_mattr_init.c 1.12.2.1 +1073 -189 src/lib/libc_r/uthread/uthread_mutex.c 1.3.2.1 +13 -0 src/lib/libc_r/uthread/uthread_resume_np.c 1.5.2.1 +5 -1 src/lib/libc_r/uthread/uthread_select.c 1.3.2.1 +7 -11 src/lib/libc_r/uthread/uthread_setprio.c 1.15.2.1 +39 -12 src/lib/libc_r/uthread/uthread_sig.c 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_sigaction.c 1.4.2.1 +1 -1 src/lib/libc_r/uthread/uthread_sigwait.c 1.4.4.1 +15 -17 src/lib/libc_r/uthread/uthread_spinlock.c 1.3.2.1 +13 -0 src/lib/libc_r/uthread/uthread_suspend_np.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message