Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2009 13:54:00 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 156858 for review
Message-ID:  <200901291354.n0TDs0Uw077481@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=156858

Change 156858 by rwatson@rwatson_freebsd_capabilities on 2009/01/29 13:53:14

	Update for proc_reap().

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/kern/kern_exit.c#11 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/kern/kern_exit.c#11 (text+ko) ====

@@ -827,7 +827,7 @@
 	mac_proc_destroy(p);
 #endif
 	KASSERT(FIRST_THREAD_IN_PROC(p),
-	    ("kern_wait: no residual thread!"));
+	    ("proc_reap: no residual thread!"));
 	uma_zfree(proc_zone, p);
 	sx_xlock(&allproc_lock);
 	nprocs--;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901291354.n0TDs0Uw077481>