From owner-cvs-src@FreeBSD.ORG Sat Oct 21 09:08:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39C0F16A40F; Sat, 21 Oct 2006 09:08:36 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C4943D5A; Sat, 21 Oct 2006 09:08:35 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9L98ZCS018553; Sat, 21 Oct 2006 09:08:35 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9L98ZWw018552; Sat, 21 Oct 2006 09:08:35 GMT (envelope-from glebius) Message-Id: <200610210908.k9L98ZWw018552@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 21 Oct 2006 09:08:35 +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/usr.bin/vmstat vmstat.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, 21 Oct 2006 09:08:36 -0000 glebius 2006-10-21 09:08:35 UTC FreeBSD src repository Modified files: usr.bin/vmstat vmstat.c Log: Print the number of allocation failures in UMA zones. PR: kern/102940 Revision Changes Path 1.93 +4 -4 src/usr.bin/vmstat/vmstat.c