diff options
author | Christopher Faylor <me@cgf.cx> | 2009-07-12 21:26:40 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-07-12 21:26:40 +0000 |
commit | 62fb43a72280b5a4f55fa5b547a887fa51de0c29 (patch) | |
tree | 8330af6866db294e535b255a77edf1c1ea51e115 | |
parent | 4a42a25876662efc1fff97c6668a156ac2e39a8e (diff) | |
download | cygnal-62fb43a72280b5a4f55fa5b547a887fa51de0c29.tar.gz cygnal-62fb43a72280b5a4f55fa5b547a887fa51de0c29.tar.bz2 cygnal-62fb43a72280b5a4f55fa5b547a887fa51de0c29.zip |
* how-spawn-works.txt: Add "out of date" note.
* how-vfork-works.txt: Ditto.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/cygwin/how-spawn-works.txt | 1 | ||||
-rw-r--r-- | winsup/cygwin/how-vfork-works.txt | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d4527e15c..d40a2179b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2009-07-12 Christopher Faylor <me+cygwin@cgf.cx> + * how-spawn-works.txt: Add "out of date" note. + * how-vfork-works.txt: Ditto. + +2009-07-12 Christopher Faylor <me+cygwin@cgf.cx> + * Makefile.in: Don't do anything special with any RCS directories. * ntdll.h (PROCESSINFOCLASS): Remove unneeded trailing comma. diff --git a/winsup/cygwin/how-spawn-works.txt b/winsup/cygwin/how-spawn-works.txt index e4e25eae9..e865ebf3e 100644 --- a/winsup/cygwin/how-spawn-works.txt +++ b/winsup/cygwin/how-spawn-works.txt @@ -1,3 +1,4 @@ +(THIS DESCRIPTION IS OUT-OF-DATE) Spawn.cc in cygwin handles spawn, vfork and exec calls. It does this via a mode parameter that determines its behaviour with respect to the child. diff --git a/winsup/cygwin/how-vfork-works.txt b/winsup/cygwin/how-vfork-works.txt index f249dab61..59fe5f52e 100644 --- a/winsup/cygwin/how-vfork-works.txt +++ b/winsup/cygwin/how-vfork-works.txt @@ -1,4 +1,4 @@ -Copyright 2001 Red Hat Inc., Christopher Faylor +(THIS DESCRIPTION IS OUT-OF-DATE) How does vfork work? |