<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/dd/position.c, branch release/4.6.2_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.6.2_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-08-14T06:57:09Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-08-14T06:57:09Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-08-14T06:57:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=72b7f92e6edf4375820f765b41697b3208ce7fe7'/>
<id>urn:sha1:72b7f92e6edf4375820f765b41697b3208ce7fe7</id>
<content type='text'>
'RELENG_4_6_2_RELEASE'.

This commit was manufactured to restore the state of the 4.6.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC:	Allow negative seek offsets for files that can be seeked upon.</title>
<updated>2001-01-23T14:23:55Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-01-23T14:23:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ca7db76922583ac75cc0e96e66ff2d2361736c01'/>
<id>urn:sha1:ca7db76922583ac75cc0e96e66ff2d2361736c01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2000-08-07T08:30:17Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2000-08-07T08:30:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef5163f07aa7e576e96c905c1b82293f7796faa6'/>
<id>urn:sha1:ef5163f07aa7e576e96c905c1b82293f7796faa6</id>
<content type='text'>
args.c 1.26, dd.c 1.29, dd.h 1.16, extern.h 1.10, position.c 1.18
Various cleanups are made to reduce warnings.  Check return value
of ftruncate() and die on failure.

dd.c 1.28
Fix ``dd if=/dev/zero of=/dev/daN'' on the Alpha by allowing the
label to be overwritten.

dd.c 1.30
Make the comment regarding ftruncate() correct.
</content>
</entry>
<entry>
<title>Make count=0 set cpy_cnt to -1, which is slight overloading, but makes</title>
<updated>1999-09-16T19:50:59Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>1999-09-16T19:50:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ff6541e7a8bf367578694b461f3c49ee5ae8acb'/>
<id>urn:sha1:5ff6541e7a8bf367578694b461f3c49ee5ae8acb</id>
<content type='text'>
what I was trying to do work much better (ie at all.  I could have sworn
it was working...) Fix a SEEK_SET to be SEEK_CUR, and make Bruce's
lseek() test work correctly.
</content>
</entry>
<entry>
<title>Even more dd(1) cleanups! Thanks to Bruce for staying on my case until</title>
<updated>1999-09-13T21:47:10Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>1999-09-13T21:47:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7599187e0d5b76d5efebde542f0d862969c2f2b5'/>
<id>urn:sha1:7599187e0d5b76d5efebde542f0d862969c2f2b5</id>
<content type='text'>
we're done (not yet!) :)
</content>
</entry>
<entry>
<title>ISDISK -&gt; ISSEEK</title>
<updated>1999-09-12T18:56:12Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>1999-09-12T18:56:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=32952d4b37e2af9ee818481aff41144e05fa74ae'/>
<id>urn:sha1:32952d4b37e2af9ee818481aff41144e05fa74ae</id>
<content type='text'>
Allow a device type of D_DISK or D_MEM to be ISSEEK.
</content>
</entry>
<entry>
<title>Even more cleanups to dd(1). This is probably the culmination of the</title>
<updated>1999-09-12T16:51:53Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>1999-09-12T16:51:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=58687472541a7cd52def066244dc820419270434'/>
<id>urn:sha1:58687472541a7cd52def066244dc820419270434</id>
<content type='text'>
BDEification process of dd(1). Most of the changes are from BDE's archive.
Support for negative offsets is gone again, but the case where you
lseek() onto byte -1 of something from a negative offset using seek/skip
is fixed; if you end up on -1, you won't get a false positive lseek failure.
  The biggest changes are to data types (more size_t, for instance) and
argument parsing. skip/seek on /dev/{,k}mem now occurs (instead of "read
until you reach the offset") due to mem devices now being D_DISK. Some
const things are now correctly declared as such, and the "case table"
building is better. The only thing that seems to be left to make dd(1)
everything TOG wants it to be is l10n.
</content>
</entry>
<entry>
<title>Make a bit more headway with dd's argument parsing, etc. get_bsz() is</title>
<updated>1999-09-11T00:02:42Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>1999-09-11T00:02:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e14f7e789a25e6c026475b00d911ea8727e05ba8'/>
<id>urn:sha1:e14f7e789a25e6c026475b00d911ea8727e05ba8</id>
<content type='text'>
renamed get_num() since it's not just about block sizes. skip and
seek can be any offset, including negative, now. Some style bogons are fixed.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-27T23:15:48Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-27T23:15:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a4562393f80633b81c11d4f7df00548d1cc3c48'/>
<id>urn:sha1:2a4562393f80633b81c11d4f7df00548d1cc3c48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement seekability for disk devices (not just regular files).</title>
<updated>1999-07-13T18:44:56Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>1999-07-13T18:44:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=769e5815e35ed2064f409557f24b80ba0900b573'/>
<id>urn:sha1:769e5815e35ed2064f409557f24b80ba0900b573</id>
<content type='text'>
Also, fix pos_out() to do the same checks pos_in() did.

Done for:	jdp, luigi, the good of the world
</content>
</entry>
</feed>
