diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-14 00:49:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-14 00:49:00 +0000 |
commit | e2e078278cc951344fc5c0a976715bd1fe11f2d8 (patch) | |
tree | afd6de5d0a5ee0c2778c384423f7a59fd38ccd44 /winsup/cygwin/ChangeLog | |
parent | 3e2d8af0b9a8df7b9b1230d35f3e838d3efbfb33 (diff) | |
download | newlib-e2e078278cc951344fc5c0a976715bd1fe11f2d8.zip newlib-e2e078278cc951344fc5c0a976715bd1fe11f2d8.tar.gz newlib-e2e078278cc951344fc5c0a976715bd1fe11f2d8.tar.bz2 |
* cygheap.cc (dup_now): New function.
(cygheap_setup_for_child): Accept new argument controlling whether to delay
copying of cygheap to shared memory region.
(cygheap_setup_for_child_cleanup): Accept new arguments controlling whether to
copy cygheap at this point.
* cygheap.h: Reflect above changes.
* fork.cc (fork_parent): Break copying of cygheap into two parts when
fork_fixup is required so that the child can see the parent's changes.
(vfork): Do stack cleanup prior to forcing a fork error.
* spawn.cc (spawn_guts): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8217be6..acb3420 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,16 @@ +Thu Sep 13 20:46:05 2001 Christopher Faylor <cgf@cygnus.com> + + * cygheap.cc (dup_now): New function. + (cygheap_setup_for_child): Accept new argument controlling whether to + delay copying of cygheap to shared memory region. + (cygheap_setup_for_child_cleanup): Accept new arguments controlling + whether to copy cygheap at this point. + * cygheap.h: Reflect above changes. + * fork.cc (fork_parent): Break copying of cygheap into two parts when + fork_fixup is required so that the child can see the parent's changes. + (vfork): Do stack cleanup prior to forcing a fork error. + * spawn.cc (spawn_guts): Ditto. + Thu Sep 13 17:14:59 2001 Christopher Faylor <cgf@cygnus.com> * cygheap.cc (ccalloc): Pass correct length to creturn so that |