2020-01-17 23:52:54 +08:00
|
|
|
What changed:
|
|
|
|
-------------
|
|
|
|
|
|
|
|
- Allow symlinks to be opened with O_PATH | O_NOFOLLOW.
|
|
|
|
|
|
|
|
- Allow the pathname argument to readlinkat(2) to be an empty string,
|
|
|
|
provided the dirfd argument refers to a symlink opened with
|
|
|
|
O_PATH | O_NOFOLLOW. The readlinkat call then operates on that
|
|
|
|
symlink.
|
|
|
|
|
|
|
|
- Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and
|
|
|
|
fstatat(2).
|
|
|
|
|
2020-01-30 01:09:49 +08:00
|
|
|
- Allow AF_LOCAL sockets to be opened with O_PATH.
|
|
|
|
|
2020-01-17 23:52:54 +08:00
|
|
|
Bug Fixes:
|
|
|
|
----------
|
2019-12-23 14:45:54 +08:00
|
|
|
|
|
|
|
- Define CPU_SETSIZE, as on Linux.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00248.html
|
2020-01-01 14:50:36 +08:00
|
|
|
|
2020-01-17 23:52:54 +08:00
|
|
|
- Fix a regression that prevented the root of a drive from being the
|
2020-01-15 23:49:21 +08:00
|
|
|
Cygwin installation root.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2020-01/msg00111.html
|
2020-01-22 18:05:51 +08:00
|
|
|
|
|
|
|
- Many fixes in new pseudo console support.
|
|
|
|
Addresses (among others):
|
|
|
|
https://cygwin.com/ml/cygwin/2019-12/msg00173.html
|
|
|
|
https://cygwin.com/ml/cygwin/2019-12/msg00292.html
|
|
|
|
https://cygwin.com/ml/cygwin/2019-12/msg00295.html
|
|
|
|
https://cygwin.com/ml/cygwin/2020-01/msg00093.html
|
|
|
|
https://cygwin.com/ml/cygwin/2020-01/msg00147.html
|
|
|
|
https://cygwin.com/ml/cygwin/2020-01/msg00161.html
|