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:
authorCorinna Vinschen <corinna@vinschen.de>2019-02-02 23:13:37 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-02-02 23:13:37 +0300
commitd5d9aac75907798e664bc12aeb7e1ab0c16b0875 (patch)
treed6dd087fae7dfc610082a0cef2c4cc550e8d9f74
parent658f9390032ad2f4a70fb2550480ec8ca58a530a (diff)
Cygwin: tweak Cygwin PID change release note
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.02
-rw-r--r--winsup/doc/new-features.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.0 b/winsup/cygwin/release/3.0
index 907405a05..4cd422a56 100644
--- a/winsup/cygwin/release/3.0
+++ b/winsup/cygwin/release/3.0
@@ -63,6 +63,8 @@ What changed:
- Cygwin PIDs have been decoupled from Windows PID. Cygwin PIDs are
now incrementally dealt in the range from 2 up to 65535, POSIX-like.
+ Native Windows processes not started by Cygwin processes are mapped
+ into the range beyond 65535.
Bug Fixes
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 4bbf5fbd0..6801e3eeb 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -103,6 +103,8 @@ Creating a token from scratch and Cygwin LSA authentication package.
<listitem><para>
Cygwin PIDs have been decoupled from Windows PID. Cygwin PIDs are now
incrementally dealt in the range from 2 up to 65535, POSIX-like.
+Native Windows processes not started by Cygwin processes are mapped
+into the range beyond 65535.
</para></listitem>
</itemizedlist>