<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/fdread/fdread.c, branch release/6.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Cleanup usr.sbin/fd* so they can compile under WARNS=6.</title>
<updated>2005-01-08T15:46:06+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-01-08T15:46:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4c1f1c62ca07a2fa300a24cb4700980773156eb2'/>
<id>4c1f1c62ca07a2fa300a24cb4700980773156eb2</id>
<content type='text'>
fdcontrol/fdcontrol.c:
	- Add const constraint to an intermediate value
	  which is not supposed to be changed elsewhere.
fdread/fdread.c:
	- Use _devname in favor of devname to avoid name
	  conflicit.
	- -1 is less than any positive number so in order
	  to get the block to function, we should get the
	  block a little earlier.
	- Cast to remove signed when we are sure that a
	  return value is positive, or is compared with
	  an positive number (tracknumber of a floppy
	  disk is not likely to have UINT_MAX/2 anyway)
fdread/fdutil.c:
	- Use more specific initializer
fdwrite/fdwrite.c:
	- Use static on format_track since it's not
	  referenced in other places.
	- Use const char* to represent string constant.

Bump WARNS accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fdcontrol/fdcontrol.c:
	- Add const constraint to an intermediate value
	  which is not supposed to be changed elsewhere.
fdread/fdread.c:
	- Use _devname in favor of devname to avoid name
	  conflicit.
	- -1 is less than any positive number so in order
	  to get the block to function, we should get the
	  block a little earlier.
	- Cast to remove signed when we are sure that a
	  return value is positive, or is compared with
	  an positive number (tracknumber of a floppy
	  disk is not likely to have UINT_MAX/2 anyway)
fdread/fdutil.c:
	- Use more specific initializer
fdwrite/fdwrite.c:
	- Use static on format_track since it's not
	  referenced in other places.
	- Use const char* to represent string constant.

Bump WARNS accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Break out the function to print the FDC error information into</title>
<updated>2001-07-02T21:21:58+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2001-07-02T21:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=65217f13ffdb389e935b55930ee6a8502b954675'/>
<id>65217f13ffdb389e935b55930ee6a8502b954675</id>
<content type='text'>
fdutil.c so it can be used elsewhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fdutil.c so it can be used elsewhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement the -I option that uses the FD_READID ioctl in order to read</title>
<updated>2001-06-26T22:17:21+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2001-06-26T22:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8a5f4c1290e28b0d9854423f6f7dadb73ff96dd8'/>
<id>8a5f4c1290e28b0d9854423f6f7dadb73ff96dd8</id>
<content type='text'>
sector ID fields from a floppy, and display them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sector ID fields from a floppy, and display them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Part #2 of the &lt;machine/ioctl_fd.h&gt; =&gt; &lt;sys/fdcio.h&gt; move: handle the</title>
<updated>2001-06-06T06:16:19+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2001-06-06T06:16:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d137c337aeae921a004038a73002967689919b06'/>
<id>d137c337aeae921a004038a73002967689919b06</id>
<content type='text'>
tools in usr.sbin/fd*.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tools in usr.sbin/fd*.
</pre>
</div>
</content>
</entry>
<entry>
<title>Now that we've got the ne765.h file installed under &lt;dev/ic/&gt;, use it</title>
<updated>2001-06-04T21:16:28+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2001-06-04T21:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ba44060da7d54e2fff3af5bfffacc473c952884c'/>
<id>ba44060da7d54e2fff3af5bfffacc473c952884c</id>
<content type='text'>
here instead of the old "/sys/isa/ic/..." hack.  This should fix
building the world for machines that don't have a /sys symlink,
finally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
here instead of the old "/sys/isa/ic/..." hack.  This should fix
building the world for machines that don't have a /sys symlink,
finally.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial import of fdread(1), a logical counterpart to fdwrite(1).</title>
<updated>2001-05-14T20:22:49+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2001-05-14T20:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b97809a770a90e39bb2429abd83b74bf53053a29'/>
<id>b97809a770a90e39bb2429abd83b74bf53053a29</id>
<content type='text'>
Its main purpose is to adapt automatically to the floppy parameters
(in particular the track size for efficient reading), and to allow a
simple error recovery for CRC-errored sectors.  Requires the newly
added fdc(4) options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Its main purpose is to adapt automatically to the floppy parameters
(in particular the track size for efficient reading), and to allow a
simple error recovery for CRC-errored sectors.  Requires the newly
added fdc(4) options.
</pre>
</div>
</content>
</entry>
</feed>
