From b8dc053d2b18c279032363d364ca4cb099b8f081 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 30 Oct 2013 10:00:32 +0000 Subject: [PATCH] *** empty log message *** --- winsup/cygwin/release/1.7.26 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/winsup/cygwin/release/1.7.26 b/winsup/cygwin/release/1.7.26 index 6b4f14466..2569cba03 100644 --- a/winsup/cygwin/release/1.7.26 +++ b/winsup/cygwin/release/1.7.26 @@ -36,3 +36,14 @@ Bug fixes: - Fix a handle inheritance bug in raw disk and tape device handling which led to EBADF errors in child processes. +- open("/dev", O_CREAT) accidentally created a /dev file if no /dev + exists at the time. + +- DIR *d = opendir ("foo"); flock (dirfd (d), ...); worked, but did the + wrong thing. + +- Reading from /dev/windows was broken for some time. + +- select'ing on /dev/windows accidentally didn't take the setting of + ioctl (WINDOWS_HWND) into account. +