From owner-svn-src-user@FreeBSD.ORG Wed Oct 15 15:43:19 2008 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51A6D1065692; Wed, 15 Oct 2008 15:43:19 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id E7FA08FC08; Wed, 15 Oct 2008 15:43:18 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m9FFgnk1035228; Wed, 15 Oct 2008 11:42:49 -0400 (EDT) (envelope-from john@baldwin.cx) From: John Baldwin To: Edwin Groothuis Date: Wed, 15 Oct 2008 10:54:58 -0400 User-Agent: KMail/1.9.7 References: <200810142351.m9ENpUJ4019023@svn.freebsd.org> In-Reply-To: <200810142351.m9ENpUJ4019023@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810151054.59231.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Wed, 15 Oct 2008 11:42:49 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.1/8430/Wed Oct 15 08:57:56 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: Re: svn commit: r183899 - user/edwin/top/top-3.8b1/usr.bin/top X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2008 15:43:19 -0000 On Tuesday 14 October 2008 07:51:30 pm Edwin Groothuis wrote: > Author: edwin > Date: Tue Oct 14 23:51:30 2008 > New Revision: 183899 > URL: http://svn.freebsd.org/changeset/base/183899 > > Log: > Display the original command between ()'s just like the old top did > when the command and the first argument of the command-line-arguments > don't match. > > According to include/sys/user.h, PS_INMEM is obsoleted in favour > of P_INMEM, not the other way around. This change is not quite correct. You should use P_INMEM for <= 4 and >= 7, and PS_INMEM for >= 5 and <= 6. -- John Baldwin