libc/winsup
Corinna Vinschen 796e3b20bc * newlib/libc/include/sys/unistd.h: Add prototypes for
fchmod, fchown, lchown.
        * winsup/cygwin/syscalls.cc (chown_worker): Use previous
        uid/gid if new uid/gid is -1.
        New static function with chown functionality.
        (chown): Call chown_worker with SYMLINK_FOLLOW.
        (fchown): New function. Call chown_worker with SYMLINK_FOLLOW.
        (lchown): New function. Call chown_worker with SYMLINK_IGNORE.
        * cygwin.din: Add symbols for fchown, lchown.
        * path.cc (symlink): Call `set_file_attribute()' and
        `SetFileAttributeA()' instead of `chmod()' to set
        uid/gid correct.
2000-04-02 20:42:42 +00:00
..
cygwin * newlib/libc/include/sys/unistd.h: Add prototypes for 2000-04-02 20:42:42 +00:00
doc * MAINTAINERS: Add Ron Parker as maintainer of cinstall stuff. 2000-03-31 04:46:47 +00:00
mingw 2000-03-30 Mumit Khan <khan@xraylith.wisc.edu> 2000-03-31 04:43:46 +00:00
testsuite import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
utils Patch suggested by Mumit Khan <khan@xraylith.wisc.edu>: 2000-03-19 03:53:18 +00:00
w32api * include/wininet.h: Add three more "INTERNET_OPTIONS". 2000-04-02 01:52:38 +00:00
CYGWIN_LICENSE import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog * MAINTAINERS: Add Ron Parker as maintainer of cinstall stuff. 2000-03-31 04:46:47 +00:00
MAINTAINERS * MAINTAINERS: Add Ron Parker as maintainer of cinstall stuff. 2000-03-31 04:46:47 +00:00
Makefile.common import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
Makefile.in import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
configure import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
configure.in import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00