K 10 svn:author V 8 truckman K 8 svn:date V 27 2004-02-11T22:06:02.000000Z K 7 svn:log V 348 When reparenting a process to init, make sure that p_sigparent is set to SIGCHLD. This avoids the creation of orphaned Linux-threaded zombies that init is unable to reap. This can occur when the parent process sets its SIGCHLD to SIG_IGN. Fix a similar situation in the PT_DETACH code. Tested by: "Steven Hartland" END