From owner-cvs-src@FreeBSD.ORG Thu Apr 14 15:02:04 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A45A116A4CE; Thu, 14 Apr 2005 15:02:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 737E643D5C; Thu, 14 Apr 2005 15:02:04 +0000 (GMT) (envelope-from keramida@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 j3EF24ST066456; Thu, 14 Apr 2005 15:02:04 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3EF24PS066455; Thu, 14 Apr 2005 15:02:04 GMT (envelope-from keramida) Message-Id: <200504141502.j3EF24PS066455@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 14 Apr 2005 15:02:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/top commands.c top.c src/usr.bin/top machine.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2005 15:02:04 -0000 keramida 2005-04-14 15:02:03 UTC FreeBSD src repository (doc committer) Modified files: contrib/top commands.c top.c usr.bin/top machine.c Log: - Add a THR column to the process listing, that shows the number of threads a process has. The THR column is disabled and disappears when 'H' is hit, because then every thread gets its own output line. - Allow sorting processes by "threads". Approved by: davidxu Inspired by: Jiawei Ye Revision Changes Path 1.11 +1 -1 src/contrib/top/commands.c 1.16 +5 -3 src/contrib/top/top.c 1.70 +57 -12 src/usr.bin/top/machine.c