From: Jim Meyering Date: Sat, 28 Oct 2000 12:00:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_28~20 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=71a47cd7bb03e9e0842fd3300435c2065ea46ddd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e4a7aba5d3..f49439066c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,9 +1,11 @@ 2000-10-28 Jim Meyering + 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.