summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/1.7.27
blob: d1352fc9989d11c2c7e90216454d4f539cf96e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
What changed:
-------------

- Don't create native symlinks with target paths having long path prefixes
  "\\?\" if the target path is shorter than MAX_PATH characters.  This works
  around a Windows 8.1 bug:  The ShellExecuteW fails if the lpFile parameter
  points to a native NTFS symlink with a target path prefixed with "\\?\".
  Fixes: http://cygwin.com/ml/cygwin/2013-12/msg00101.html


Bug Fixes
---------

- Some devices, like, /dev/dsp are no longer detected due to the new
  use of \Device\Null for devices which have no real handle.
  Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00000

- Cygwin could easily run out of file handles.
  Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00000