From owner-cvs-all@FreeBSD.ORG Fri Jun 6 13:28:12 2003 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 7325137B401; Fri, 6 Jun 2003 13:28:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F47A43F75; Fri, 6 Jun 2003 13:28:12 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h56KSB0U065060; Fri, 6 Jun 2003 13:28:11 -0700 (PDT) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h56KSBLS065059; Fri, 6 Jun 2003 13:28:11 -0700 (PDT) Message-Id: <200306062028.h56KSBLS065059@repoman.freebsd.org> From: Julian Elischer Date: Fri, 6 Jun 2003 13:28:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ddb db_ps.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: Fri, 06 Jun 2003 20:28:12 -0000 julian 2003/06/06 13:28:11 PDT FreeBSD src repository Modified files: sys/ddb db_ps.c Log: Attempt to crunch down the thread state info so that it is more likely to fit on one line. Account for threads better. * No need to report that it is on a sleep queue if it is actually sleeping * "Normal" state is almost ubiquitous.. only report abnormal states. * increment the #lines count for each separate thread shown in threaded programs. makes it less likely that a threaded program will make all the data on a screen overflow off the top of the screen. Revision Changes Path 1.44 +15 -6 src/sys/ddb/db_ps.c