diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2019-03-12 11:47:31 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2019-03-12 11:47:31 +0100 |
commit | 673a3daa84c33bf95833237e35791c773b25bcd5 (patch) | |
tree | efbdc33c044970d068117b08cea0a6b0e740adec | |
parent | 24f9cb015ea011b43f9c4b865c98b61be731487f (diff) | |
download | newlib-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.4 | 3 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 6 |
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/<PID>/cmdline and /proc/<PID>/stat handling to allow +all processes access to basic process information of foreign processes. +</para></listitem> + </itemizedlist> </sect2> |