CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-02-15 15:26:00

Modified files:
        winsup/cygwin  : ChangeLog devices.cc devices.in globals.cc 
                         path.cc spawn.cc 

Log message:
        * devices.in: Throughout use slashes instead of backslashes in the
        native path of devices not backed by native NT devices.
        * devices.cc: Regenerate.
        * globals.cc (ro_u_pmem): Use correct case.
        (ro_u_globalroot): New R/O unicode string.
        * path.cc (path_conv::check): Fix incorrect handling of /proc/sys
        block devices if they are just visited due to a component check.
        (symlink_info::posixify): Fix typo in comment.
        (cygwin_conv_path): Use ro_u_globalroot instead of string constant.
        (fast_cwd_version): New shared variable to store FAST_CWD version
        used on the system.
        (find_fast_cwd_pointer): Rename from find_fast_cwd_pointers.  Don't
        set global fast_cwd_ptr pointer here.  Return pointer value instead.
        (find_fast_cwd): New function to set fast_cwd_ptr and fast_cwd_version.
        (cwdstuff::override_win32_cwd): Call find_fast_cwd from here.
        Check for fast_cwd_version to differ between old and new FAST_CWD
        structure.  Check old_cwd for NULL to avoid SEGV.  Don't set CWD if
        we have neitehr a valid fast_cwd_ptr, nor a valid CWD handle in the
        process parameter block.
        (cwdstuff::set): Create Win32 path taking /proc/sys paths into account.
        * spawn.cc (spawn_guts): Recode creating runpath.  Also take /proc/sys
        paths into account.  Drop special CWD handling when starting non-Cygwin
        processes.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5164&r2=1.5165
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.cc.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.in.diff?cvsroot=src&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/globals.cc.diff?cvsroot=src&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.624&r2=1.625
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/spawn.cc.diff?cvsroot=src&r1=1.299&r2=1.300

Reply via email to