CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-10-15 08:25:39

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

Log message:
        * fhandler.cc (is_at_eof): Rewrite using NT functions.
        (off_current): New static variable.
        (off_append): Ditto.
        (fhandler_base::raw_write): Use NtWriteFile.  Accommodate O_APPEND here.
        (fhandler_base::write): Drop O_APPEND hack.  Use NT functions.
        (fhandler_base::lseek): Rewrite using NT functions.
        * fhandler_disk_file.cc (fhandler_disk_file::fstatvfs): Add space in
        debug output.
        (fhandler_disk_file::ftruncate): Ditto.
        * ntdll.h (STATUS_DISK_FULL): Define.
        (FILE_USE_FILE_POINTER_POSITION): Define.
        (FILE_WRITE_TO_END_OF_FILE): Define.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.302&r2=1.303
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.251&r2=1.252
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&r1=1.73&r2=1.74
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3938&r2=1.3939

Reply via email to