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