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:
authorChristopher Faylor <me@cgf.cx>2012-09-14 07:32:52 +0400
committerChristopher Faylor <me@cgf.cx>2012-09-14 07:32:52 +0400
commit25e5803d3540269d30cdde5cc5301d6f5e8c8821 (patch)
tree56316878522a69fef20617ea3da3b5a5c1deb26d /winsup/cygwin/release
parentaf32eb5e28bee21780150617740a5d15abf6cf8b (diff)
* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.
* spawn.cc (child_info_spawn::worker): Avoid calling close_all_files() twice.
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.174
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.17 b/winsup/cygwin/release/1.7.17
index 90df145be..ce2f2a0aa 100644
--- a/winsup/cygwin/release/1.7.17
+++ b/winsup/cygwin/release/1.7.17
@@ -24,3 +24,7 @@ Bug fixes:
- Prefer to call WSARecvMsg from recvmsg if possible.
Fixes: http://cygwin.com/ml/cygwin/2012-07/msg00662.html
+
+- Correct hang typified by running "procps" after Cygwin has started a
+ Windows process.
+ Fixes: http://cygwin.com/ml/cygwin/2012-05/threads.html#00349