diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-05 09:02:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-05 09:02:24 +0000 |
commit | ef2d0f022ded958d73a6132fa1d05468536954a0 (patch) | |
tree | 8896a08c8b171ac6dc6124bc1da95085b4d7f0a0 | |
parent | c3410e9d591b64d06a5548df07906e92f8c6f0fb (diff) | |
download | coreutils-ef2d0f022ded958d73a6132fa1d05468536954a0.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ [4.5.9] * du no longer truncates file sizes or sums to fit in size_t -* pwd now fails if the name of the working directory is so long that getcwd +* work around Linux kernel bug in getcwd (fixed in 2.4.21-pre4), so that pwd + now fails if the name of the working directory is so long that getcwd truncates it. Before it would print the truncated name and exit successfully. * `df /some/mount-point' no longer hangs on a GNU libc system when another hard-mounted NFS file system (preceding /some/mount-point in /proc/mounts) |