From owner-cvs-all Thu Nov 16 12:21:57 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 43A6437B479; Thu, 16 Nov 2000 12:21:54 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43677; Thu, 16 Nov 2000 12:21:54 -0800 (PST) (envelope-from deischen@FreeBSD.org) Message-Id: <200011162021.MAA43677@freefall.freebsd.org> From: Daniel Eischen Date: Thu, 16 Nov 2000 12:21:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_init.c uthread_kern.c uthread_sig.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2000/11/16 12:21:54 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread pthread_private.h uthread_init.c uthread_kern.c uthread_sig.c Log: MFC: Fix a bug where the signal handler can trample on the stack in which it is currently executing. Approved by: jkh Revision Changes Path 1.36.2.8 +5 -2 src/lib/libc_r/uthread/pthread_private.h 1.23.2.3 +10 -7 src/lib/libc_r/uthread/uthread_init.c 1.28.2.5 +25 -16 src/lib/libc_r/uthread/uthread_kern.c 1.25.2.3 +2 -2 src/lib/libc_r/uthread/uthread_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message