From owner-cvs-all@FreeBSD.ORG Tue May 1 15:44:20 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 734D416A400; Tue, 1 May 2007 15:44:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6507D13C457; Tue, 1 May 2007 15:44:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l41FiK1c000247; Tue, 1 May 2007 15:44:20 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l41FiK1F000244; Tue, 1 May 2007 15:44:20 GMT (envelope-from rafan) Message-Id: <200705011544.l41FiK1F000244@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 1 May 2007 15:44:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/top commands.c machine.h top.X top.c src/usr.bin/top machine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 01 May 2007 15:44:20 -0000 rafan 2007-05-01 15:44:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/top commands.c machine.h top.X top.c usr.bin/top machine.c Log: MFC the top -j switch: - Add a new 'j' switch and runtime option to toggle display jail id for each process. src/contrib/top/commands.c: 1.13 src/contrib/top/machine.h: 1.8 src/contrib/top/top.X: 1.18 src/contrib/top/top.c: 1.21 and 1.22 (-j part) src/usr.bin/top/machine.c: 1.80 PR: 98489, 99631 Submitted by: clsung Approved by: delphij (mentor) Revision Changes Path 1.12.2.1 +3 -2 src/contrib/top/commands.c 1.7.2.1 +2 -1 src/contrib/top/machine.h 1.12.2.3 +17 -4 src/contrib/top/top.X 1.17.2.2 +21 -6 src/contrib/top/top.c 1.74.2.2 +48 -10 src/usr.bin/top/machine.c