Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8a2912a2c..83cf11c8a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,15 @@
+2009-08-10 Corinna Vinschen <corinna@vinschen.de>
+
+ * dtable.cc (DEV_SOCKET): New static WCHAR string. Name of
+ the native NT socket device.
+ (dtable::init_std_file_from_handle): Remove unused tmp_pathbuf
+ variable. Move check for sockets into FILE_TYPE_PIPE clause.
+ Rely on handle_to_fn having recognized socket, or check if
+ getsockopt works to accommodate NT4 shortcoming.
+ (handle_to_fn): Use tmp_pathbuf for OBJECT_NAME_INFORMATION
+ buffer and simplify code due to that. Check name returned by
+ NtQueryObject for socket device.
+
2009-08-10 Christopher Faylor <me+cygwin@cgf.cx>
* fhandler_console.cc (create_invisible_console_workaround): Fix size