Date: 15 May 1999 13:55:09 +0200 From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: John Birrell <jb@FreeBSD.org> 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 ... Message-ID: <xzpyaiqsg2q.fsf@localhost.ping.uio.no> In-Reply-To: John Birrell's message of "Sun, 9 May 1999 00:48:56 -0700 (PDT)" References: <199905090748.AAA88251@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jb@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpyaiqsg2q.fsf>