newlib/winsup
Christopher Faylor 762520f3bc * path.h (PATH_LNK): New enum val.
(path_conv::is_lnk_symlink): New function.  True if path represents .lnk style
symlink.
* path.cc (check_shortcut): Set PATH_LNK in pflags when appropriate.
(symlink_info::check): Ditto.  Remove PATH_LNK from pflags initially.
* syscalls.cc (unlink): Always remove readonly attribute from a symlink
regardless of type.
(link): (from Corinna Vinschen) Allow links to symlinks.  Reset attributes on a
symlink after successful link creation.
(chmod): Use is_lnk_symlink where appropriate.
(rename): Ditto.
* tty.cc (create_tty_master): Call GetComputerName instead of
cygwin_gethostname.  Set ut_id.
* syscalls.cc (login): Call endutent.
(setutent): Do not seek after a fresh open.
2003-03-08 03:36:39 +00:00
..
bz2lib
cygserver
cygwin * path.h (PATH_LNK): New enum val. 2003-03-08 03:36:39 +00:00
doc
mingw
subauth
testsuite * winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01 2003-03-07 15:59:58 +00:00
utils
w32api 2003-03-06 Christopher January <chris@atomice.net> 2003-03-07 00:51:19 +00:00
ChangeLog
configure
configure.in
CYGWIN_LICENSE
Makefile.common
Makefile.in