diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-24 23:30:46 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-24 23:30:46 +0000 |
commit | 5b917cfa592bb92be296e1370a811ada3cb17a25 (patch) | |
tree | 6edccb4b11ab937219dbc138821d4470062e769f /ChangeLog | |
parent | 0efb6d171e370ab993e554385d6023888f13d30c (diff) | |
download | coreutils-5b917cfa592bb92be296e1370a811ada3cb17a25.tar.xz |
(show_dev): If the file system claims to have more available than total
blocks, report the number of used blocks as being total - available
(a negative number) rather than as garbage.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ -2006-01-24 Jim Meyering <jim@meyering.net> +2006-01-24 Paul Eggert <eggert@cs.ucla.edu> * Version 6.0-cvs. + * src/df.c (show_dev): If the file system claims to have + more available than total blocks, report the number of used + blocks as being total - available (a negative number) rather + than as garbage. Problem reported by Toralf Foerster. + +2006-01-24 Jim Meyering <jim@meyering.net> + * src/tail.c (tail_forever): Don't exit-nonzero when an attempt to put a regular file in O_NONBLOCK mode fails with EPERM. That happens on Linux when using tail -f on a file with the |