summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/2.5.2
blob: fe4a86930c928133b8a63d24c1e45dc3b69073ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
What's new: -----------

What changed: -------------

- select(2) now supports timeouts less than a Windows tick (10-16
ms).

Bug Fixes ---------

- Fix an error message depending on the system  header  inclusion
order.
  Addresses:                https://cygwin.com/ml/cygwin-develop-
ers/2016-05/msg00003.html

- Fix non-POSIXy scheduler priority handling.
  Addresses: Bugreport via private email

- Allow mmap to map regions > 4 Gigs on 64 bit.
  Addresses: https://cygwin.com/ml/cygwin/2016-05/msg00140.html

- Fix realpath(3) for incoming paths starting with long path pre-
fixes.
  Addresses:                       https://sourceware.org/ml/cyg-
win/2016-04/msg00281.html

- Fix a usage of INT_MAX (required limits.h) in math.h
  Addresses: Report on #cygwin-developers

- Return at most one line of input  in  canonical  mode  and  fix
tcflush.
  Addresses: https://cygwin.com/ml/cygwin/2016-05/msg00318.html

- Fix using wrong inode number on newly created files.
  Addresses: https://cygwin.com/ml/cygwin/2016-06/msg00269.html