<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/badsect, branch stable/5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-07-02T21:45:06Z</updated>
<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>
<entry>
<title>Convert badsect to use libufs.</title>
<updated>2003-01-20T21:24:34Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2003-01-20T21:24:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3e3f1219af8ccfa55e7addd79ad6643ac1f565a2'/>
<id>urn:sha1:3e3f1219af8ccfa55e7addd79ad6643ac1f565a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create a new 32-bit fs_flags word in the superblock. Add code to move</title>
<updated>2002-11-27T02:18:58Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2002-11-27T02:18:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ada981b228eba1fdb31f9817c015e69a757e1cb3'/>
<id>urn:sha1:ada981b228eba1fdb31f9817c015e69a757e1cb3</id>
<content type='text'>
the old 8-bit fs_old_flags to the new location the first time that the
filesystem is mounted by a new kernel. One of the unused flags in
fs_old_flags is used to indicate that the flags have been moved.
Leave the fs_old_flags word intact so that it will work properly if
used on an old kernel.

Change the fs_sblockloc superblock location field to be in units
of bytes instead of in units of filesystem fragments. The old units
did not work properly when the fragment size exceeeded the superblock
size (8192). Update old fs_sblockloc values at the same time that
the flags are moved.

Suggested by:	BOUWSMA Barry &lt;freebsd-misuser@netscum.dyndns.dk&gt;
Sponsored by:   DARPA &amp; NAI Labs.
</content>
</entry>
<entry>
<title>s/filesystem/file system/g as discussed on -developers</title>
<updated>2002-08-21T18:11:48Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2002-08-21T18:11:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ce66ddb76352a2e5f34aacdbe7733d92e60aff17'/>
<id>urn:sha1:ce66ddb76352a2e5f34aacdbe7733d92e60aff17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-07-06T19:34:18Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-07-06T19:34:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e1205e80e5c937ac999f02f51edfb25d5b7a7ad6'/>
<id>urn:sha1:e1205e80e5c937ac999f02f51edfb25d5b7a7ad6</id>
<content type='text'>
</content>
</entry>
</feed>
