src/winsup/cygwin ChangeLog.64bit fhandler.cc

2013-04-12 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2013-04-12 17:17:00

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

Log message:
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Fix typo in
debug_printf.
(fhandler_base_overlapped::raw_read): Handle size difference between
DWORD and {s}size_t platform-independently.
(fhandler_base_overlapped::raw_write): Ditto.  Fix typo in comment.

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.163&r2=1.1.2.164
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.11&r2=1.428.2.12



src/winsup/cygwin ChangeLog.64bit fhandler.cc

2013-03-11 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2013-03-11 16:30:44

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

Log message:
* fhandler.cc (fhandler_base::raw_read): Replace accidentally left in
Win32 error codes with equivalent status codes.

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.123&r2=1.1.2.124
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.9&r2=1.428.2.10



src/winsup/cygwin ChangeLog.64bit fhandler.cc ...

2013-02-18 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  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



src/winsup/cygwin ChangeLog.64bit fhandler.cc ...

2012-11-16 Thread corinna
CVSROOT:/cvs/src
Module name:src
Branch: cygwin-64bit-branch
Changes by: cori...@sourceware.org  2012-11-16 09:41:13

Modified files:
winsup/cygwin  : ChangeLog.64bit fhandler.cc fhandler.h 
 fhandler_disk_file.cc fhandler_socket.cc 
 fhandler_virtual.cc resource.cc sched.cc 
 sec_acl.cc security.h 
winsup/cygwin/include/cygwin: acl.h 

Log message:
* include/cygwin/acl.h (struct __acl32): Drop.  Use struct acl or
aclent_t throughout instead.
* sec_acl.cc (aclcheck32): Mark currently unused variables as unused.
(lacl32): Disable on x86_64.
(acl): Alias to acl32 on x86_64.
(facl): Alias to facl32 on x86_64.
(aclcheck): Alias to aclcheck32 on x86_64.
(aclsort): Alias to aclsort32 on x86_64.
(acltomode): Alias to acltomode32 on x86_64.
(aclfrommode): Alias to aclfrommode32 on x86_64.
(acltopbits): Alias to acltopbits32 on x86_64.
(aclfrompbits): Alias to aclfrompbits32 on x86_64.
(acltotext): Alias to acltotext32 on x86_64.
(aclfromtext): Alias to aclfromtext32 on x86_64.
* resource.cc (getrlimit): Use correct cast to rlim_t rather than DWORD.
* sched.cc (sched_setparam): Drop ThreadPriority and all code setting
it.

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.38&r2=1.1.2.39
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.4&r2=1.428.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.473.2.6&r2=1.473.2.7
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.3&r2=1.379.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.291.2.6&r2=1.291.2.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_virtual.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.58.2.1&r2=1.58.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/resource.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.35&r2=1.35.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sched.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.21&r2=1.21.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sec_acl.cc.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.72.2.2&r2=1.72.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.120.2.1&r2=1.120.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/acl.h.diff?cvsroot=src&only_with_tag=cygwin-64bit-branch&r1=1.7.6.1&r2=1.7.6.2