summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5688af2ff..86b464a1e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+Fri Sep 14 20:43:01 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can
+ be queried in waitsig later.
+ * sigproc.cc (wait_sig): Don't deliver a signal if in a vfork.
+ * fork.cc (vfork): Deliver all signals on parent return from vfork.
+
Fri Sep 14 10:21:00 2001 Corinna Vinschen <corinna@vinschen.de>
* dcrt0.cc (_dll_crt0()): Don't call wincap.init() here.