<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libdisk/write_alpha_disk.c, branch release/5.2.1_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.1_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-23T15:32:56Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-02-23T15:32:56Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-02-23T15:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=84a7b99b4e02a260bf7ff9b540032f4cb7bc612a'/>
<id>urn:sha1:84a7b99b4e02a260bf7ff9b540032f4cb7bc612a</id>
<content type='text'>
'RELENG_5_2_1_RELEASE'.

This commit was manufactured to restore the state of the 5.2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Use sized cast matching the sized pointer.</title>
<updated>2003-04-04T16:59:39Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-04-04T16:59:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a12b1b124a66a06305dae7f6ba09ae38c3608c38'/>
<id>urn:sha1:a12b1b124a66a06305dae7f6ba09ae38c3608c38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Libdisk does not need to include &lt;sys/diskslice.h&gt; any more.</title>
<updated>2003-04-04T16:35:16Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2003-04-04T16:35:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=197e5e73ef2943d90f1afc5317ade21513ea1bf3'/>
<id>urn:sha1:197e5e73ef2943d90f1afc5317ade21513ea1bf3</id>
<content type='text'>
Move the remaining bits of &lt;sys/diskslice.h&gt; to &lt;i386/include/bootinfo.h&gt;

Move i386/pc98 specific bits from &lt;sys/reboot.h&gt; to
&lt;i386/include/bootinfo.h&gt; as well.

Adjust includes in sys/boot accordingly.
</content>
</entry>
<entry>
<title>- Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()</title>
<updated>2003-02-04T17:35:23Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-02-04T17:35:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9284f8f5222dec38bbed31ed98b66ecbfe4ec757'/>
<id>urn:sha1:9284f8f5222dec38bbed31ed98b66ecbfe4ec757</id>
<content type='text'>
  functions.
- Clean up a few signed/unsigned warnings.
</content>
</entry>
<entry>
<title>Fixed style(9)</title>
<updated>2002-11-15T13:24:29Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2002-11-15T13:24:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=021587f8c1a3070a8b179fa295a1a098ae3c0f18'/>
<id>urn:sha1:021587f8c1a3070a8b179fa295a1a098ae3c0f18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Merge Write_FreeBSD() into Write_Disk().</title>
<updated>2002-11-08T13:58:00Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-08T13:58:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2b39144955907c8af0305dc83d44238758548624'/>
<id>urn:sha1:2b39144955907c8af0305dc83d44238758548624</id>
<content type='text'>
- Miscellaneous cleanups.
</content>
</entry>
<entry>
<title>Get this closer to working.  The Write_Disk() function's for loop needed</title>
<updated>2002-11-07T14:39:21Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-07T14:39:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=75bd4c1549d9714f555553003182129c97304a5f'/>
<id>urn:sha1:75bd4c1549d9714f555553003182129c97304a5f</id>
<content type='text'>
to use the same start condition as the i386 version.  However, since
Alpha's only have one fake "slice" from sysinstall's perspective we don't
need to use a loop, but can just write out the BSD label in the first
fake "slice".
</content>
</entry>
<entry>
<title>Remove unused MBR gunk leftover from i386.</title>
<updated>2002-11-03T21:18:17Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-03T21:18:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=da58ad34ef33f1cf6f204ab8bbaf5a04bfc6f216'/>
<id>urn:sha1:da58ad34ef33f1cf6f204ab8bbaf5a04bfc6f216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Untested alpha disk writer.</title>
<updated>2002-10-30T20:54:22Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-10-30T20:54:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=89a0742e572baae2e58f87baf25bc65b3bc11177'/>
<id>urn:sha1:89a0742e572baae2e58f87baf25bc65b3bc11177</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't call warn(3).</title>
<updated>2002-10-29T14:45:43Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-10-29T14:45:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4730deb1e3321f8f93772b5f56e8bd1c70d14e28'/>
<id>urn:sha1:4730deb1e3321f8f93772b5f56e8bd1c70d14e28</id>
<content type='text'>
</content>
</entry>
</feed>
