From owner-cvs-all Sat May 15 4:55:15 1999 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id C980914D03; Sat, 15 May 1999 04:55:10 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id NAA48824; Sat, 15 May 1999 13:55:10 +0200 (CEST) (envelope-from des) To: John Birrell Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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 ... References: <199905090748.AAA88251@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 15 May 1999 13:55:09 +0200 In-Reply-To: John Birrell's message of "Sun, 9 May 1999 00:48:56 -0700 (PDT)" Message-ID: Lines: 56 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk This commit is probably responsible for the current MySQL breakage. I'll have to find a box on which to do before-and-after tests to be sure, though. John Birrell writes: > 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 > > DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message