diff options
-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 c545f3e64..e6632f461 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 5bb410955..e14fbb1e8 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> |