diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-28 12:00:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-28 12:00:14 +0000 |
commit | 71a47cd7bb03e9e0842fd3300435c2065ea46ddd (patch) | |
tree | 1707508f25fd12253b1dc9b07052e076a2da2a6a /old/fileutils/ChangeLog | |
parent | 8f945ecf3ad95802ed9664062b492be0dc525dba (diff) | |
download | coreutils-71a47cd7bb03e9e0842fd3300435c2065ea46ddd.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e4a7aba5d..f49439066 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,9 +1,11 @@ 2000-10-28 Jim Meyering <meyering@lucent.com> + Shred can now determine the size of a block devices (e.g. /dev/fd0) + by writing until a write operation fails. * src/shred.c: Include assert.h. (fillrand): Add a parameter, size_max. - Add an assertion. Adjust caller. + Add an assertion. (dopass): Break out of the `for (;;)' loop if size < offset. That can happen now that dopass is called with SIZE == -1. (do_wipefd): Accept a length of zero only for a regular file. |