<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libdisk, branch release/7.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_7_0_0_RELEASE'.

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Translate partitions of type "PART" to chunks of the same type</title>
<updated>2007-09-21T16:24:01+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2007-09-21T16:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cd6898e6ee76b5f452f0517b5e9bf7cb3e78f97e'/>
<id>cd6898e6ee76b5f452f0517b5e9bf7cb3e78f97e</id>
<content type='text'>
as they would have been translated from partitions of type "GPT".
This fixes sysinstall, now that geom_part has taken over from
geom_gpt.

Approved by: re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as they would have been translated from partitions of type "GPT".
This fixes sysinstall, now that geom_part has taken over from
geom_gpt.

Approved by: re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>On PowerPC, geom_part has taken over the partitioning from geom_apple.</title>
<updated>2007-09-21T16:19:50+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2007-09-21T16:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b567bafeb4d22e938191fa74107d6f854c3dd976'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Translate partitions of type "PART" to chunks of type "apple" on
PowerPC. This fixes sysinstall.

Approved by: re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error handling in libdisk while parsing the kern.geom.conftxt sysctl.</title>
<updated>2007-08-05T16:55:40+00:00</updated>
<author>
<name>Rink Springer</name>
<email>rink@FreeBSD.org</email>
</author>
<published>2007-08-05T16:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8a4974cb5ad5575dffb6364198e8f83fb1409f46'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>unbreak build for sparc64 etc.</title>
<updated>2006-10-09T05:12:54+00:00</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2006-10-09T05:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cab68f571e1999f55d9c7a57db2a86acd1880736'/>
<id>cab68f571e1999f55d9c7a57db2a86acd1880736</id>
<content type='text'>
TARGET won't be defined on non subarches

Approved by: rwatson (mentor)
Reviewed by: jmg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TARGET won't be defined on non subarches

Approved by: rwatson (mentor)
Reviewed by: jmg
</pre>
</div>
</content>
</entry>
<entry>
<title>buildworld fixes for sun4v</title>
<updated>2006-10-09T04:58:45+00:00</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2006-10-09T04:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ddd5342909922962e2e1d621c69ff6be21bfd3d9'/>
<id>ddd5342909922962e2e1d621c69ff6be21bfd3d9</id>
<content type='text'>
not sure why pmap.c is included as it is unchanged

Approved by: rwatson (mentor)
Reviewed by: jmg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not sure why pmap.c is included as it is unchanged

Approved by: rwatson (mentor)
Reviewed by: jmg
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove alpha-specific stuff.</title>
<updated>2006-08-23T12:12:56+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-08-23T12:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2d05c776efbc91097288d1772efb814b1bdbd0f0'/>
<id>2d05c776efbc91097288d1772efb814b1bdbd0f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug in the size of the PMBR partition. Since the partition starts</title>
<updated>2006-08-09T20:19:15+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2006-08-09T20:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97a337185fd7efb915bdb76cf17d618fd7c5ef23'/>
<id>97a337185fd7efb915bdb76cf17d618fd7c5ef23</id>
<content type='text'>
at LBA 1, the size is not the mediasize in sectors, but one less.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
at LBA 1, the size is not the mediasize in sectors, but one less.
</pre>
</div>
</content>
</entry>
<entry>
<title>o Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded partitions.</title>
<updated>2006-04-25T20:42:15+00:00</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2006-04-25T20:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=66802e2cc7d5058eff02af4efdface9256aff00d'/>
<id>66802e2cc7d5058eff02af4efdface9256aff00d</id>
<content type='text'>
PR:		bin/96326
Submitted by:	Alex Kozlov
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/96326
Submitted by:	Alex Kozlov
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Instead of printing several pieces with .Sy just enclose the 'Note' block</title>
<updated>2006-01-30T08:26:59+00:00</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2006-01-30T08:26:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f2a49a97ac73bbf77901106c1fc040fccc277e18'/>
<id>f2a49a97ac73bbf77901106c1fc040fccc277e18</id>
<content type='text'>
into a .Bf/.Ef pair.

Submitted by:	ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
into a .Bf/.Ef pair.

Submitted by:	ru
</pre>
</div>
</content>
</entry>
</feed>
