diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-10-30 10:00:32 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-10-30 10:00:32 +0000 |
commit | b8dc053d2b18c279032363d364ca4cb099b8f081 (patch) | |
tree | e12a5966a420f186e4b3c8e84b3ac7329b535b03 /winsup | |
parent | 751bbaf96ae7ee249d7f5cb243b1239779ca0530 (diff) | |
download | cygnal-b8dc053d2b18c279032363d364ca4cb099b8f081.tar.gz cygnal-b8dc053d2b18c279032363d364ca4cb099b8f081.tar.bz2 cygnal-b8dc053d2b18c279032363d364ca4cb099b8f081.zip |
*** empty log message ***
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/release/1.7.26 | 11 |
1 files changed, 11 insertions, 0 deletions
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. + |