From owner-cvs-src@FreeBSD.ORG Sat Apr 14 10:16:53 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B63316A401; Sat, 14 Apr 2007 10:16:53 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 028D413C457; Sat, 14 Apr 2007 10:16:53 +0000 (UTC) (envelope-from stas@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 l3EAGq3W023799; Sat, 14 Apr 2007 10:16:52 GMT (envelope-from stas@repoman.freebsd.org) Received: (from stas@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3EAGqIs023798; Sat, 14 Apr 2007 10:16:52 GMT (envelope-from stas) Message-Id: <200704141016.l3EAGqIs023798@repoman.freebsd.org> From: Stanislav Sedov Date: Sat, 14 Apr 2007 10:16:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/top top.X top.c top.h src/usr.bin/top machine.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 14 Apr 2007 10:16:53 -0000 stas 2007-04-14 10:16:52 UTC FreeBSD src repository (ports committer) Modified files: contrib/top top.X top.c top.h usr.bin/top machine.c Log: - Add new 'a' switch and runtime option that allows 'top' to display process titles extracted from argv vector instead of the real executable names. This is useful when you want to watch applications that set their status information via setproctitle(3). Approved by: alfred MFC after: 2 weeks Revision Changes Path 1.17 +7 -1 src/contrib/top/top.X 1.20 +16 -5 src/contrib/top/top.c 1.4 +5 -0 src/contrib/top/top.h 1.79 +70 -3 src/usr.bin/top/machine.c