CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2012-03-27 18:30:29

Modified files:
        winsup/cygwin  : ChangeLog fhandler_process.cc 
        winsup/doc     : ChangeLog new-features.sgml 

Log message:
        * fhandler_process.cc (process_tab): Add entry for mountinfo.
        (format_process_mountstuff): New function, derived from
        format_process_mounts.  Only open another user's user_info shared
        memory area if the process is owned by another user.  Actually
        access the opened shared user_info to get the right mount table.
        For other users, don't print remote cygdrive mount points.  Print
        mountinfo or mounts output depending on the bool mountinfo argument.
        (format_process_mounts): Just call format_process_mountstuff with
        mountinfo set to false.
        (format_process_mountinfo): Ditto with mountinfo set to true.
        
        * new-features.sgml (ov-new1.7.11): Add mountinfo.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5768&r2=1.5769
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_process.cc.diff?cvsroot=src&r1=1.118&r2=1.119
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.387&r2=1.388
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/new-features.sgml.diff?cvsroot=src&r1=1.104&r2=1.105

Reply via email to