<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libdisk/open_disk.c, branch release/6.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-01-15T15:46:22Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-01-15T15:46:22Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-01-15T15:46:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5cd221028ba5e7ada35a0dd196fb642b44f197d1'/>
<id>urn:sha1:5cd221028ba5e7ada35a0dd196fb642b44f197d1</id>
<content type='text'>
'RELENG_6_3_0_RELEASE'.

This commit was manufactured to restore the state of the 6.3-RELEASE image.
</content>
</entry>
<entry>
<title>MFC</title>
<updated>2007-11-15T16:18:05Z</updated>
<author>
<name>Rink Springer</name>
<email>rink@FreeBSD.org</email>
</author>
<published>2007-11-15T16:18:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=67f0825c5f637a3656c1f077e17f096d24c220a2'/>
<id>urn:sha1:67f0825c5f637a3656c1f077e17f096d24c220a2</id>
<content type='text'>
Approved by:    imp (mentor)

rink        2007-08-05 16:55:40 UTC

  FreeBSD src repository

  Modified files:
    lib/libdisk          open_disk.c
  Log:
  Improve error handling in libdisk while parsing the kern.geom.conftxt sysctl.
  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

  Revision  Changes    Path
  1.11      +38 -19    src/lib/libdisk/open_disk.c
</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>
<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>Make libdisk WARNS=4 clean.</title>
<updated>2004-03-30T01:39:00Z</updated>
<author>
<name>Jun Kuriyama</name>
<email>kuriyama@FreeBSD.org</email>
</author>
<published>2004-03-30T01:39:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=653681fb30fea37af2d8c9b9f9f7dd06a2f9542b'/>
<id>urn:sha1:653681fb30fea37af2d8c9b9f9f7dd06a2f9542b</id>
<content type='text'>
Glanced by:	jhb
</content>
</entry>
</feed>
