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/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3a72e7d21..480074b28 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2006-03-14 Christopher Faylor <cgf@timesys.com>
+ * child_info.h (child_info_fork::fork_retry): Declare new function.
+ * dcrt0.cc (child_info_fork::fork_retry): Define new function.
+ * fork.cc (frok::parent): Move retry decision into
+ child_info_fork::fork_retry and honor what it tells us to do.
+ * sigproc.cc (sig_send): Unhold signals on __SIGEXIT.
+
+2006-03-14 Christopher Faylor <cgf@timesys.com>
+
* fork.cc (frok::parent): Improve error message.
2006-03-14 Christopher Faylor <cgf@timesys.com>