From owner-cvs-all Thu Nov 9 15:46:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0659037B4CF; Thu, 9 Nov 2000 15:46:08 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA18362; Thu, 9 Nov 2000 15:46:07 -0800 (PST) (envelope-from deischen@FreeBSD.org) Message-Id: <200011092346.PAA18362@freefall.freebsd.org> From: Daniel Eischen Date: Thu, 9 Nov 2000 15:46:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r Makefile src/lib/libc_r/uthread pthread_private.h uthread_attr_setschedparam.c uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_file.c uthread_fork.c uthread_gc.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/11/09 15:46:07 PST Modified files: (Branch: RELENG_4) lib/libc_r Makefile lib/libc_r/uthread pthread_private.h uthread_attr_setschedparam.c uthread_cond.c uthread_create.c uthread_detach.c uthread_execve.c uthread_exit.c uthread_fd.c uthread_file.c uthread_fork.c uthread_gc.c uthread_getschedparam.c uthread_info.c uthread_init.c uthread_jmp.c uthread_join.c uthread_kern.c uthread_kevent.c uthread_mutex.c uthread_priority_queue.c uthread_sem.c uthread_sendfile.c uthread_setschedparam.c uthread_sig.c uthread_sigaction.c uthread_sigmask.c uthread_signal.c uthread_sigprocmask.c uthread_sigwait.c uthread_wait4.c uthread_write.c uthread_yield.c Log: MFC: bring in signal handling changes, bug fixes, performance enhancements, and other good stuff. gdb thread changes to follow later tonight. Approved by: jkh Revision Changes Path 1.24.2.3 +2 -2 src/lib/libc_r/Makefile 1.36.2.7 +301 -120 src/lib/libc_r/uthread/pthread_private.h 1.4.2.2 +5 -1 src/lib/libc_r/uthread/uthread_attr_setschedparam.c 1.22.2.4 +152 -57 src/lib/libc_r/uthread/uthread_cond.c 1.24.2.2 +44 -64 src/lib/libc_r/uthread/uthread_create.c 1.11.2.1 +10 -4 src/lib/libc_r/uthread/uthread_detach.c 1.11.2.1 +1 -4 src/lib/libc_r/uthread/uthread_execve.c 1.16.2.1 +36 -41 src/lib/libc_r/uthread/uthread_exit.c 1.16.2.1 +61 -11 src/lib/libc_r/uthread/uthread_fd.c 1.12.2.1 +38 -4 src/lib/libc_r/uthread/uthread_file.c 1.19.2.1 +1 -4 src/lib/libc_r/uthread/uthread_fork.c 1.11.2.2 +3 -3 src/lib/libc_r/uthread/uthread_gc.c 1.4.2.1 +3 -2 src/lib/libc_r/uthread/uthread_getschedparam.c 1.14.2.3 +102 -144 src/lib/libc_r/uthread/uthread_info.c 1.23.2.2 +54 -26 src/lib/libc_r/uthread/uthread_init.c 1.2.2.2 +34 -116 src/lib/libc_r/uthread/uthread_jmp.c 1.12.2.1 +79 -38 src/lib/libc_r/uthread/uthread_join.c 1.28.2.3 +278 -341 src/lib/libc_r/uthread/uthread_kern.c 1.2.2.2 +4 -3 src/lib/libc_r/uthread/uthread_kevent.c 1.20.2.5 +71 -26 src/lib/libc_r/uthread/uthread_mutex.c 1.5.2.1 +13 -9 src/lib/libc_r/uthread/uthread_priority_queue.c 1.3.2.3 +2 -1 src/lib/libc_r/uthread/uthread_sem.c 1.2.2.2 +3 -3 src/lib/libc_r/uthread/uthread_sendfile.c 1.5.2.2 +5 -2 src/lib/libc_r/uthread/uthread_setschedparam.c 1.25.2.2 +773 -418 src/lib/libc_r/uthread/uthread_sig.c 1.11.2.1 +8 -7 src/lib/libc_r/uthread/uthread_sigaction.c 1.5.2.1 +17 -5 src/lib/libc_r/uthread/uthread_sigmask.c 1.4.2.1 +2 -2 src/lib/libc_r/uthread/uthread_signal.c 1.9.2.1 +3 -47 src/lib/libc_r/uthread/uthread_sigprocmask.c 1.13.2.2 +10 -10 src/lib/libc_r/uthread/uthread_sigwait.c 1.10.2.1 +3 -1 src/lib/libc_r/uthread/uthread_wait4.c 1.16.2.1 +2 -2 src/lib/libc_r/uthread/uthread_write.c 1.4.2.1 +1 -4 src/lib/libc_r/uthread/uthread_yield.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message