Is there a way to get the filename of an mmap()ed file
in the current process? For example, in Linux I can
open /proc/self/maps and get the filenames right
there. However, if I try to open /proc/getpid()/map on
FBSD, the only mapping info is "vnode" or "default" on
FBSD 4.10-BETA.          
                                                      
                         
Is there any way to convert this info into the
filenames of mapped files?       
                                                      
                         
Or perhaps an alternate method to accomplish this
goal?                         
                                                      
      


                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to