<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/forth, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-03-25T03:30:44Z</updated>
<entry>
<title>MFC r258270:</title>
<updated>2014-03-25T03:30:44Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2014-03-25T03:30:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1e731359051d9c37536cdaaa726f1669be9e0ceb'/>
<id>urn:sha1:1e731359051d9c37536cdaaa726f1669be9e0ceb</id>
<content type='text'>
Add a try-include word (which acts the same as "include") and use it to
conditionally include (but ignore failures) /boot/loader.rc.local and
/boot/menu.rc.local -- to make customizing the menu easier.

Reviewed by:	alfred
Discussed on:	-hackers
</content>
</entry>
<entry>
<title>MFC r258269: Refactor draw-beastie function.</title>
<updated>2014-03-25T03:25:30Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2014-03-25T03:25:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0ad84f9c543d2271b78c758b8517908788fd7a29'/>
<id>urn:sha1:0ad84f9c543d2271b78c758b8517908788fd7a29</id>
<content type='text'>
Discussed on:	-hackers
</content>
</entry>
<entry>
<title>MFC r257821:</title>
<updated>2014-03-25T03:23:06Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2014-03-25T03:23:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f142df24cb2a6a4e8a44f52232da3c2d2b92500c'/>
<id>urn:sha1:f142df24cb2a6a4e8a44f52232da3c2d2b92500c</id>
<content type='text'>
Extend loader_delay as-documented in beastie.4th(8) and delay.4th(8),
making it available to architectures that do not use or load the beastie
menu. This is reported to save headaches on some PPC systems where unload
followed by load does not produce the desired results wherein if-given
the opportunity to abort the initial loading sequence, you can customize
the first load.

Reviewed by:	nwhitehorn, kan
Discussed on:	-current
</content>
</entry>
<entry>
<title>MFC r257650:</title>
<updated>2014-03-25T03:19:03Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2014-03-25T03:19:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5d1473b0bef7fa7cf31bd9b99037c809ee52eaf'/>
<id>urn:sha1:a5d1473b0bef7fa7cf31bd9b99037c809ee52eaf</id>
<content type='text'>
Defer loading of kernel and modules if the beastie menu is enabled. Add a
kernel selection menu to the beastie menu. List of kernels is taken from
`kernels' in loader.conf(5) as a space (or comma) separated list of names
to display (up to 9). If not set, default value is "kernel kernel.old".
Does not validate that kernels exist because the next enhancement will be
to allow selection of the root device.

Discussed on:	-current
</content>
</entry>
<entry>
<title>Turn off the tribute branding, now that we will soon be entering the</title>
<updated>2014-03-24T00:50:12Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2014-03-24T00:50:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4f3e9aa8297bbd977c30d7981218cb3201503ce7'/>
<id>urn:sha1:4f3e9aa8297bbd977c30d7981218cb3201503ce7</id>
<content type='text'>
9.3-RELEASE cycle.

This is a direct commit to stable/9.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC revisions 254942 and 254952:</title>
<updated>2013-08-27T06:31:50Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2013-08-27T06:31:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a751044a236147ed021de46b65a4fe5e166365e'/>
<id>urn:sha1:7a751044a236147ed021de46b65a4fe5e166365e</id>
<content type='text'>
Make alternate layout ``opt-in'' and add support for named releases.
Minor edit to version.4th(8) manual and stack-leak fixes while here.
</content>
</entry>
<entry>
<title>MFC r254237:</title>
<updated>2013-08-14T16:15:14Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2013-08-14T16:15:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=00ec2d8da4a1a97588897cf5ead7046eefbd9a17'/>
<id>urn:sha1:00ec2d8da4a1a97588897cf5ead7046eefbd9a17</id>
<content type='text'>
Add optional support for default override of standard setup; but only if
corresponding functions are provided. If override function does not exist,
boot remains unmodified. This patch should not result in any changes.
</content>
</entry>
<entry>
<title>Synchronize stable/9 Forth code with head via MFC of 22 revisions:</title>
<updated>2013-08-08T22:49:18Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2013-08-08T22:49:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c660f3a29ee9fc174293c5b65479c8b90819f368'/>
<id>urn:sha1:c660f3a29ee9fc174293c5b65479c8b90819f368</id>
<content type='text'>
227727, 233941, 235560, 238431, 241310, 241361, 241363, 241365, 241367,
241523, 242667-242669, 242923, 243114, 243660, 244048, 244089, 244158,
253715, 254105, and 254108.

This includes critical fixes that sadly should have been merged prior.
Namely, SVN r244158 fixes a possible regression.
</content>
</entry>
<entry>
<title>MFC r235873, r235967:</title>
<updated>2012-06-19T02:54:54Z</updated>
<author>
<name>Warren Block</name>
<email>wblock@FreeBSD.org</email>
</author>
<published>2012-06-19T02:54:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f580beed60996d944db09089bd559a39bd6e9059'/>
<id>urn:sha1:f580beed60996d944db09089bd559a39bd6e9059</id>
<content type='text'>
Fixes to man8 groff mandoc style, usage mistakes, or typos.

PR:		168016
Submitted by:	Nobuyuki Koganemaru
Approved by:	gjb (mentor)
</content>
</entry>
<entry>
<title>MFC r233648:</title>
<updated>2012-06-18T04:55:07Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-06-18T04:55:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1be2e5bd8cc6faf5b25f9b39445ed5e3d1b6d5f5'/>
<id>urn:sha1:1be2e5bd8cc6faf5b25f9b39445ed5e3d1b6d5f5</id>
<content type='text'>
	Remove trailing whitespace per mdoc lint warning

Approved by:	cperciva (implicit)
</content>
</entry>
</feed>
