<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/fdwrite, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-04-14T19:08:06Z</updated>
<entry>
<title>mdoc: order prologue macros consistently by Dd/Dt/Os</title>
<updated>2010-04-14T19:08:06Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2010-04-14T19:08:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744'/>
<id>urn:sha1:aa12cea2ccc6e686d6d31cf67d6bc69cbc1ba744</id>
<content type='text'>
Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by:	ru
Approved by:	philip, ed (mentors)
</content>
</entry>
<entry>
<title>The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
<updated>2010-01-02T11:07:44Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T11:07:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=71ccf09269546d398fa847168fc74c22d6338a62'/>
<id>urn:sha1:71ccf09269546d398fa847168fc74c22d6338a62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop the defunct FDOPT_NOERRLOG option from all the floppy utilities.</title>
<updated>2009-06-24T19:47:53Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2009-06-24T19:47:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=81f5cd998c10885d9483f90776575f68c50f92b5'/>
<id>urn:sha1:81f5cd998c10885d9483f90776575f68c50f92b5</id>
<content type='text'>
The kernel does not log floppy media errors anymore.

In fdcontrol, do always open the file descriptor in read-only mode so
it can operate on read-only media, as there is no longer a separate
control device to operate on.
</content>
</entry>
<entry>
<title>Expand *n't contractions.</title>
<updated>2005-02-13T22:25:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-13T22:25:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0227791b40a6936310e1dd376b0883b540fec0c0'/>
<id>urn:sha1:0227791b40a6936310e1dd376b0883b540fec0c0</id>
<content type='text'>
</content>
</entry>
<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>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:13:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:13:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07bfccd71e05867cb46c11ea07ec0027794972b3'/>
<id>urn:sha1:07bfccd71e05867cb46c11ea07ec0027794972b3</id>
<content type='text'>
</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>Use `The .Nm utility'</title>
<updated>2002-04-20T12:27:18Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-04-20T12:27:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f94b8deee60475f7d25f04484f36e824d2ce21d'/>
<id>urn:sha1:7f94b8deee60475f7d25f04484f36e824d2ce21d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modernize my email address.</title>
<updated>2002-03-25T14:12:49Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-03-25T14:12:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=42c159fe388a3765f69860c84183700af37aca8a'/>
<id>urn:sha1:42c159fe388a3765f69860c84183700af37aca8a</id>
<content type='text'>
</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>
</feed>
