CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2005-04-12 14:26:31

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

Log message:
        * autoload.cc (NtQueryVolumeInformationFile): Add.
        * fhandler.cc (fhandler_base::raw_write): Don't touch has_changed flag.
        * fhandler.h (enum change_state): Remove.
        (fhandler_base::status): Revert has_changed to a simple bit.
        (fhandler_base::fstat_helper): Add nAllocSize parameter.  Rename
        ftCreationTime to ftChangeTime.
        * fhandler_disk_file.cc:
        Call fstat_helper with additional
        allocation size throughout.
        (fhandler_base::fstat_by_handle): Use NT native functions to get
        full file information on NT.  Call fstat_helper with LastWriteTime
        as ctime, if ChangeTime is not available.
        (fhandler_base::fstat_by_name): Call fstat_helper with LastWriteTime
        as ctime.
        (fhandler_base::fstat_helper): Add comment. Drop special FAT
        handling since it's useless. Use nAllocSize for st_blocks if available.
        (fhandler_disk_file::touch_ctime): Only touch LastWriteTime.
        (fhandler_disk_file::fchmod): Set has_changed on 9x only.
        (fhandler_disk_file::fchown): Don't set has_changed.
        (fhandler_disk_file::facl): Ditto.
        (fhandler_disk_file::ftruncate): Ditto.
        (fhandler_disk_file::link): Set has_changed on 9x only and on original
        file only.
        (fhandler_base::open_fs): Don't set has_changed in O_TRUNC case.
        * ntdll.h (FILE_BASIC_INFORMATION): Define.
        (FILE_STANDARD_INFORMATION): Define.
        (FILE_INTERNAL_INFORMATION): Define.
        (FILE_EA_INFORMATION): Define.
        (FILE_ACCESS_INFORMATION): Define.
        (FILE_POSITION_INFORMATION): Define.
        (FILE_MODE_INFORMATION): Define.
        (FILE_ALIGNMENT_INFORMATION): Define.
        (FILE_NAME_INFORMATION): Don't define with arbitrary FileName size.
        (FILE_ALL_INFORMATION): Define.
        (FILE_INFORMATION_CLASS): Add FileAllInformation.
        (FILE_FS_VOLUME_INFORMATION): Define.
        (FS_INFORMATION_CLASS): Define.
        (NtQueryVolumeInformationFile): Define.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2833&r2=1.2834
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.98&r2=1.99
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.227&r2=1.228
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.236&r2=1.237
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.113&r2=1.114
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&r1=1.26&r2=1.27

Reply via email to