From owner-cvs-src-old@FreeBSD.ORG Fri May 21 17:32:54 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF185106566B for ; Fri, 21 May 2010 17:32:54 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC28A8FC12 for ; Fri, 21 May 2010 17:32:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4LHWsPv067472 for ; Fri, 21 May 2010 17:32:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4LHWsCP067471 for cvs-src-old@freebsd.org; Fri, 21 May 2010 17:32:54 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201005211732.o4LHWsCP067471@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 21 May 2010 17:17:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 db_interface.c src/sys/ia64/ia64 db_machdep.c src/sys/kern subr_pcpu.c src/sys/mips/mips db_trace.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2010 17:32:54 -0000 jhb 2010-05-21 17:17:56 UTC FreeBSD src repository Modified files: sys/amd64/amd64 db_interface.c sys/ia64/ia64 db_machdep.c sys/kern subr_pcpu.c sys/mips/mips db_trace.c Log: SVN rev 208392 on 2010-05-21 17:17:56Z by jhb - Adjust the whitespace for the lines that output fields in 'show pcpu' in DDB so that all the fields line up. - Print out the tid of the per-CPU idlethread instead of the pid since the idle process is now shared across all idle threads. MFC after: 1 month Revision Changes Path 1.83 +7 -7 src/sys/amd64/amd64/db_interface.c 1.9 +5 -5 src/sys/ia64/ia64/db_machdep.c 1.19 +3 -4 src/sys/kern/subr_pcpu.c 1.8 +2 -2 src/sys/mips/mips/db_trace.c