Date: Mon, 29 Sep 2003 13:53:19 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs_map.c Message-ID: <200309292053.h8TKrKoP003846@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309292053.h8TKrKoP003846>