From owner-cvs-all Tue Jan 4 3: 3:12 2000 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 9085915469; Tue, 4 Jan 2000 03:02:55 -0800 (PST) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13251; Tue, 4 Jan 2000 03:02:55 -0800 (PST) (envelope-from tg@FreeBSD.org) Message-Id: <200001041102.DAA13251@freefall.freebsd.org> From: Thomas Gellekum Date: Tue, 4 Jan 2000 03:02:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r Makefile src/lib/libc_r/test/sigsuspend sigsuspend.c src/lib/libc_r/test/sigwait sigwait.c src/lib/libc_r/uthread pthread_private.h uthread_attr_setschedparam.c uthread_fork.c uthread_kern.c uthread_kill.c uthread_sig.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tg 2000/01/04 03:02:55 PST Modified files: (Branch: RELENG_3) lib/libc_r Makefile lib/libc_r/test/sigsuspend sigsuspend.c lib/libc_r/test/sigwait sigwait.c lib/libc_r/uthread pthread_private.h uthread_attr_setschedparam.c uthread_fork.c uthread_kern.c uthread_kill.c uthread_sig.c uthread_sigwait.c uthread_wait4.c Log: MFC: Fix signal handling. Reviewed by: deischen Fix some botches I introduced in the last commits. Revision Changes Path 1.14.2.5 +2 -1 src/lib/libc_r/Makefile 1.1.4.2 +16 -8 src/lib/libc_r/test/sigsuspend/sigsuspend.c 1.2.4.2 +5 -5 src/lib/libc_r/test/sigwait/sigwait.c 1.16.2.6 +10 -4 src/lib/libc_r/uthread/pthread_private.h 1.1.4.2 +2 -2 src/lib/libc_r/uthread/uthread_attr_setschedparam.c 1.8.2.5 +4 -1 src/lib/libc_r/uthread/uthread_fork.c 1.15.2.8 +7 -2 src/lib/libc_r/uthread/uthread_kern.c 1.5.2.5 +2 -94 src/lib/libc_r/uthread/uthread_kill.c 1.15.2.5 +274 -69 src/lib/libc_r/uthread/uthread_sig.c 1.4.2.6 +9 -4 src/lib/libc_r/uthread/uthread_sigwait.c 1.2.2.4 +2 -2 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