K 10 svn:author V 3 kib K 8 svn:date V 27 2012-03-08T12:54:26.506841Z K 7 svn:log V 491 MFC r232048: Allow the parent to gather the exit status of the children reparented to the debugger. When reparenting for debugging, keep the child in the new orphan list of old parent. When looping over the children in kern_wait(), iterate over both children list and orphan list to search for the process by pid. MFC r232104: Restore the return statement erronously removed in the r232048. In order to keep stable/9 KBI, the p_dbg_child member of struct proc was replaced with padding. END