CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2005-02-20 13:28:23

Modified files:
        winsup/cygwin  : ChangeLog autoload.cc fhandler.cc fhandler.h 
                         syscalls.cc wincap.cc wincap.h 

Log message:
        * autoload.cc (FindFirstVolumeA): Add.
        (FindNextVolumeA): Add.
        (FindVolumeClose): Add.
        (GetVolumePathNamesForVolumeNameA): Add.
        * fhandler.h (class fhandler_base): Declare new method fsync.
        * fhandler.cc (fhandler_base::fsync): New method.
        * syscalls.cc (fsync): Move functionality into fhandler method fsync.
        Just call this method from here.
        (sync_worker): New static function.
        (sync): Fill with life for NT systems.
        * wincap.h (wincaps::has_guid_volumes): New element.
        * wincap.cc: Implement above element throughout.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2720&r2=1.2721
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.91&r2=1.92
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.222&r2=1.223
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.224&r2=1.225
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.362&r2=1.363
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wincap.cc.diff?cvsroot=src&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/wincap.h.diff?cvsroot=src&r1=1.26&r2=1.27

Reply via email to