CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2013-04-24 10:16:13

Modified files:
        winsup/cygwin  : ChangeLog autoload.cc environ.cc globals.cc 
                         mount.cc mount.h path.cc path.h security.h 
                         syscalls.cc winsup.h 

Log message:
        * autoload.cc (CreateSymbolicLink): Define.
        * environ.cc (set_winsymlinks): Set allow_winsymlinks.
        (parse_thing): Change "winsymlinks" to set by function.
        * globals.cc (enum winsym_t): Define.
        (allow_winsymlinks): Define as winsym_t.
        (ro_u_afs): New R/O Unicode string.
        * mount.cc (fs_info::update): Fix comment.  Handle AFS.
        (fs_names): Add "afs".
        * mount.h (enum fs_info_type): Add afs.
        (class fs_info): Implement afs.
        * path.cc (symlink): Drop third parameter in call to symlink_worker.
        (symlink_nfs): New function.
        (symlink_native): New function.
        (symlink_worker): Drop third argument.  Handle native symlink type by
        calling symlink_native.  Move code to handle NFS to symlink_nfs.  Fix
        formatting.  Slightly restructure code.
        * path.h (class path_conv): Add fs_is_afs method.
        (symlink_worker): Declare here.
        * security.h: Define privilege constants as unsigned int instead of as
        unsigned long.
        * syscalls.cc (mknod_worker): Set third parameter in symlink_worker
        call to WSYM_lnk.
        * winsup.h (symlink_worker): Drop declaration here.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6098&r2=1.6099
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.214&r2=1.215
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/environ.cc.diff?cvsroot=src&r1=1.203&r2=1.204
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/globals.cc.diff?cvsroot=src&r1=1.47&r2=1.48
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mount.cc.diff?cvsroot=src&r1=1.99&r2=1.100
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mount.h.diff?cvsroot=src&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.674&r2=1.675
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.h.diff?cvsroot=src&r1=1.177&r2=1.178
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.h.diff?cvsroot=src&r1=1.123&r2=1.124
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.645&r2=1.646
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winsup.h.diff?cvsroot=src&r1=1.252&r2=1.253

Reply via email to