<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/dump/traverse.c, branch stable/3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-29T15:18:34+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-29T15:18:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8e19c90b7f2615bd91149ae5faba470bd6a4620a'/>
<id>8e19c90b7f2615bd91149ae5faba470bd6a4620a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>64bit fixes.</title>
<updated>1998-10-27T04:01:19+00:00</updated>
<author>
<name>Dima Ruban</name>
<email>dima@FreeBSD.org</email>
</author>
<published>1998-10-27T04:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97b465b14297c2c7194fa40f473e5103ae167d27'/>
<id>97b465b14297c2c7194fa40f473e5103ae167d27</id>
<content type='text'>
(Note: ``dump'' doesn't work on alpha yet. Apparently there's a problem
somewhere is the physio() area)

Submitted by:	myself &amp;&amp; Matt Dillon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Note: ``dump'' doesn't work on alpha yet. Apparently there's a problem
somewhere is the physio() area)

Submitted by:	myself &amp;&amp; Matt Dillon.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct use of .Nm. Add rcsid. Remove unused #includes.</title>
<updated>1998-06-15T06:58:13+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1998-06-15T06:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7580ffbbbd10b1d258448cb1101354d524d25978'/>
<id>7580ffbbbd10b1d258448cb1101354d524d25978</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge Lite2 changes (rather bigish, the dump/restore folks should check)</title>
<updated>1997-03-11T12:09:50+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-03-11T12:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a37c38b8d80f9fae9711e50f446e4edc85711b7a'/>
<id>a37c38b8d80f9fae9711e50f446e4edc85711b7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGEDSINCE macro to conform to -current dinode.h</title>
<updated>1997-02-16T22:16:08+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-02-16T22:16:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=28ebf214795aee02a80e22088b989c335a32dc80'/>
<id>28ebf214795aee02a80e22088b989c335a32dc80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ts_sec -&gt; tv_sec</title>
<updated>1996-09-20T04:56:09+00:00</updated>
<author>
<name>Nate Williams</name>
<email>nate@FreeBSD.org</email>
</author>
<published>1996-09-20T04:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=45808359e60f61271ae1149b4e40fc89afcf4282'/>
<id>45808359e60f61271ae1149b4e40fc89afcf4282</id>
<content type='text'>
ts_nsec -&gt; tv_nsec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ts_nsec -&gt; tv_nsec
</pre>
</div>
</content>
</entry>
<entry>
<title>When using dump/rdump on large filesytems (my case 3 GB), the lseek</title>
<updated>1995-06-24T17:07:21+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1995-06-24T17:07:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d195e6deecf1b6ac002e5025666068e0aeda9371'/>
<id>d195e6deecf1b6ac002e5025666068e0aeda9371</id>
<content type='text'>
claims multiple times to have failed. The problem is a off_t is
converted into a int and checked for a negative. A true lseek check
should be checking if the off_t is equal to -1 for failure.

(Suggested fix from PR #bin/461)

Submitted by:	mark tinguely &lt;tinguely@opus.cs.ndsu.NoDak.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
claims multiple times to have failed. The problem is a off_t is
converted into a int and checked for a negative. A true lseek check
should be checking if the off_t is equal to -1 for failure.

(Suggested fix from PR #bin/461)

Submitted by:	mark tinguely &lt;tinguely@opus.cs.ndsu.NoDak.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T06:12:45+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T06:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5ebc7e6281887681c3a348a5a4c902e262ccd656'/>
<id>5ebc7e6281887681c3a348a5a4c902e262ccd656</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite sbin Sources</title>
<updated>1994-05-26T06:35:07+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-26T06:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8fae3551ec46402adf7ab034cf9e02bcbc7ca8ee'/>
<id>8fae3551ec46402adf7ab034cf9e02bcbc7ca8ee</id>
<content type='text'>
Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note:  XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
</pre>
</div>
</content>
</entry>
</feed>
