<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libdisk, branch release/5.4.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.4.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.4.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-05-07T17:51:10Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-05-07T17:51:10Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-05-07T17:51:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77'/>
<id>urn:sha1:e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77</id>
<content type='text'>
'RELENG_5_4_0_RELEASE'.

This commit was manufactured to restore the state of the 5.4-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: For variables that are only checked with defined(), don't provide</title>
<updated>2005-02-13T07:23:46Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-02-13T07:23:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3152376aea3a65195a85469996d1f887cd880554'/>
<id>urn:sha1:3152376aea3a65195a85469996d1f887cd880554</id>
<content type='text'>
     any fake value.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2005-01-18T04:59:04Z</updated>
<author>
<name>Tom Rhodes</name>
<email>trhodes@FreeBSD.org</email>
</author>
<published>2005-01-18T04:59:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d84db484645817ffc4b16b8c3e244218e1021b46'/>
<id>urn:sha1:d84db484645817ffc4b16b8c3e244218e1021b46</id>
<content type='text'>
Various markup and spelling fixes.

PR:		75574
Submitted by:	Nobuyuki Koganemaru &lt;n-kogane@syd.odn.ne.jp&gt; (original version)
</content>
</entry>
<entry>
<title>MFC 1.124</title>
<updated>2004-12-30T06:18:17Z</updated>
<author>
<name>Pyun YongHyeon</name>
<email>yongari@FreeBSD.org</email>
</author>
<published>2004-12-30T06:18:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5306f65ed2fd86e6c4d4e6b53b12c911357f2206'/>
<id>urn:sha1:5306f65ed2fd86e6c4d4e6b53b12c911357f2206</id>
<content type='text'>
  Plug memory leak.
</content>
</entry>
<entry>
<title>MFC rev. 1.52 (chunk.c) &amp; 1.9 (open_disk.c)</title>
<updated>2004-11-07T22:20:53Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-11-07T22:20:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e046fc41136a8a4159b03608c31f6ab0bc926f9b'/>
<id>urn:sha1:e046fc41136a8a4159b03608c31f6ab0bc926f9b</id>
<content type='text'>
Don't barf when we encounter an UUID for GPT partitions. Instead, add
the GPT partition on i386 and adm64 as type=gpt, subtype=0 and with the
sname set to the UUID. This prevents sysinstall from bombing out. This
also makes sure the GPT partition shows up in sysinstall so as to avoid
accidental "clobberage".

PR:     bin/72896
</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>
</feed>
