aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/how-spawn-works.txt1
-rw-r--r--winsup/cygwin/how-vfork-works.txt2
3 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index d4527e1..d40a217 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 e4e25ea..e865ebf 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 f249dab..59fe5f5 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?