Cygwin: document recent changes
This commit is contained in:
parent
842529460f
commit
b300e8dc04
|
@ -1,5 +1,18 @@
|
||||||
Bug Fixes
|
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).
|
||||||
|
|
||||||
|
Bug Fixes:
|
||||||
|
----------
|
||||||
|
|
||||||
- Define CPU_SETSIZE, as on Linux.
|
- Define CPU_SETSIZE, as on Linux.
|
||||||
Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00248.html
|
Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00248.html
|
||||||
|
@ -7,6 +20,6 @@ Bug Fixes
|
||||||
- Fix the problem which overrides the code page setting.
|
- Fix the problem which overrides the code page setting.
|
||||||
Addresses: https://www.cygwin.com/ml/cygwin/2019-12/msg00292.html
|
Addresses: https://www.cygwin.com/ml/cygwin/2019-12/msg00292.html
|
||||||
|
|
||||||
- Fix a regression that prevents the root of a drive from being the
|
- Fix a regression that prevented the root of a drive from being the
|
||||||
Cygwin installation root.
|
Cygwin installation root.
|
||||||
Addresses: https://cygwin.com/ml/cygwin/2020-01/msg00111.html
|
Addresses: https://cygwin.com/ml/cygwin/2020-01/msg00111.html
|
||||||
|
|
|
@ -54,6 +54,21 @@ Allow times(2) to have a NULL argument, as on Linux.
|
||||||
Improve /proc/cpuinfo output and align more closely with Linux.
|
Improve /proc/cpuinfo output and align more closely with Linux.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Allow symlinks to be opened with O_PATH | O_NOFOLLOW.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
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.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and
|
||||||
|
fstatat(2).
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
Loading…
Reference in New Issue