From owner-freebsd-hackers@FreeBSD.ORG Sun Nov 6 16:33:33 2011 Return-Path: Delivered-To: hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02328106566B; Sun, 6 Nov 2011 16:33:33 +0000 (UTC) (envelope-from ahuete.devel@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id A56798FC08; Sun, 6 Nov 2011 16:33:32 +0000 (UTC) Received: by qyk9 with SMTP id 9so3438205qyk.13 for ; Sun, 06 Nov 2011 08:33:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=M9G1cVZEwze3MYfK8GaYTK8HwigQJUwX7oH6V/n3U/Q=; b=eS5Ie39AYvs4c0AysJLvdMoL0oUkCWsxmoGZhdhT6LxkwXBLTeWydQZzyObDAaJbWT 6duAUhoM+e9XTuD0JOGCun3ZwfUrwtgYbm4azLs3p+VQ78eHv8LYKI+87cSqwlyENA+0 uCDVuJuEZwoFMDABf6dPznjG0o6HfT3DHCh9Y= MIME-Version: 1.0 Received: by 10.229.217.9 with SMTP id hk9mr2682908qcb.175.1320595830294; Sun, 06 Nov 2011 08:10:30 -0800 (PST) Received: by 10.229.21.6 with HTTP; Sun, 6 Nov 2011 08:10:30 -0800 (PST) Date: Sun, 6 Nov 2011 17:10:30 +0100 Message-ID: From: Antonio Huete Jimenez To: andre@freebsd.org X-Mailman-Approved-At: Sun, 06 Nov 2011 17:08:39 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: hackers@FreeBSD.org Subject: vmstat(8) changes X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2011 16:33:33 -0000 Hi, After change in: http://svnweb.freebsd.org/base/head/usr.bin/vmstat/vmstat.c?r1=151417&r2=151416&pathrev=151417 I see that X_BOOTTIME is still kept in the namelist in vmstat.c, and I would like to know if there's any reason for that. Cheers, Antonio Huete