K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-07-27T14:06:01.000000Z K 7 svn:log V 369 Back out kern_exit.c revision 1.92.2.4 and kern_sig.c revision 1.72.2.7 (SIGCHLD SIG_IGN signal handling changes) until the issue with "fault on nofault entry" panics in exit1() is resolved. The fault seems to occur when p->p_pptr->p_sigacts is dereferenced in exit1(). It is probably some kind of a race with the exiting of the parent, but I'm unsure of the details. END