From owner-cvs-all Sat Jan 13 15: 8:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7D2E37B6A3; Sat, 13 Jan 2001 15:08:36 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0DN8a678312; Sat, 13 Jan 2001 15:08:36 -0800 (PST) (envelope-from jhb) Message-Id: <200101132308.f0DN8a678312@freefall.freebsd.org> From: John Baldwin Date: Sat, 13 Jan 2001 15:08:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/13 15:08:36 PST Modified files: sys/kern kern_proc.c Log: - Use sched_lock to prevent the mutex name from changing out from under us while we are copying it to the kinfo_proc structure. - Test against p_stat to see if we are blocked on a mutex. - Terminate ki_mtxname with a null char rather than ki_wmesg. Revision Changes Path 1.81 +6 -4 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message