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//cmdline and /proc//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 . + + +Improve /proc/<PID>/cmdline and /proc/<PID>/stat handling to allow +all processes access to basic process information of foreign processes. + +