<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libdisk/open_disk.c, branch releng/8.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F8.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-02-09T21:34:06Z</updated>
<entry>
<title>- Sanitize disk parameters retrieved from GEOM, as they are not guaranteed to</title>
<updated>2009-02-09T21:34:06Z</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@FreeBSD.org</email>
</author>
<published>2009-02-09T21:34:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=043767b12349803c94bdf605d2d8a6fe234be2af'/>
<id>urn:sha1:043767b12349803c94bdf605d2d8a6fe234be2af</id>
<content type='text'>
  have sane values. It caused sysinstall to crash when installing on certain SD
  cards.

Discussed with:		marcel
</content>
</entry>
<entry>
<title>Add support for gpart:</title>
<updated>2008-04-24T00:11:15Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-04-24T00:11:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=236ee032b56d7c57031028fa45d46cb7864f1f47'/>
<id>urn:sha1:236ee032b56d7c57031028fa45d46cb7864f1f47</id>
<content type='text'>
o  Correct for gpart's 1-based index, versus 0-based index used by
   legacy slicers.
o  Parse and understand the xs and xt parameters.
</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/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/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/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/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/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/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/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/commit/?id=3231ba13da4736a807beeaeabf0f8e350e10345d'/>
<id>urn:sha1:3231ba13da4736a807beeaeabf0f8e350e10345d</id>
<content type='text'>
</content>
</entry>
</feed>
