<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libdisk, branch release/7.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-12-31T22:57:14Z</updated>
<entry>
<title>Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE.</title>
<updated>2008-12-31T22:57:14Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-12-31T22:57:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d4eb975d2e49f56d057a19aac09bcb92b3e71f7'/>
<id>urn:sha1:8d4eb975d2e49f56d057a19aac09bcb92b3e71f7</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.1-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>MFC: Correct an off-by-1 for GPART.</title>
<updated>2008-04-26T03:56:30Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2008-04-26T03:56:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=23a55af1b1243b75276cb781e9b59a579239a5e7'/>
<id>urn:sha1:23a55af1b1243b75276cb781e9b59a579239a5e7</id>
<content type='text'>
 Revision  Changes    Path
 1.5       +8 -2      src/lib/libdisk/open_ia64_disk.c
</content>
</entry>
<entry>
<title>MFC to RELENG_7</title>
<updated>2008-03-17T19:05:36Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2008-03-17T19:05:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7cda691772b07642a2b58c6f86a73bd206bd97ee'/>
<id>urn:sha1:7cda691772b07642a2b58c6f86a73bd206bd97ee</id>
<content type='text'>
  - Make Disk_Names() behave as documented in libdisk(3): return an array
  of disk names, where you must free each pointer, as well as the array
  by hand. [1]
  - Destaticize "disks" in Disk_Names, it has no reasons to be static.

  PR:             kern/96077 [1]
  PR:             kern/114110 [1]
  MFC after:      1 month
  Approved by:    rwatson (mentor)
</content>
</entry>
<entry>
<title>Translate partitions of type "PART" to chunks of the same type</title>
<updated>2007-09-21T16:24:01Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2007-09-21T16:24:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cd6898e6ee76b5f452f0517b5e9bf7cb3e78f97e'/>
<id>urn:sha1: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>
</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>unbreak build for sparc64 etc.</title>
<updated>2006-10-09T05:12:54Z</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2006-10-09T05:12:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cab68f571e1999f55d9c7a57db2a86acd1880736'/>
<id>urn:sha1:cab68f571e1999f55d9c7a57db2a86acd1880736</id>
<content type='text'>
TARGET won't be defined on non subarches

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

Approved by: rwatson (mentor)
Reviewed by: jmg
</content>
</entry>
<entry>
<title>Remove alpha-specific stuff.</title>
<updated>2006-08-23T12:12:56Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-08-23T12:12:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2d05c776efbc91097288d1772efb814b1bdbd0f0'/>
<id>urn:sha1:2d05c776efbc91097288d1772efb814b1bdbd0f0</id>
<content type='text'>
</content>
</entry>
</feed>
