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-03-31 13:49:26 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-03-31 13:49:26 +0300
commit328ee5c8201df979bc371a2a3066ba7e142bef3f (patch)
treee939d1f47b3471ef09557b837559ec42c9f2775d
parent7b06893f93bc80289ccbd5c89d9302df56ead195 (diff)
Cygwin: document ps -W duplication bug fixcygwin-3_0_5-release
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.0.54
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.0.5 b/winsup/cygwin/release/3.0.5
index a52412cd2..b17acf48a 100644
--- a/winsup/cygwin/release/3.0.5
+++ b/winsup/cygwin/release/3.0.5
@@ -14,3 +14,7 @@ Bug Fixes
- Fix a crash in wcsxfrm_l if destination size is 0.
Addresses: https://cygwin.com/ml/cygwin/2019-03/msg00492.html
+
+- Fix a problem in process enumeration which led to `ps -W' showing
+ Cygwin processes twice and potentially with incorrect Windows PID.
+ Addresses: Report on IRC