aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2019-03-12 11:47:31 +0100
committerCorinna Vinschen <corinna@vinschen.de>2019-03-12 11:47:31 +0100
commit673a3daa84c33bf95833237e35791c773b25bcd5 (patch)
treeefbdc33c044970d068117b08cea0a6b0e740adec
parent24f9cb015ea011b43f9c4b865c98b61be731487f (diff)
downloadnewlib-673a3daa84c33bf95833237e35791c773b25bcd5.zip
newlib-673a3daa84c33bf95833237e35791c773b25bcd5.tar.gz
newlib-673a3daa84c33bf95833237e35791c773b25bcd5.tar.bz2
Cygwin: add /proc changes to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.0.43
-rw-r--r--winsup/doc/new-features.xml6
2 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.0.4 b/winsup/cygwin/release/3.0.4
index c545f3e..e6632f4 100644
--- a/winsup/cygwin/release/3.0.4
+++ b/winsup/cygwin/release/3.0.4
@@ -5,6 +5,9 @@ What's new:
What changed:
-------------
+- Improve /proc/<PID>/cmdline and /proc/<PID>/stat handling to allow
+ all processes access to basic process information of foreign processes.
+
Bug Fixes
---------
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 5bb4109..e14fbb1 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -111,6 +111,12 @@ default and limited to exes/dlls on the same NTFS partition as the Cygwin
installation. For more information and how to enable, please refer to
<xref linkend="ov-hi-process"></xref>.
</para></listitem>
+
+<listitem><para>
+Improve /proc/&lt;PID&gt;/cmdline and /proc/&lt;PID&gt;/stat handling to allow
+all processes access to basic process information of foreign processes.
+</para></listitem>
+
</itemizedlist>
</sect2>