<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libdisk/Makefile, branch release/6.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-05-06T19:24:14Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2006-05-06T19:24:14Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2006-05-06T19:24:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26c52663cb5e53422c188e65b45755f348c2fbf3'/>
<id>urn:sha1:26c52663cb5e53422c188e65b45755f348c2fbf3</id>
<content type='text'>
'RELENG_6_1_0_RELEASE'.

This commit was manufactured to restore the state of the 6.1-RELEASE image.
</content>
</entry>
<entry>
<title>NODOCCOMPRESS -&gt; NO_DOCCOMPRESS</title>
<updated>2004-12-21T09:33:47Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-12-21T09:33:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ab7a294721dd609f58c50a79dbe9452526899d59'/>
<id>urn:sha1:ab7a294721dd609f58c50a79dbe9452526899d59</id>
<content type='text'>
NOINFO -&gt; NO_INFO
NOINFOCOMPRESS -&gt; NO_INFOCOMPRESS
NOLINT -&gt; NO_LINT
NOPIC -&gt; NO_PIC
NOPROFILE -&gt; NO_PROFILE
</content>
</entry>
<entry>
<title>For variables that are only checked with defined(), don't provide</title>
<updated>2004-10-24T15:33:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-10-24T15:33:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a35d88931c87cfe6bd38f01d7bad22140b3b38f3'/>
<id>urn:sha1:a35d88931c87cfe6bd38f01d7bad22140b3b38f3</id>
<content type='text'>
any fake value.
</content>
</entry>
<entry>
<title>Down to WARNS=2 for a while.</title>
<updated>2004-03-30T06:16:41Z</updated>
<author>
<name>Jun Kuriyama</name>
<email>kuriyama@FreeBSD.org</email>
</author>
<published>2004-03-30T06:16:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8aed1d4e4d73b29e9d47631ef1507ce89e023298'/>
<id>urn:sha1:8aed1d4e4d73b29e9d47631ef1507ce89e023298</id>
<content type='text'>
</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>
<entry>
<title>style.Makefile:</title>
<updated>2004-02-23T20:07:47Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2004-02-23T20:07:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b51049906c1fee1e4630b83c64be043f8973d9e5'/>
<id>urn:sha1:b51049906c1fee1e4630b83c64be043f8973d9e5</id>
<content type='text'>
	Use WARNS?= instead of WARNS=.
</content>
</entry>
<entry>
<title>o  Move Int_Open_Disk() from disk.c to open_disk.c for use by all</title>
<updated>2003-11-02T08:39:08Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-11-02T08:39:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f5ea9b34c6eb57643f328200a84f5823c7b94b98'/>
<id>urn:sha1:f5ea9b34c6eb57643f328200a84f5823c7b94b98</id>
<content type='text'>
   platforms except ia64 and use Int_Open_Disk() in open_ia64_disk.c
   on ia64. We need to know more than GEOM can provide us so we're
   forced to read from the disk. Move uuid_type() to open_ia64_disk.c
   and remove all references on non-ia64.
o  Pass the GEOM conftxt to Int_Open_Disk() so that only Open_Disk()
   needs to know about GEOM and libdisk can more easily be used with
   media not handled by GEOM.
o  Create an ia64 specific definiton of struct disk on ia64, because
   we don't need/have most of the fields other platforms need and
   other fields not applicable on platforms other than ia64.
o  Do not compile change.c on ia64. It's too PC specific.
o  In Fixup_Names() in create_chunk.c, try all partition numbers
   that are valid for the GPT disk. We have the total number of
   partitions that can be allocated in the disk structure on ia64.
   Also, use the GPT partition naming if we're creating one under
   a chunk of type "whole". It's a GPT partition in that case.
o  In Create_Chunk(), compile-out the PC specific code on ia64 that
   checks BIOS geometry restrictions.
o  In Debug_Disk() in disk.c, dump the ia64 specific fields.
o  Save the partition index in the chunk on ia64 so that we can
   preserve it when we write the data back to disk. This avoids that
   partitions get moved around or swapped after installing FreeBSD,
   which may render a disk unusable.
</content>
</entry>
<entry>
<title>Update libdisk to use the explicing encoding function for sunlabel data</title>
<updated>2003-04-21T20:36:44Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-04-21T20:36:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9ad2132174c3dfb02c61071416fe020abe58cd8c'/>
<id>urn:sha1:9ad2132174c3dfb02c61071416fe020abe58cd8c</id>
<content type='text'>
structures.
</content>
</entry>
<entry>
<title>Use ${MACHINE} variable instead of using '.if .endif' each machines.</title>
<updated>2002-10-31T05:43:49Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2002-10-31T05:43:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fecafa765a7dddf75c9766571dcc4051f48cbaec'/>
<id>urn:sha1:fecafa765a7dddf75c9766571dcc4051f48cbaec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Since make release is toast anyway, add wood to the pyre:</title>
<updated>2002-10-29T12:13:36Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-10-29T12:13:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=56d3134bfb907d8de0fb4bd6e9e8b386ddc6010e'/>
<id>urn:sha1:56d3134bfb907d8de0fb4bd6e9e8b386ddc6010e</id>
<content type='text'>
This significantly rewamps libdisks discovery of existing disk
layout.

Please send me reports if this does not work as expected on
i386 or sparc64 platforms.

I need to sort out alpha, pc98 and ia64 (in that order) before
testing on those platforms make a lot of sense.

Belived to work for:	i386 sparc64
Unknown state:		pc98 alpha ia64
</content>
</entry>
</feed>
