summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/2.0.4
blob: f9bddb5682f6e5a39f7d4ecfe6bfb7c3267617cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Bug Fixes ---------

- Handle SIGHUP in pty master close.
  Addresses:   https://cygwin.com/ml/cygwin/2015-06/msg00133.html
             https://cygwin.com/ml/cygwin/2011-07/msg00295.html

- Avoid fetching /proc process info from non-Cygwin processes.
  Addresses:   https://cygwin.com/ml/cygwin/2015-06/msg00133.html
               https://cygwin.com/ml/cygwin/2015-05/msg00331.html
             https://cygwin.com/ml/cygwin/2015-05/msg00314.html

- 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 na-
tive processes.
  Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00173.html