diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-14 16:57:32 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-14 16:57:32 +0000 |
commit | 772944d3a515ddf53c6712446ccf46507e770407 (patch) | |
tree | 3fdbcf65abeccff429dde13593cc606954ebd8b6 | |
parent | 64a2f70b43c96d8e3d18fcb6b8064a1761905046 (diff) | |
download | cygnal-772944d3a515ddf53c6712446ccf46507e770407.tar.gz cygnal-772944d3a515ddf53c6712446ccf46507e770407.tar.bz2 cygnal-772944d3a515ddf53c6712446ccf46507e770407.zip |
add copyrights.
-rw-r--r-- | winsup/cygwin/how-cygheap-works.txt | 2 | ||||
-rw-r--r-- | winsup/cygwin/how-signals-work.txt | 2 | ||||
-rw-r--r-- | winsup/cygwin/how-vfork-works.txt | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/how-cygheap-works.txt b/winsup/cygwin/how-cygheap-works.txt index 49542871c..ab4131d2b 100644 --- a/winsup/cygwin/how-cygheap-works.txt +++ b/winsup/cygwin/how-cygheap-works.txt @@ -1,4 +1,4 @@ -Copyright 2001 Christopher Faylor +Copyright 2001 Red Hat Inc., Christopher Faylor Cygwin has recently adopted something called the "cygwin heap". This is an internal heap that is inherited by forked/execed children. It diff --git a/winsup/cygwin/how-signals-work.txt b/winsup/cygwin/how-signals-work.txt index cf4915494..aaaea448a 100644 --- a/winsup/cygwin/how-signals-work.txt +++ b/winsup/cygwin/how-signals-work.txt @@ -1,3 +1,5 @@ +Copyright 2001 Red Hat Inc., Christopher Faylor + [This is not yet complete. -cgf] How do signals work? diff --git a/winsup/cygwin/how-vfork-works.txt b/winsup/cygwin/how-vfork-works.txt index 888f4f6b5..c45228cad 100644 --- a/winsup/cygwin/how-vfork-works.txt +++ b/winsup/cygwin/how-vfork-works.txt @@ -1,3 +1,5 @@ +Copyright 2001 Red Hat Inc., Christopher Faylor + How does vfork work? When a program calls vfork, cygwin attempts to short circuit its |