From owner-cvs-all Wed Aug 1 13:36:32 2001 Delivered-To: cvs-all@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 3C33837B401; Wed, 1 Aug 2001 13:36:23 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo (mjacob@beppo [192.67.166.79]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f71KaMI21014; Wed, 1 Aug 2001 13:36:22 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Wed, 1 Aug 2001 13:36:22 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_sig.c In-Reply-To: <200108012035.f71KZOs38613@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks Peter- I was just about to do just this in a day or so... On Wed, 1 Aug 2001, Peter Wemm wrote: > peter 2001/08/01 13:35:24 PDT > > Modified files: > sys/kern kern_exit.c kern_sig.c > Log: > Temporarily back out kern_sig.c rev 1.125 and kern_exit.c rev 1.131. > This paniced my one of my machines one time too many :-( and there is > no sign of a solution in the pipeline. The deltas are still easily > available in cvs. The problem is that if the parent has been swapped > out, the child process cannot grope around in the parent's UPAGES to > see the sigact[] array or it will fault. This probably is a showstopper > for this implementation anyway. > > Revision Changes Path > 1.132 +4 -5 src/sys/kern/kern_exit.c > 1.126 +6 -5 src/sys/kern/kern_sig.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message