Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-08-25 15:50:48 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-08-25 15:50:48 +0300
commit384e572f41d0848f281a68dade2f02005fde50bd (patch)
tree830387b7d1339ba306b31aacdb461f93e5bbbb89 /winsup
parentd085592daa5f89ccc9f5b86b2ca26199e7516d61 (diff)
Cygwin: document disabling mknod/mkfifo on NFS
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/release/3.4.94
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.4.9 b/winsup/cygwin/release/3.4.9
index d089e5a9a..2f2da9e13 100644
--- a/winsup/cygwin/release/3.4.9
+++ b/winsup/cygwin/release/3.4.9
@@ -4,3 +4,7 @@ Bug Fixes
- Fix a bug introduced in cygwin 3.4.0 that switch_to_nat_pipe flag is
not cleared properly when non-cygwin app is terminated in the case
where pseudo console is not activated.
+
+- For the time being, disable creating special files using mknod/mkfifo
+ on NFS.
+ Addresses: https://cygwin.com/pipermail/cygwin/2023-August/254266.html