PERFORCE change 91211 for review

Robert Watson rwatson at FreeBSD.org
Sun Feb 5 17:46:45 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=91211

Change 91211 by rwatson at 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 */


More information about the p4-projects mailing list