From owner-cvs-src-old@FreeBSD.ORG Mon Jul 18 18:38:42 2011 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 1FF041065696 for ; Mon, 18 Jul 2011 18:38:42 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0D31D8FC23 for ; Mon, 18 Jul 2011 18:38:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6IIcfWb076056 for ; Mon, 18 Jul 2011 18:38:41 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6IIcfbU076055 for cvs-src-old@freebsd.org; Mon, 18 Jul 2011 18:38:41 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201107181838.p6IIcfbU076055@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 18 Jul 2011 18:37:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/contrib/top commands.c machine.h top.X top.c src/usr.bin/top machine.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: Mon, 18 Jul 2011 18:38:42 -0000 jhb 2011-07-18 18:37:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) contrib/top commands.c machine.h top.X top.c usr.bin/top machine.c Log: SVN rev 224194 on 2011-07-18 18:37:15Z by jhb MFC 222530,223841: Add a new option to toggle the display of the system idle process (per-CPU idle threads). The process is displayed by default (subject to whether or not system processes are displayed) to preserve existing behavior. The system idle process can be hidden via the '-z' command line argument or the 'z' key while top is running. When it is hidden, top more closely matches the behavior of FreeBSD <= 4.x where idle time was not accounted to any process. Revision Changes Path 1.15.2.2 +1 -0 src/contrib/top/commands.c 1.9.2.3 +2 -1 src/contrib/top/machine.h 1.20.2.4 +9 -2 src/contrib/top/top.X 1.23.2.5 +18 -6 src/contrib/top/top.c 1.82.2.8 +6 -0 src/usr.bin/top/machine.c