From 575ec00a43ae3bbc84d5dab1233c3f95fdad18d0 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 8 Jun 2015 21:48:13 +0200 Subject: 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 --- winsup/cygwin/release/2.0.4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'winsup/cygwin/release/2.0.4') 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 + -- cgit v1.2.3