From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 4 12:27:28 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0105C106564A for ; Thu, 4 Dec 2008 12:27:28 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id CAD3D8FC0A for ; Thu, 4 Dec 2008 12:27:27 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: by wa-out-1112.google.com with SMTP id m34so1968292wag.27 for ; Thu, 04 Dec 2008 04:27:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=N0v6/UVyfqKnDt80H2evXlF/SZDL5wXzykgyObQNAlI=; b=lOlyMlJyWQ+xo+e6UXUeTPDvnQhkDZ1TtNNj+I5c7EuxNotIjyLrAZph0p8qicbXP1 HaKl7tvCiUFQmL93/5FVR0URWifVDirsCnC6Hr5gv5YwIHF8A9djp1hiKoOJVBf+1+4y 1ekz8WZKHLtHwdeWF5PNeRspbtH7FbwTs0QoI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=HcS7FkFToLprsLFU65WTsehFkMPFSZU2Lut1AM6We6oTix7HRUvXGIn3yozIHfSyny WFWOAaKQa7ZhQngtQPCYcV26D5y2zuwAsStSTAT7HhU0fMXPvWi+8G9LGUSLszr76W74 dTgoT8om6o9fT78qT1Una42rCWZIos9U9eOJg= Received: by 10.114.72.1 with SMTP id u1mr8966884waa.39.1228393647401; Thu, 04 Dec 2008 04:27:27 -0800 (PST) Received: by 10.114.76.4 with HTTP; Thu, 4 Dec 2008 04:27:27 -0800 (PST) Message-ID: <671bb5fc0812040427n6ff9a88fy7bf1cdc6382db8db@mail.gmail.com> Date: Thu, 4 Dec 2008 13:27:27 +0100 From: "Alexej Sokolov" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: kernel vm_submap's 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: Thu, 04 Dec 2008 12:27:28 -0000 Hello, Where/How can I get information about vm_submap's in the actual stable kernel: % uname -v FreeBSD 7.0-RELEASE-p5 #0: Tue Oct 7 19:05:20 CEST 2008 And what kind of data is present in these submaps (mallocs, mbufs, DMA-buffer..)? Thanks,