<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/dd.c, branch v5.91</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.91</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.91'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2005-09-30T05:07:11Z</updated>
<entry>
<title>(main): Don't assume size_t has the same width</title>
<updated>2005-09-30T05:07:11Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-30T05:07:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=86b4df4f0d25360092638ee24043fef449257774'/>
<id>urn:sha1:86b4df4f0d25360092638ee24043fef449257774</id>
<content type='text'>
as unsigned long.  Problem reported by Eric Blake.
</content>
</entry>
<entry>
<title>(main): When failing to truncate, mention both the seek block count</title>
<updated>2005-09-16T09:35:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-09-16T09:35:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=27747f4a66fb884d4dbe2a938febf680a01f21aa'/>
<id>urn:sha1:27747f4a66fb884d4dbe2a938febf680a01f21aa</id>
<content type='text'>
and the block size, in case the block size is very large.
</content>
</entry>
<entry>
<title>* src/dd.c: Detect some very unlikely buffer overflows.</title>
<updated>2005-09-13T22:43:11Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-09-13T22:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=36081fa6358527fcec93c8df3f3a8cfbf0b72208'/>
<id>urn:sha1:36081fa6358527fcec93c8df3f3a8cfbf0b72208</id>
<content type='text'>
(INPUT_BLOCK_SLOP, OUTPUT_BLOCK_SLOP): New macros.
(MAX_BLOCKSIZE): Now accepts an arg.  All uses changed.
(page_size): New var.
(scanargs, skip, main): Use more-straightforward way to detect overflow.
(dd_copy): Use page_size rather than invoking getpagesize.
Use INPUT_BLOCK_SLOP, OUTPUT_BLOCK_SLOP.
(main): Set page_size.
Avoid a call to stat in the usual case where ftruncate succeeds.
</content>
</entry>
<entry>
<title>Don't include stdio.h; no longer needed.</title>
<updated>2005-07-09T22:10:38Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-09T22:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=580d1e6d6d97c3e6f0fca764091e70319350c9a2'/>
<id>urn:sha1:580d1e6d6d97c3e6f0fca764091e70319350c9a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include fd-reopen.h.</title>
<updated>2005-07-03T07:17:36Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-03T07:17:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=566d32f04cefdec8be14f638828fe1214f3b72a3'/>
<id>urn:sha1:566d32f04cefdec8be14f638828fe1214f3b72a3</id>
<content type='text'>
(open_fd): Remove.  All callers changed to use fd_reopen instead.
</content>
</entry>
<entry>
<title>(skip): Return the number of records that were not</title>
<updated>2005-05-28T04:22:26Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-05-28T04:22:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8f10bd11cffc61bcdc1262fad90811f67b2ec2f7'/>
<id>urn:sha1:8f10bd11cffc61bcdc1262fad90811f67b2ec2f7</id>
<content type='text'>
skipped due to encountering EOF.
(dd_copy): If the file wasn't seekable and EOF was encountered,
write zeros past EOF until the desired offset is reached.
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T07:58:31Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T07:58:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=44d59bb168eaf820bdfd13ee9df442cde795f9c7'/>
<id>urn:sha1:44d59bb168eaf820bdfd13ee9df442cde795f9c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update FSF postal mail address.</title>
<updated>2005-05-14T06:57:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-14T06:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c0c815af8db441526ef112700b9185df6006c771'/>
<id>urn:sha1:c0c815af8db441526ef112700b9185df6006c771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assume `free (NULL)' works.</title>
<updated>2005-05-12T07:54:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-05-12T07:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=258fbb886034baf260e1a5ed5c3446cce9fa6fb4'/>
<id>urn:sha1:258fbb886034baf260e1a5ed5c3446cce9fa6fb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(flags, usage): Add support for "binary" and "text".</title>
<updated>2005-05-06T17:57:10Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-05-06T17:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=026894fd09828485fdba9cbcb24ae0583f12c58f'/>
<id>urn:sha1:026894fd09828485fdba9cbcb24ae0583f12c58f</id>
<content type='text'>
</content>
</entry>
</feed>
