<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libdisk/open_disk.c, branch release/7.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-05-01T02:51:58Z</updated>
<entry>
<title>Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.</title>
<updated>2009-05-01T02:51:58Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-05-01T02:51:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b205d83df7763ca1f099bce5ac12a05862a626c4'/>
<id>urn:sha1:b205d83df7763ca1f099bce5ac12a05862a626c4</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.2-RELEASE image.
</content>
</entry>
<entry>
<title>MFC 178451</title>
<updated>2008-07-26T22:52:12Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-07-26T22:52:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ee5040596ca68dbd68a0e7193d5e7dee6fff117e'/>
<id>urn:sha1:ee5040596ca68dbd68a0e7193d5e7dee6fff117e</id>
<content type='text'>
Add support for gpart
</content>
</entry>
<entry>
<title>On PowerPC, geom_part has taken over the partitioning from geom_apple.</title>
<updated>2007-09-21T16:19:50Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2007-09-21T16:19:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b567bafeb4d22e938191fa74107d6f854c3dd976'/>
<id>urn:sha1:b567bafeb4d22e938191fa74107d6f854c3dd976</id>
<content type='text'>
Translate partitions of type "PART" to chunks of type "apple" on
PowerPC. This fixes sysinstall.

Approved by: re (kensmith)
</content>
</entry>
<entry>
<title>Improve error handling in libdisk while parsing the kern.geom.conftxt sysctl.</title>
<updated>2007-08-05T16:55:40Z</updated>
<author>
<name>Rink Springer</name>
<email>rink@FreeBSD.org</email>
</author>
<published>2007-08-05T16:55:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8a4974cb5ad5575dffb6364198e8f83fb1409f46'/>
<id>urn:sha1:8a4974cb5ad5575dffb6364198e8f83fb1409f46</id>
<content type='text'>
Previously, any parse error will result in the calling program exiting with an
unpleasant message. This change will cause libdisk to issue a warning and
ignore lines it cannot parse instead of bluntly terminating the unfortunate
enough program.

This change will allow you to use sysinstall if you have a NTFS parition with
a space in the name (such as 'Win Xp'). In such a case, a line like the
following will appear in the kern.geom.conftxt output:

2 LABEL ntfs/Win Xp 209818635264 512 i 0 o 0

As the fields are space-separated, libdisk would go beserk and exit the program.
This would happen if using FreeBSD 7.0 snapshot images (as GEOM_LABEL is in
the installation kernel as well), thus making it impossible to install FreeBSD
without renaming your NTFS paritions.

Reported by:	Dwight Berendse &lt;dwight at berendse dot org&gt;
Nod from:	phk
Reviewed by:	imp
Approved by:	re (bmah), imp (mentor)
MFC after:	1 month
</content>
</entry>
<entry>
<title>Initialise `sn' before using its value.</title>
<updated>2005-03-08T21:46:18Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-03-08T21:46:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f51df9ed11373ddb551e81d7c8da4e5b3aaec3a4'/>
<id>urn:sha1:f51df9ed11373ddb551e81d7c8da4e5b3aaec3a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't barf when we encounter an UUID for GPT partitions. Instead, add</title>
<updated>2004-10-31T01:28:59Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-10-31T01:28:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a1107cc375d4dbfeaa6430e63d8e210ec54ee6b0'/>
<id>urn:sha1:a1107cc375d4dbfeaa6430e63d8e210ec54ee6b0</id>
<content type='text'>
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>We have now so many GEOM classes that it is better to just skip unknown</title>
<updated>2004-09-13T16:06:14Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-09-13T16:06:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=08aa5a1ddbf241bfcb179b5d71f443f7d6630fec'/>
<id>urn:sha1:08aa5a1ddbf241bfcb179b5d71f443f7d6630fec</id>
<content type='text'>
classes than exiting.

Reviewed by:	le
OK'ed by:	phk
</content>
</entry>
<entry>
<title>Ignore geom_stripe providers.</title>
<updated>2004-09-13T11:28:54Z</updated>
<author>
<name>Lukas Ertl</name>
<email>le@FreeBSD.org</email>
</author>
<published>2004-09-13T11:28:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6ce35ad04343810796b2bdf2e557b94ed2b0b200'/>
<id>urn:sha1:6ce35ad04343810796b2bdf2e557b94ed2b0b200</id>
<content type='text'>
MFC in: one week
</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>
</feed>
