summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorPierre Humblet <phumblet@phumblet.no-ip.org>2005-05-09 02:39:34 +0000
committerPierre Humblet <phumblet@phumblet.no-ip.org>2005-05-09 02:39:34 +0000
commitadef8db0ae5ed1eb6f8edb88b2685ea6316ea35f (patch)
tree0f8051216bf246b6b091c948b3ad3e0042ba0712 /winsup/cygwin/ChangeLog
parentf991d0e53ebed74e93a7d0ff4c878ed0f37f2742 (diff)
downloadcygnal-adef8db0ae5ed1eb6f8edb88b2685ea6316ea35f.tar.gz
cygnal-adef8db0ae5ed1eb6f8edb88b2685ea6316ea35f.tar.bz2
cygnal-adef8db0ae5ed1eb6f8edb88b2685ea6316ea35f.zip
2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>
* fhandler.h (class fhandler_netdrive): New class. * fhandler_netdrive.cc (fhandler_netdrive::fhandler_netdrive): New constructor. (fhandler_netdrive::exists): New method. (fhandler_netdrive::fstat): Ditto. (fhandler_netdrive::readdir): Ditto. (fhandler_netdrive::open): Ditto. * dtable.cc (build_fh_pc): Handle case FH_NETDRIVE. * path.cc (isvirtual_dev): Add FH_NETDRIVE. (mount_info::conv_to_win32_path): Detect netdrive device and bypass mount search for network paths.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 510d450d5..1d45551a8 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,16 @@
+2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>
+
+ * fhandler.h (class fhandler_netdrive): New class.
+ * fhandler_netdrive.cc (fhandler_netdrive::fhandler_netdrive): New constructor.
+ (fhandler_netdrive::exists): New method.
+ (fhandler_netdrive::fstat): Ditto.
+ (fhandler_netdrive::readdir): Ditto.
+ (fhandler_netdrive::open): Ditto.
+ * dtable.cc (build_fh_pc): Handle case FH_NETDRIVE.
+ * path.cc (isvirtual_dev): Add FH_NETDRIVE.
+ (mount_info::conv_to_win32_path): Detect netdrive device and bypass mount
+ search for network paths.
+
2005-05-08 Christopher Faylor <cgf@timesys.com>
* dcrt0.cc (get_cygwin_startup_info): New function pulled from
@@ -50,6 +63,7 @@
* fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.
+
2005-05-01 Christopher Faylor <cgf@timesys.com>
* fhandler_tty.cc (fhandler_tty_slave::read): Actually read input when