From owner-cvs-all Fri Jul 23 6: 0:42 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 5C15E15709; Fri, 23 Jul 1999 06:00:37 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA55631; Fri, 23 Jul 1999 06:00:37 -0700 (PDT) (envelope-from deischen@FreeBSD.org) Message-Id: <199907231300.GAA55631@freefall.freebsd.org> From: Daniel Eischen Date: Fri, 23 Jul 1999 06:00:37 -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_close.c uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_file.c uthread_find_thread.c uthread_fork.c uthread_gc.c uthread_info.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk deischen 1999/07/23 06:00:37 PDT Modified files: (Branch: RELENG_3) lib/libc_r/uthread Makefile.inc pthread_private.h uthread_close.c uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_file.c uthread_find_thread.c uthread_fork.c uthread_gc.c uthread_info.c uthread_init.c uthread_join.c uthread_kern.c uthread_kill.c uthread_mutex.c uthread_resume_np.c uthread_select.c uthread_sig.c uthread_sigaction.c uthread_sigwait.c uthread_spinlock.c uthread_suspend_np.c uthread_wait4.c Removed files: (Branch: RELENG_3) lib/libc_r/uthread uthread_queue.c Log: MFC: Bring in both bug fixes, performance improvements, and enhancements (addition of wrapped poll). This should fix MySQL problems. Revision Changes Path 1.16.2.2 +2 -2 src/lib/libc_r/uthread/Makefile.inc 1.16.2.2 +172 -90 src/lib/libc_r/uthread/pthread_private.h 1.4.2.1 +22 -8 src/lib/libc_r/uthread/uthread_close.c 1.12.2.2 +64 -13 src/lib/libc_r/uthread/uthread_cond.c 1.11.2.2 +16 -22 src/lib/libc_r/uthread/uthread_create.c 1.6.2.2 +11 -8 src/lib/libc_r/uthread/uthread_detach.c 1.4.2.2 +4 -0 src/lib/libc_r/uthread/uthread_execve.c 1.6.2.3 +30 -9 src/lib/libc_r/uthread/uthread_exit.c 1.9.2.2 +55 -15 src/lib/libc_r/uthread/uthread_fd.c 1.6.2.1 +13 -1 src/lib/libc_r/uthread/uthread_file.c 1.2.4.1 +16 -18 src/lib/libc_r/uthread/uthread_find_thread.c 1.8.2.2 +68 -28 src/lib/libc_r/uthread/uthread_fork.c 1.2.4.2 +24 -87 src/lib/libc_r/uthread/uthread_gc.c 1.9.2.2 +26 -5 src/lib/libc_r/uthread/uthread_info.c 1.9.2.3 +43 -10 src/lib/libc_r/uthread/uthread_init.c 1.6.2.1 +2 -1 src/lib/libc_r/uthread/uthread_join.c 1.15.2.3 +653 -834 src/lib/libc_r/uthread/uthread_kern.c 1.5.2.2 +51 -14 src/lib/libc_r/uthread/uthread_kill.c 1.12.2.2 +126 -60 src/lib/libc_r/uthread/uthread_mutex.c 1.3.2.2 +7 -7 src/lib/libc_r/uthread/uthread_resume_np.c 1.5.2.2 +107 -88 src/lib/libc_r/uthread/uthread_select.c 1.15.2.2 +119 -91 src/lib/libc_r/uthread/uthread_sig.c 1.4.2.2 +4 -0 src/lib/libc_r/uthread/uthread_sigaction.c 1.4.2.2 +22 -15 src/lib/libc_r/uthread/uthread_sigwait.c 1.4.4.2 +0 -0 src/lib/libc_r/uthread/uthread_spinlock.c 1.3.2.2 +7 -7 src/lib/libc_r/uthread/uthread_suspend_np.c 1.2.2.1 +5 -0 src/lib/libc_r/uthread/uthread_wait4.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message