PERFORCE change 91211 for review

John Baldwin jhb at freebsd.org
Mon Feb 6 19:03:51 GMT 2006


On Sunday 05 February 2006 20:46, Robert Watson wrote:
> 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.

Probably because I just added it last week. :)

> 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 */

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list