<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/Makefile, branch releng/7.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-12-07T17:15:36Z</updated>
<entry>
<title>MFC 199714</title>
<updated>2009-12-07T17:15:36Z</updated>
<author>
<name>Robert Noland</name>
<email>rnoland@FreeBSD.org</email>
</author>
<published>2009-12-07T17:15:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1effa15011486feeb65598fdcc0d0bb0a1cfba7'/>
<id>urn:sha1:e1effa15011486feeb65598fdcc0d0bb0a1cfba7</id>
<content type='text'>
Create a seperate ZFS enabled loader.

This adds zfsloader which will be called by zfsboot/gptzfsboot code rather
than the tradional loader.  This eliminates the need to set the
LOADER_ZFS_SUPPORT variable in order to get a ZFS enabled loader.

Note however, that you must reinstall your bootcode (zfsboot/gptzfsboot)
in order for the boot process to use the new loader.

New installations will no longer be required to build a ZFS enabled
loader for a working ZFS boot system.  Installing zfsboot/gptzfsboot is
sufficient for acknowledging the use of CDDL code and therefore the ZFS
enabled loader.
</content>
</entry>
<entry>
<title>fix loader for default settings case</title>
<updated>2009-06-10T09:06:42Z</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2009-06-10T09:06:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bee2fb9aa90825381f20c253cd73aa12017ddff0'/>
<id>urn:sha1:bee2fb9aa90825381f20c253cd73aa12017ddff0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverse previous commit ...</title>
<updated>2009-06-05T12:14:43Z</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2009-06-05T12:14:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=852057b401d830b7069431ec09546fb1717afbf5'/>
<id>urn:sha1:852057b401d830b7069431ec09546fb1717afbf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>roll zfs loader support under MK_ZFS to enable / disable consistently</title>
<updated>2009-06-05T12:00:55Z</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2009-06-05T12:00:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95ab4da810f0ce9948ef2d619ed86a4807e28ecd'/>
<id>urn:sha1:95ab4da810f0ce9948ef2d619ed86a4807e28ecd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import ZFS loader support missed in the initial MFC</title>
<updated>2009-05-23T19:54:18Z</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2009-05-23T19:54:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5f59ef92b8b62d3766b73f01277148a841e1c971'/>
<id>urn:sha1:5f59ef92b8b62d3766b73f01277148a841e1c971</id>
<content type='text'>
set LOADER_ZFS_SUPPORT=Y in make.conf to enable
</content>
</entry>
<entry>
<title>MFC: r186073</title>
<updated>2009-03-19T13:02:37Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2009-03-19T13:02:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c1209c235fa0a25f5806aceddbdab4a41689745'/>
<id>urn:sha1:6c1209c235fa0a25f5806aceddbdab4a41689745</id>
<content type='text'>
  Disconnect the efi from pc98.
</content>
</entry>
<entry>
<title>Major rework of the ia64 loaders. The two primary objectives are:</title>
<updated>2006-11-05T22:03:04Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2006-11-05T22:03:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0463b4a2fbc8754a3dc9cb08d8655dc475f7a70d'/>
<id>urn:sha1:0463b4a2fbc8754a3dc9cb08d8655dc475f7a70d</id>
<content type='text'>
1. Make libefi portable by removing ia64 specific code and build
   it on i386 and amd64 by default to prevent regressions. These
   changes include fixes and improvements over previous code to
   establish or improve APIs where none existed or when the amount
   of kluging was unacceptably high.
2. Increase the amount of sharing between the efi and ski loaders
   to improve maintainability of the loaders and simplify making
   changes to the loader-kernel handshaking in the future.

The version of the efi and ski loaders are now both changed to 1.2
as user visible improvements and changes have been made.
</content>
</entry>
<entry>
<title>add sun4v support to the sparc64 boot loader</title>
<updated>2006-10-09T04:43:07Z</updated>
<author>
<name>Kip Macy</name>
<email>kmacy@FreeBSD.org</email>
</author>
<published>2006-10-09T04:43:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0209c7936382081d4683fd1aeb1204763913c33c'/>
<id>urn:sha1:0209c7936382081d4683fd1aeb1204763913c33c</id>
<content type='text'>
Approved by: rwatson (mentor)
Reviewed by: jmg
Tested by: kris, dwhite, and jmg
</content>
</entry>
<entry>
<title>Don't need to special case arm here anymore</title>
<updated>2006-08-10T06:29:43Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2006-08-10T06:29:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a1f26cebf010f2d10ae24404da89be8f8544f922'/>
<id>urn:sha1:a1f26cebf010f2d10ae24404da89be8f8544f922</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't descend into ${MACHINE} on the arm platforms.</title>
<updated>2006-06-18T17:44:40Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2006-06-18T17:44:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=08586b224d215770ac7e7cdff0e03054c5008647'/>
<id>urn:sha1:08586b224d215770ac7e7cdff0e03054c5008647</id>
<content type='text'>
</content>
</entry>
</feed>
