From owner-cvs-all@FreeBSD.ORG Mon Sep 29 13:53:22 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 448AE16A4B3; Mon, 29 Sep 2003 13:53:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B876A4402B; Mon, 29 Sep 2003 13:53:21 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8TKrLXJ003847; Mon, 29 Sep 2003 13:53:21 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8TKrKoP003846; Mon, 29 Sep 2003 13:53:20 -0700 (PDT) (envelope-from rwatson) Message-Id: <200309292053.h8TKrKoP003846@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Sep 2003 13:53:19 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/procfs procfs_map.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 20:53:22 -0000 rwatson 2003/09/29 13:53:19 PDT FreeBSD src repository Modified files: sys/fs/procfs procfs_map.c Log: Add a new column to the procfs map to hold the name of the mapped file for vnode mappings. Note that this uses vn_fullpath() and may be somewhat unreliable, although not too unreliable for shared libraries. For non-vnode mappings, just print "-" for the field. Obtained from: TrustedBSD Projects Sponsored by: DARPA, AFRL, Network Associates Laboratories Revision Changes Path 1.33 +16 -2 src/sys/fs/procfs/procfs_map.c