diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-06-08 21:48:13 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-06-08 21:48:13 +0200 |
commit | 575ec00a43ae3bbc84d5dab1233c3f95fdad18d0 (patch) | |
tree | c7c9f74fdcf5a7689b59a0f74b522209fcb9ae94 /winsup/cygwin/release/2.0.4 | |
parent | 79511853f788111efd975651f87eabbd4a8cbf6d (diff) | |
download | cygnal-575ec00a43ae3bbc84d5dab1233c3f95fdad18d0.tar.gz cygnal-575ec00a43ae3bbc84d5dab1233c3f95fdad18d0.tar.bz2 cygnal-575ec00a43ae3bbc84d5dab1233c3f95fdad18d0.zip |
Evaluate /proc/$PID/{root,cwd,cmdline} for native processes
* pinfo.cc (_pinfo::root): Fake default root for native processes.
(open_commune_proc_parms): New helper function to access process
parameter block.
(_pinfo::cwd): Fetch missing cwd for native processes from processes
parameter block.
(_pinfo::cmdline): Ditto for command line.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/release/2.0.4')
-rw-r--r-- | winsup/cygwin/release/2.0.4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.0.4 b/winsup/cygwin/release/2.0.4 index 6fdccf0f0..f9bddb568 100644 --- a/winsup/cygwin/release/2.0.4 +++ b/winsup/cygwin/release/2.0.4 @@ -12,3 +12,7 @@ Bug Fixes - Fix installing newly added bind mounts with `mount -a'. Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00150.html + +- Add missing evaluation of /proc/$PID/{root,cwd,cmdline} for native processes. + Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00173.html + |