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/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 136508f22..52d169477 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,15 @@
+2005-11-14 Christopher Faylor <cgf@timesys.com>
+
+ * fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.
+ (fhandler_console::fixup_after_fork): Use fixup_after_fork_exec.
+ (fhandler_console::fixup_after_exec): Ditto.
+ * fhandler_console.cc (fhandler_console::fixup_after_fork): Delete definition.
+ (fhandler_console::fixup_after_fork_exec): Rename from fixup_after_exec.
+ * pinfo.cc (_pinfo::set_ctty): Don't play with console count here.
+ * syscalls.cc (close_all_files): Don't close cygheap ctty if hExeced
+ since the child will be copying information from us.
+ (setsid): Use myctty() rather than raw ctty #.
+
2005-11-13 Christopher Faylor <cgf@timesys.com>
* cygheap.h (init_cygheap::manage_console_count): Declare new function.