cvs commit: src/sys/fs/procfs procfs_map.c
    Robert Watson 
    rwatson at FreeBSD.org
       
    Mon Sep 29 13:53:22 PDT 2003
    
    
  
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
    
    
More information about the cvs-all
mailing list