CVSROOT:        /cvs/src
Module name:    src
Branch:         cygwin-64bit-branch
Changes by:     [email protected]  2013-02-18 11:38:27

Modified files:
        winsup/cygwin  : ChangeLog.64bit fhandler.cc 
                         fhandler_disk_file.cc 

Log message:
        * fhandler.cc (fhandler_base::raw_read): Rearrange code to use
        NtReadFile and to fix problem using pointer to wrongly sized variable
        on x86_64.
        (fhandler_base::read): Drop redundant code.
        * fhandler_disk_file.cc (fhandler_disk_file::pread): Fix function
        to not read the information twice.  Handle STATUS_END_OF_FILE.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.64bit.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.1.2.101&r2=1.1.2.102
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.428.2.8&r2=1.428.2.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.379.2.8&r2=1.379.2.9

Reply via email to