]> sourceware.org Git - newlib-cygwin.git/commit
* cygtls.cc (_cygtls::remove): Eliminate compiler warning.
authorChristopher Faylor <me@cgf.cx>
Fri, 13 May 2005 03:21:39 +0000 (03:21 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 13 May 2005 03:21:39 +0000 (03:21 +0000)
commit66582dd6e7e63a2c179357e61fe2ccd53c83b02b
tree835a3aa965c077db8abf82eb3f2978bbfcc8e7d6
parentcf55bf5ee88f0c91a9663d92dba3497c99c8d6fd
* cygtls.cc (_cygtls::remove): Eliminate compiler warning.
* dir.cc (mkdir): Check path for writability.
(rmdir): Ditto.  Remove check for special directories.
* path.cc (path_conv::check): Set PATH_RO for virtual devices.  Set error if
read-only and asked for writability.
* path.h (pathconv_arg): Add PC_WRITABLE.
(path_types): Add PATH_RO.
(path_conv::isro): Add (currently unused) check for read-only filesystem.
Return "ENOSHARE" when we know a share doesn't exist.
* include/sys/mount.h: Add MOUNT_RO flag.
* autoload.cc (WNetGetResourceInformationA): Import.
* fhandler_netdrive.cc (fhandler_netdrive::exists): Detect actual existence of
remote system rather than always assuming that it exists.
winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc
winsup/cygwin/cygtls.cc
winsup/cygwin/dir.cc
winsup/cygwin/fhandler_netdrive.cc
winsup/cygwin/include/sys/mount.h
winsup/cygwin/path.cc
winsup/cygwin/path.h
This page took 0.029714 seconds and 5 git commands to generate.