CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2010-10-07 14:03:26

Modified files:
        winsup/cygwin  : ChangeLog fhandler.h fhandler_disk_file.cc 
                         ntdll.h path.cc path.h 

Log message:
        * fhandler.h (fhandler_base::get_stat_access): Delete.
        * fhandler_disk_file.cc (fhandler_base::fstat_helper): Always check
        executable suffix to get x-bits for .exe files also in notexec case.
        Always reopen file when checking for file header.
        * ntdll.h (wait_pending): Delete.
        * path.cc (symlink_info::check_shortcut): Drop call to wait_pending
        since file is always opened for sync IO.
        (symlink_info::check_sysfile): Ditto.
        (MIN_STAT_ACCESS): Remove.
        (FULL_STAT_ACCESS): Remove.
        (symlink_info::check): Drop access flag.  Revert to open file with
        just read attributes access.  Reorder symlink check to check for
        reparse points first.  Don't check reparse points for anything else,
        even on remote drives.  Open file for GENERIC_READ when trying to
        read shortcuts or system-bit symlinks. Accommodate dropped access
        flag in call to path_conv_handle::set.
        * path.h (class path_conv_handle): Drop access flag and accommodate
        all related methods.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5075&r2=1.5076
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.406&r2=1.407
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.344&r2=1.345
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&r1=1.104&r2=1.105
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.615&r2=1.616
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.h.diff?cvsroot=src&r1=1.151&r2=1.152

Reply via email to