Date: Mon, 6 Feb 2006 01:46:43 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 91211 for review Message-ID: <200602060146.k161khiK096549@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91211 Change 91211 by rwatson@rwatson_peppercorn on 2006/02/06 01:46:00 Restore comment accidentally removed at some point. Affected files ... .. //depot/projects/trustedbsd/audit3/sys/kern/kern_exit.c#11 edit Differences ... ==== //depot/projects/trustedbsd/audit3/sys/kern/kern_exit.c#11 (text+ko) ==== @@ -428,6 +428,9 @@ LIST_REMOVE(p, p_hash); sx_xunlock(&allproc_lock); + /* + * Reparent all of our children to init. + */ sx_xlock(&proctree_lock); q = LIST_FIRST(&p->p_children); if (q != NULL) /* only need this if any child is S_ZOMB */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602060146.k161khiK096549>