Date: Wed, 1 Aug 2001 13:35:24 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c kern_sig.c Message-ID: <200108012035.f71KZOs38613@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108012035.f71KZOs38613>