<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/fdwrite/fdwrite.c, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-01-08T15:46:06Z</updated>
<entry>
<title>Cleanup usr.sbin/fd* so they can compile under WARNS=6.</title>
<updated>2005-01-08T15:46:06Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-01-08T15:46:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c1f1c62ca07a2fa300a24cb4700980773156eb2'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Include &lt;string.h&gt; rather than &lt;strings.h&gt; for string function prototypes.</title>
<updated>2004-05-30T08:59:10Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-05-30T08:59:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2e3cf2039be7e6e6117349a11c7b24d944f348f4'/>
<id>urn:sha1:2e3cf2039be7e6e6117349a11c7b24d944f348f4</id>
<content type='text'>
Approved by:	das (mentor)
</content>
</entry>
<entry>
<title>Modernize my email address</title>
<updated>2002-03-25T13:53:46Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-03-25T13:53:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=06229ad2af0790512e7676f99344b1fff70fea5b'/>
<id>urn:sha1:06229ad2af0790512e7676f99344b1fff70fea5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now that we've got it, use FDOPT_NOERRLOG for fdformat and fdwrite to</title>
<updated>2001-06-26T22:19:32Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2001-06-26T22:19:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5cef3b45a87082084071275f7c5a1c584a79066'/>
<id>urn:sha1:a5cef3b45a87082084071275f7c5a1c584a79066</id>
<content type='text'>
avoid blasting the syslog with error messages from bad floppies.  Both
tools have their own error reporting anyway (which could easily be
cluttered by the syslog output on your terminal).
</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:19Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2001-06-06T06:16:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d137c337aeae921a004038a73002967689919b06'/>
<id>urn:sha1:d137c337aeae921a004038a73002967689919b06</id>
<content type='text'>
tools in usr.sbin/fd*.
</content>
</entry>
<entry>
<title>Add `_PATH_DEVZERO'.</title>
<updated>2000-12-09T09:35:55Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-12-09T09:35:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a37aa566b347fbb2d2196786e1e84a79ffea9d5'/>
<id>urn:sha1:1a37aa566b347fbb2d2196786e1e84a79ffea9d5</id>
<content type='text'>
Use _PATH_* where where possible.
</content>
</entry>
<entry>
<title>/dev/r&lt;FOO&gt; =&gt; /dev/&lt;FOO&gt;</title>
<updated>2000-04-26T11:52:44Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-04-26T11:52:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6ed16f20c3b43be03ac2988580f22e8977aa7c94'/>
<id>urn:sha1:6ed16f20c3b43be03ac2988580f22e8977aa7c94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>urn:sha1:97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use err(3). Document -y flag. Remove unused -s flag from getopt string.</title>
<updated>1997-09-18T06:35:51Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-09-18T06:35:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d682bccf28c11cda69d1f7ab3530e5e1d4fec3a6'/>
<id>urn:sha1:d682bccf28c11cda69d1f7ab3530e5e1d4fec3a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ to $Id$</title>
<updated>1997-02-22T16:15:28Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T16:15:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=476602a9d0b9041b42a108349dc58a4ca6bf4223'/>
<id>urn:sha1:476602a9d0b9041b42a108349dc58a4ca6bf4223</id>
<content type='text'>
</content>
</entry>
</feed>
