aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2019-08-30 01:08:09 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-08-30 01:08:09 +0200
commit90f0f97ccba34efa6ac8d7d4d77db5d473e8da32 (patch)
tree1256d63a05a2fc228c4762f8ea443c3237095ee1 /ChangeLog
parentf0e84494b1c8b7262ebe925f224dfeef7fb5dcef (diff)
downloadglibc-90f0f97ccba34efa6ac8d7d4d77db5d473e8da32.tar
glibc-90f0f97ccba34efa6ac8d7d4d77db5d473e8da32.tar.gz
glibc-90f0f97ccba34efa6ac8d7d4d77db5d473e8da32.tar.bz2
glibc-90f0f97ccba34efa6ac8d7d4d77db5d473e8da32.zip
hurd getcwd: Allow unknown root directory
To be efficient, the remap translator simply returns ports from the underlying filesystem, and thus the root directory found through browsing '..' is the underlying root, not the remap root. This should not be a reason for getcwd to fail. * sysdeps/mach/hurd/getcwd.c (_hurd_canonicalize_directory_name_internal): Do not remove the heading slash if we got an unknown root directory. (__getcwd): Do not fail with EGRATUITOUS if we got an unknown root directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c3cae2a11e..d2ec5d5ac0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-2019-08-30 Richard Braun <rbraun@sceen.net>
+2019-08-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+
+ * sysdeps/mach/hurd/getcwd.c
+ (_hurd_canonicalize_directory_name_internal): Do not remove the heading
+ slash if we got an unknown root directory. (__getcwd): Do not fail with
+ EGRATUITOUS if we got an unknown root directory.
+
+2019-08-30 Richard Braun <rbraun@sceen.net>
* hurd/hurdselect.c (_hurd_select): Always call __io_select with no
timeout.