From owner-svn-src-all@FreeBSD.ORG Wed Aug 26 18:54:40 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF04F106568C; Wed, 26 Aug 2009 18:54:40 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id A91498FC2C; Wed, 26 Aug 2009 18:54:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 333EB9CB0D3; Wed, 26 Aug 2009 20:51:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 318CrAUP28tY; Wed, 26 Aug 2009 20:51:53 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 104679CB0EC; Wed, 26 Aug 2009 20:51:53 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n7QIpr5h043137; Wed, 26 Aug 2009 20:51:53 +0200 (CEST) (envelope-from rdivacky) Date: Wed, 26 Aug 2009 20:51:53 +0200 From: Roman Divacky Message-ID: <20090826185153.GA39075@freebsd.org> References: <200908191517.n7JFHDFr057881@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200908191517.n7JFHDFr057881@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r196382 - head/contrib/top X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2009 18:54:41 -0000 On Wed, Aug 19, 2009 at 03:17:13PM +0000, John Baldwin wrote: > Author: jhb > Date: Wed Aug 19 15:17:13 2009 > New Revision: 196382 > URL: http://svn.freebsd.org/changeset/base/196382 > > Log: > Explicitly line up the CPU state labels with the calculated starting column > that takes into account the width of the largest CPU ID. On systems with > > 10 CPUs the labels for the first 10 CPUs were not lined up properly > otherwise. what happened to the import of newer top?