From owner-cvs-src-old@FreeBSD.ORG Fri May 15 18:25:52 2009 Return-Path: <owner-cvs-src-old@FreeBSD.ORG> Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8E92106564A for <cvs-src-old@freebsd.org>; Fri, 15 May 2009 18:25:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC5048FC1D for <cvs-src-old@freebsd.org>; Fri, 15 May 2009 18:25:52 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4FIPqwU052159 for <cvs-src-old@freebsd.org>; Fri, 15 May 2009 18:25:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4FIPq9a052158 for cvs-src-old@freebsd.org; Fri, 15 May 2009 18:25:52 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200905151825.n4FIPq9a052158@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin <jhb@FreeBSD.org> Date: Fri, 15 May 2009 18:25:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libmemstat memstat_malloc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree <cvs-src-old.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src-old>, <mailto:cvs-src-old-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/cvs-src-old> List-Post: <mailto:cvs-src-old@freebsd.org> List-Help: <mailto:cvs-src-old-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src-old>, <mailto:cvs-src-old-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 15 May 2009 18:25:53 -0000 jhb 2009-05-15 18:25:44 UTC FreeBSD src repository Modified files: lib/libmemstat memstat_malloc.c Log: SVN rev 192148 on 2009-05-15 18:25:44Z by jhb Update the KVM backend for malloc stats to catch up to the internal structure BI change from the addition of DTrace malloc(9) probes. Submitted by: Ben Kelly ben of wanderview dot com Revision Changes Path 1.8 +5 -6 src/lib/libmemstat/memstat_malloc.c