CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2013-10-31 14:26:42

Modified files:
        winsup/cygwin  : ChangeLog devices.cc devices.in fhandler.cc 
                         fhandler.h fhandler_dev.cc 
                         fhandler_disk_file.cc fhandler_netdrive.cc 
                         fhandler_registry.cc fhandler_virtual.cc 
                         globals.cc path.h 

Log message:
        * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.
        (dev_storage): Ditto for /dev.
        * devices.cc: Regenerate.
        * fhandler.cc (fhandler_base::open_null): New method to open a fake
        \Device\Null handler.
        (fhandler_base::open): Fix formatting.  Change O_ACCMODE test to a
        switch statement.  Simplify a test which still tested for a now unused
        create_disposition.
        * fhandler.h (fhandler_base::open_null): Declare.
        (fhandler_netdrive::close): Declare.
        * fhandler_dev.cc (fhandler_dev::open): Open fake \Device\Null handle
        by just calling new open_null method.
        * fhandler_disk_file.cc (fhandler_cygdrive::open): Ditto.
        * fhandler_netdrive.cc (fhandler_netdrive::open): Call open_null
        rather than setting nohandle.
        (fhandler_netdrive::close): New method.
        * fhandler_registry.cc (fetch_hkey): Fix token in RegOpenUserClassesRoot
        call.  Create valid key for HKEY_CURRENT_CONFIG by mapping to real key
        HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardware Profiles\Current.
        (fhandler_registry::open): Set nohandle only when using pseudo registry
        handle.
        * fhandler_virtual.cc (fhandler_virtual::opendir): Call open rather
        than just setting nohandle here.
        * fhandler_virtual::fstatvfs): Set ST_RDONLY fs flag.
        * globals.cc (ro_u_null): New readonly UNICODE_STRING for \Device\Null.
        * path.h (path_conv::set_path): Revert previous change caring for
        wide_path.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6247&r2=1.6248
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.cc.diff?cvsroot=src&r1=1.55&r2=1.56
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/devices.in.diff?cvsroot=src&r1=1.46&r2=1.47
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.439&r2=1.440
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.490&r2=1.491
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_dev.cc.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.392&r2=1.393
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_netdrive.cc.diff?cvsroot=src&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_registry.cc.diff?cvsroot=src&r1=1.79&r2=1.80
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_virtual.cc.diff?cvsroot=src&r1=1.61&r2=1.62
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/globals.cc.diff?cvsroot=src&r1=1.53&r2=1.54
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.h.diff?cvsroot=src&r1=1.180&r2=1.181

Reply via email to