Date: Mon, 6 Feb 2006 14:03:51 -0500 From: John Baldwin <jhb@freebsd.org> To: Robert Watson <rwatson@freebsd.org> Cc: Perforce Change Reviews <perforce@freebsd.org> Subject: Re: PERFORCE change 91211 for review Message-ID: <200602061403.52705.jhb@freebsd.org> In-Reply-To: <200602060146.k161khiK096549@repoman.freebsd.org> References: <200602060146.k161khiK096549@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 05 February 2006 20:46, Robert Watson wrote: > 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. 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@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602061403.52705.jhb>