<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libdisk/write_sparc64_disk.c, branch release/6.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>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

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

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation errors.</title>
<updated>2003-04-22T05:34:35+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-04-22T05:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=32c44cd7bb0f1ca729358a972b2c8b35e8d0ed1f'/>
<id>32c44cd7bb0f1ca729358a972b2c8b35e8d0ed1f</id>
<content type='text'>
I wonder how I managed to cross-compile this yesterday.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I wonder how I managed to cross-compile this yesterday.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update libdisk to use the explicing encoding function for sunlabel data</title>
<updated>2003-04-21T20:36:44+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-04-21T20:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9ad2132174c3dfb02c61071416fe020abe58cd8c'/>
<id>9ad2132174c3dfb02c61071416fe020abe58cd8c</id>
<content type='text'>
structures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
structures.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed style(9)</title>
<updated>2002-11-15T13:24:29+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2002-11-15T13:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=021587f8c1a3070a8b179fa295a1a098ae3c0f18'/>
<id>021587f8c1a3070a8b179fa295a1a098ae3c0f18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Write the boot block to the first 16 sectors of all partitions, instead of</title>
<updated>2002-11-10T21:07:29+00:00</updated>
<author>
<name>Jake Burkholder</name>
<email>jake@FreeBSD.org</email>
</author>
<published>2002-11-10T21:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=83702273a3317dea11e16452c03568f59ce0de06'/>
<id>83702273a3317dea11e16452c03568f59ce0de06</id>
<content type='text'>
always to the first 16 sectors of the disk.  The firmware reads the boot
code from a partition, defaulting to 'a' if none is specified, which only
corresponds to the first 16 sectors of the disk if 'a' is first.  Solaris
often makes the swap partition first, instead of the root partition, and
users expect to be able to do the same with freebsd as well.  This also
allows one to temporarily boot from another partition if the boot block
on the root partition gets scrambled somehow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
always to the first 16 sectors of the disk.  The firmware reads the boot
code from a partition, defaulting to 'a' if none is specified, which only
corresponds to the first 16 sectors of the disk if 'a' is first.  Solaris
often makes the swap partition first, instead of the root partition, and
users expect to be able to do the same with freebsd as well.  This also
allows one to temporarily boot from another partition if the boot block
on the root partition gets scrambled somehow.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fill in partition 2 with with "whole disk" parameters.</title>
<updated>2002-11-01T16:28:19+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-11-01T16:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0514d630495a7d36d9e4db5997a58ee5db12489f'/>
<id>0514d630495a7d36d9e4db5997a58ee5db12489f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually save the bootblock in the disk structure.  Write the bootblock</title>
<updated>2002-10-31T04:25:17+00:00</updated>
<author>
<name>Jake Burkholder</name>
<email>jake@FreeBSD.org</email>
</author>
<published>2002-10-31T04:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e03494dd17c2dcfed951c7616edac61268b497ce'/>
<id>e03494dd17c2dcfed951c7616edac61268b497ce</id>
<content type='text'>
to the right place on the disk instead of srewn all over it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to the right place on the disk instead of srewn all over it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Write out 15 sectors of boot code.</title>
<updated>2002-10-30T20:52:07+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-10-30T20:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ae59d02e12ba26edec124ba6f0d73698c717d79b'/>
<id>ae59d02e12ba26edec124ba6f0d73698c717d79b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the write_spar64_disk.c to make life easier for testers.</title>
<updated>2002-10-29T07:35:36+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-10-29T07:35:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b6c0192ce37eeef2606e1a09587970ca0cc1b605'/>
<id>b6c0192ce37eeef2606e1a09587970ca0cc1b605</id>
<content type='text'>
This file depends on some major surgery in the rest of libdisk which is
not yet committed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file depends on some major surgery in the rest of libdisk which is
not yet committed.
</pre>
</div>
</content>
</entry>
</feed>
