<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/badsect, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</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-test2/commit/?id=0227791b40a6936310e1dd376b0883b540fec0c0'/>
<id>urn:sha1:0227791b40a6936310e1dd376b0883b540fec0c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sort sections.</title>
<updated>2005-01-18T10:09:38Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-18T10:09:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6087df9e8b0853475378c8ffa0d7f60590343e34'/>
<id>urn:sha1:6087df9e8b0853475378c8ffa0d7f60590343e34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The badsect(8) utility uses atol(), which doesn't allow very good error</title>
<updated>2005-01-03T19:03:40Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2005-01-03T19:03:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d266903483c2b9061eda8df19cba2e5cf94e0c11'/>
<id>urn:sha1:d266903483c2b9061eda8df19cba2e5cf94e0c11</id>
<content type='text'>
checking and only recognizes numbers in base 10.  The attached patch
checks errno after strtol() and uses a base of 0 to allow octal, or hex
sector numbers too.

PR:		73112
Submitted by:	keramida
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T21:45:06Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T21:45:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9806e231322307da0109e101ae2ef997a4a22290'/>
<id>urn:sha1:9806e231322307da0109e101ae2ef997a4a22290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove advertising clause from University of California Regent's license,</title>
<updated>2004-04-09T19:58:40Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-04-09T19:58:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4c723140a407d2ba326c134a26cec9569dc52d46'/>
<id>urn:sha1:4c723140a407d2ba326c134a26cec9569dc52d46</id>
<content type='text'>
per letter dated July 22, 1999.

Approved by: core, imp
</content>
</entry>
<entry>
<title>Add section number to .Xr</title>
<updated>2003-06-08T12:40:50Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-06-08T12:40:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=42161502bd68e05f36fa8b32a7c9ecfe5aff4b3a'/>
<id>urn:sha1:42161502bd68e05f36fa8b32a7c9ecfe5aff4b3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use __FBSDID() to quiet GCC 3.3 warnings.</title>
<updated>2003-05-03T18:41:59Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-03T18:41:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c69284ca082cbf4cc61ba71a3413ebbbf8b3b4c5'/>
<id>urn:sha1:c69284ca082cbf4cc61ba71a3413ebbbf8b3b4c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused variable to make badsect WARNS=2 clean.</title>
<updated>2003-02-22T21:33:42Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2003-02-22T21:33:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6fb6bfcbad5ef7d77697d5cca73b8530d7f4690a'/>
<id>urn:sha1:6fb6bfcbad5ef7d77697d5cca73b8530d7f4690a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spell libufs correctly in DPADD.</title>
<updated>2003-01-26T12:34:36Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-01-26T12:34:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=44e4f023ae8840e52ce714b024c91c3c26ba3f36'/>
<id>urn:sha1:44e4f023ae8840e52ce714b024c91c3c26ba3f36</id>
<content type='text'>
Reviewed by:	juli
</content>
</entry>
</feed>
