From owner-cvs-all@FreeBSD.ORG Mon Dec 27 10:47:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9D0816A4CE; Mon, 27 Dec 2004 10:47:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3CC043D39; Mon, 27 Dec 2004 10:47:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBRAl8uL012336; Mon, 27 Dec 2004 10:47:08 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBRAl88t012335; Mon, 27 Dec 2004 10:47:08 GMT (envelope-from rwatson) Message-Id: <200412271047.iBRAl88t012335@repoman.freebsd.org> From: Robert Watson Date: Mon, 27 Dec 2004 10:47:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 10:47:09 -0000 rwatson 2004-12-27 10:47:08 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: Attempt to slightly refine the print out from "show alllocks" -- list the process and thread numbers/names on the same line rather than on separate lines, and print the thread pointer not just the tid. Revision Changes Path 1.185 +2 -2 src/sys/kern/subr_witness.c