<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libdisk, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-11-04T19:12:42Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>urn:sha1:3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: We have now so many GEOM classes that it is better to just skip unknown</title>
<updated>2004-09-28T18:11:24Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-09-28T18:11:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=64ed36026aa71cfe2242df4c426b2b002ee1d706'/>
<id>urn:sha1:64ed36026aa71cfe2242df4c426b2b002ee1d706</id>
<content type='text'>
     classes than exiting.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Don't use type unknown for partitions that we don't care about because</title>
<updated>2004-08-05T17:44:07Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-08-05T17:44:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7bf298bcada534ae5403699444944355edebb1c5'/>
<id>urn:sha1:7bf298bcada534ae5403699444944355edebb1c5</id>
<content type='text'>
the chunk will never be added to the list in that case. Use type mbr
for GPT nested MBRs and use type part for any partition we don't know
or care about. Since the subtype is 0, this should not cause confusion.
</content>
</entry>
<entry>
<title>Typo in comment.</title>
<updated>2004-08-02T19:57:37Z</updated>
<author>
<name>Lukas Ertl</name>
<email>le@FreeBSD.org</email>
</author>
<published>2004-08-02T19:57:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=31359ff4009791212c855daa2a06fa1c9453ef12'/>
<id>urn:sha1:31359ff4009791212c855daa2a06fa1c9453ef12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore geom_vinum providers.</title>
<updated>2004-08-02T19:14:58Z</updated>
<author>
<name>Lukas Ertl</name>
<email>le@FreeBSD.org</email>
</author>
<published>2004-08-02T19:14:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3231ba13da4736a807beeaeabf0f8e350e10345d'/>
<id>urn:sha1:3231ba13da4736a807beeaeabf0f8e350e10345d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:52:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1a0a934547909744a6a2fa4cfd5b795ec6394f05'/>
<id>urn:sha1:1a0a934547909744a6a2fa4cfd5b795ec6394f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle read_block() failures by ignoring the disk rather than</title>
<updated>2004-06-04T11:49:11Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2004-06-04T11:49:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5661d9de75da9577457daf1033266e398f53d6e9'/>
<id>urn:sha1:5661d9de75da9577457daf1033266e398f53d6e9</id>
<content type='text'>
dumping core.
</content>
</entry>
<entry>
<title>Remove spurious semicolons.  Outside of functions they are actually errors but</title>
<updated>2004-05-16T22:08:17Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-05-16T22:08:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a752604477c646135eb8972a9797f4c331ce09ac'/>
<id>urn:sha1:a752604477c646135eb8972a9797f4c331ce09ac</id>
<content type='text'>
GCC doesn't warn about them without -pedantic.

Approved by:	das (mentor)
PR:		56649
Reviewed by:	md5
</content>
</entry>
<entry>
<title>PowerPC support.</title>
<updated>2004-04-21T23:21:13Z</updated>
<author>
<name>Peter Grehan</name>
<email>grehan@FreeBSD.org</email>
</author>
<published>2004-04-21T23:21:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=acc2f44a41cf520cb845155706c85afbf43c49a8'/>
<id>urn:sha1:acc2f44a41cf520cb845155706c85afbf43c49a8</id>
<content type='text'>
submitted by:  Suleiman Souhlal &lt;refugee@segfaulted.com&gt;
approved by:   phk, jhb
</content>
</entry>
<entry>
<title>MFi386: WARNS=4 clean.</title>
<updated>2004-03-30T12:22:31Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2004-03-30T12:22:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c16289f1c1e1c7bbbe06b8c98e7ec929a0feabe8'/>
<id>urn:sha1:c16289f1c1e1c7bbbe06b8c98e7ec929a0feabe8</id>
<content type='text'>
</content>
</entry>
</feed>
