<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot, branch stable/8</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC 281887:</title>
<updated>2015-06-02T19:20:39+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2015-06-02T19:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=da5f850bd59e08d1f32813c13e51f270e7b87d13'/>
<id>da5f850bd59e08d1f32813c13e51f270e7b87d13</id>
<content type='text'>
Reassign copyright statements on several files from Advanced
Computing Technologies LLC to Hudson River Trading LLC.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reassign copyright statements on several files from Advanced
Computing Technologies LLC to Hudson River Trading LLC.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r260150: MFV r259170:</title>
<updated>2014-03-19T23:58:05+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2014-03-19T23:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3750c801e73f3b43d46c2e8e28a6db309e574f32'/>
<id>3750c801e73f3b43d46c2e8e28a6db309e574f32</id>
<content type='text'>
4370 avoid transmitting holes during zfs send

4371 DMU code clean up

illumos/illumos-gate@43466aae47bfcd2ad9bf501faec8e75c08095e4f

NOTE: Make sure the boot code is updated if a zpool upgrade is
done on boot zpool.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
4370 avoid transmitting holes during zfs send

4371 DMU code clean up

illumos/illumos-gate@43466aae47bfcd2ad9bf501faec8e75c08095e4f

NOTE: Make sure the boot code is updated if a zpool upgrade is
done on boot zpool.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r260095:</title>
<updated>2014-01-04T22:00:07+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2014-01-04T22:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dd01b29c08e7c90e4e466797b78656e35cac6d1f'/>
<id>dd01b29c08e7c90e4e466797b78656e35cac6d1f</id>
<content type='text'>
For sys/boot/i386 and sys/boot/pc98, separate flags to be passed
directly to the linker (LD_FLAGS) from flags passed indirectly, via the
compiler driver (LDFLAGS).

This is because several Makefiles under sys/boot/i386 and sys/boot/pc98
use ${LD} directly to link, and the normal LDFLAGS value should not be
used in these cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For sys/boot/i386 and sys/boot/pc98, separate flags to be passed
directly to the linker (LD_FLAGS) from flags passed indirectly, via the
compiler driver (LDFLAGS).

This is because several Makefiles under sys/boot/i386 and sys/boot/pc98
use ${LD} directly to link, and the normal LDFLAGS value should not be
used in these cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 256293:</title>
<updated>2013-11-15T15:08:58+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2013-11-15T15:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=519abb59f79db04210c06d64ac063f5b319bf742'/>
<id>519abb59f79db04210c06d64ac063f5b319bf742</id>
<content type='text'>
Sanitize the %eflags returned by BIOS routines.  Some BIOS routines enter
protected mode and may leave protected-mode-specific flags like PSL_NT set
when they return to real mode.  This can cause a fault when BTX re-enters
protected mode after the BIOS mode returns.

PR:		amd64/182740
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sanitize the %eflags returned by BIOS routines.  Some BIOS routines enter
protected mode and may leave protected-mode-specific flags like PSL_NT set
when they return to real mode.  This can cause a fault when BTX re-enters
protected mode after the BIOS mode returns.

PR:		amd64/182740
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r255944 (partial):</title>
<updated>2013-10-10T12:47:34+00:00</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2013-10-10T12:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9bde32896814dd8309db831015adea23d71bce8c'/>
<id>9bde32896814dd8309db831015adea23d71bce8c</id>
<content type='text'>
  Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob
  WITH[OUT]_SSP to avoid hitting an error if user has WITH_SSP in their
  make.conf. Ports now use this knob.

    make[7]: "/usr/src/share/mk/bsd.own.mk" line 466: WITH_SSP and
    WITHOUT_SSP can't both be set.

Approved by:    bapt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob
  WITH[OUT]_SSP to avoid hitting an error if user has WITH_SSP in their
  make.conf. Ports now use this knob.

    make[7]: "/usr/src/share/mk/bsd.own.mk" line 466: WITH_SSP and
    WITHOUT_SSP can't both be set.

Approved by:    bapt
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r249139: strncmp for boot code: fix an off by one error</title>
<updated>2013-07-06T08:59:27+00:00</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2013-07-06T08:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a8c6b9bcf48e354832243318fc2a484af3a903cb'/>
<id>a8c6b9bcf48e354832243318fc2a484af3a903cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFi386: revision 245847</title>
<updated>2013-06-23T09:23:32+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2013-06-23T09:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3119796311a4833078f99eb15c55f260707fa7a1'/>
<id>3119796311a4833078f99eb15c55f260707fa7a1</id>
<content type='text'>
  Add special loader environment variables 'comconsole_port' and
  'comconsole_pcidev'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add special loader environment variables 'comconsole_port' and
  'comconsole_pcidev'.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 250333: Don't pad disk partition sizes with leading zeros.</title>
<updated>2013-06-21T15:30:18+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2013-06-21T15:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bb7c5ada198438743cc25747eec4ba579f206a8f'/>
<id>bb7c5ada198438743cc25747eec4ba579f206a8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r249846:</title>
<updated>2013-05-01T18:06:53+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2013-05-01T18:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e6ac15302878a7d73755b654dd886a1aa3fa9b3e'/>
<id>e6ac15302878a7d73755b654dd886a1aa3fa9b3e</id>
<content type='text'>
When rebooting (exiting) from the BTX loader, make sure to restore the
GDT from the correct segment, otherwise a triple fault would be caused.
In some virtual environments (VMware, VirtualBox, etc) this could lead
to a unhandled error or hang in the guest emulation software.

Thanks to avg and jhb for a few hints in the right direction.

Noticed by:	Jeremy Chadwick &lt;jdc@koitsu.org&gt; (and many others)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When rebooting (exiting) from the BTX loader, make sure to restore the
GDT from the correct segment, otherwise a triple fault would be caused.
In some virtual environments (VMware, VirtualBox, etc) this could lead
to a unhandled error or hang in the guest emulation software.

Thanks to avg and jhb for a few hints in the right direction.

Noticed by:	Jeremy Chadwick &lt;jdc@koitsu.org&gt; (and many others)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: r244307</title>
<updated>2013-01-27T17:33:28+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2013-01-27T17:33:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6791dfb0cfb1bfdb41d0cffde5e91c1a438e9575'/>
<id>6791dfb0cfb1bfdb41d0cffde5e91c1a438e9575</id>
<content type='text'>
Restore pre-r234898 (MFC'ed to stable/9 in r236077) printing of boot loader
and path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restore pre-r234898 (MFC'ed to stable/9 in r236077) printing of boot loader
and path.
</pre>
</div>
</content>
</entry>
</feed>
