<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/boot/forth/support.4th, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2016-05-14T00:44:23Z</updated>
<entry>
<title>MFC r298831:</title>
<updated>2016-05-14T00:44:23Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-05-14T00:44:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=523616619b192954fbd41743025780c3115e01ee'/>
<id>urn:sha1:523616619b192954fbd41743025780c3115e01ee</id>
<content type='text'>
boot/forth: minor spelling fixes.
</content>
</entry>
<entry>
<title>MFC 283933: Add comments</title>
<updated>2016-01-27T15:19:48Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2016-01-27T15:19:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=55b4f0ec21e38b8124e7a4d70ca6dfec20eb6d42'/>
<id>urn:sha1:55b4f0ec21e38b8124e7a4d70ca6dfec20eb6d42</id>
<content type='text'>
r283933: Indicate where the flag for later abort" originates.
</content>
</entry>
<entry>
<title>MFC r277215, r277291, r277418, r280953 and r280954:</title>
<updated>2016-01-20T13:23:02Z</updated>
<author>
<name>Roger Pau Monné</name>
<email>royger@FreeBSD.org</email>
</author>
<published>2016-01-20T13:23:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0be4400f03adb74958a4a4842d6cad2ea4c9a06e'/>
<id>urn:sha1:0be4400f03adb74958a4a4842d6cad2ea4c9a06e</id>
<content type='text'>
loader: implement multiboot support for Xen Dom0

Note that only the subset of the multiboot specification needed in order to
boot a Xen Dom0 is implemented.

Sponsored by: Citrix Systems R&amp;D
</content>
</entry>
<entry>
<title>MFC: r293001</title>
<updated>2016-01-13T01:50:02Z</updated>
<author>
<name>Allan Jude</name>
<email>allanjude@FreeBSD.org</email>
</author>
<published>2016-01-13T01:50:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b70464002c31e3599c5aa962d1c4ff6f93521216'/>
<id>urn:sha1:b70464002c31e3599c5aa962d1c4ff6f93521216</id>
<content type='text'>
  Introduce the ZFS Boot Environments menu to the loader menu

MFC: r293414
  Add ZFS Boot Environments menu to userboot

MFC: r293454
  Only call init_zfs_bootenv when the system is booted with ZFS

MFC: r293612
  Fix calling init_zfs_bootenv to early, resulting in empty ZFS BE menu

Relnotes:	yes
Sponsored by:	ScaleEngine Inc.
</content>
</entry>
<entry>
<title>MFC SVN revisions 292899,292996,292999-293000.</title>
<updated>2016-01-07T02:06:14Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2016-01-07T02:06:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b9df3b3a22a4f42f17ae9c4ac3e848423841230c'/>
<id>urn:sha1:b9df3b3a22a4f42f17ae9c4ac3e848423841230c</id>
<content type='text'>
r292899: Fix stack leak introduced by SVN r97201
r292996: Remove debugging messages added by SVN r187143
r292999: Fix a memory leak
r293000: Remove supposition comment
</content>
</entry>
<entry>
<title>MFC revisions 277693,278335,280382-280385,280923-280926,280931,</title>
<updated>2015-04-22T01:08:40Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2015-04-22T01:08:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ccb65d5f4f5943d28447f2c8d42c025926a266fb'/>
<id>urn:sha1:ccb65d5f4f5943d28447f2c8d42c025926a266fb</id>
<content type='text'>
280933-280939,280974-280976,281002,281009,281081,281176-281180,
281271,281275,281616 (described in-breif below):
r277693: Font fix (des)
r278335: Revert that
r280382: Whitespace, comments, and copyright update
r280383: Prevent inadvertent bootlock condition
r280384: Increase max passowrd length from 16 to 255 chars
r280385: Add missing variable hints to loader.conf(5) defaults
r280923: Whitespace
r280924: Comments
r280925: Optimize bootmsg to use fg/bg/me from screen.4th
r280926: Whitespace and cleanup
r280931: Comments
r280933: Move beastie to logo-*.4th; brands to brand-*.4th
r280934: Add remainder of supported ANSI escape sequences
r280935: Securely overwrite (zero) user input after password checks
r280936: Use equals for ASCII double frames
r280937: Solve dreaded "dictionary full" issue
r280938: Add "GELI Passphrase:" prompt to boot loader
r280939: Revert that (premature commit)
r280974: Use fg/b/me from screen.4th instead of literals
r280975: Eliminate literal escape sequences from *.4th
r280976: Use ^[[m mode-ending versus ^[[37m
r281002: Install newly added brand-*.4th and logo-*.4th files (jkim)
r281009: Revert .PATH changes to fix mips build (jkim)
r281081: Make sure forth manpages are only installed once (bapt)
r281176: Back to previous mode-endings based on feedback
r281177: Back to previous mode-endings based on feedback
r281178: Back to previous mode-endings based on feedback
r281179: Back to previous mode-endings based on feedback
r281180: Eliminate literal escape sequences from *.rc
r281271: Fix a bootlock condition if loader_version is set
NB: Commit message of r281271 has a typo, s/_logo/_version/
r281275: Re-do proper mode-endings
r281616: Add "GELI Passphrase:" prompt to boot loader

Relnotes:	Added "GELI Passphrase:" prompt to boot loader
</content>
</entry>
<entry>
<title>Add support for comma-separated values (whitespace-separated still supported).</title>
<updated>2012-12-10T15:29:56Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2012-12-10T15:29:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f785f598617eac1bc8992b6393ba6853558f60d9'/>
<id>urn:sha1:f785f598617eac1bc8992b6393ba6853558f60d9</id>
<content type='text'>
PR:		conf/121064
Submitted by:	koitsu
Reviewed by:	jh
</content>
</entry>
<entry>
<title>Use ASCII characters for box/line characters in frames.4th</title>
<updated>2012-12-09T15:25:34Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2012-12-09T15:25:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7a50e936c0f94d21731d32b0de748386dc9ed0e2'/>
<id>urn:sha1:7a50e936c0f94d21731d32b0de748386dc9ed0e2</id>
<content type='text'>
Committed with changes to support the following from loader.conf(5):
+ console="vidconsole comconsole" (not just console="comconsole")
+ boot_serial="anything" (not just boot_serial="YES")
+ boot_multicons="anything" (unsupported in originally-submitted patch)

PR:		conf/121064
Submitted by:	koitsu
Reviewed by:	gcooper, adrian (co-mentor)
Approved by:	adrian (co-mentor)
</content>
</entry>
<entry>
<title>New boot loader menus from Devin Teske.</title>
<updated>2011-05-28T08:50:38Z</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2011-05-28T08:50:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=802e09ac9ee9473983514693e46d8f22012e7f1d'/>
<id>urn:sha1:802e09ac9ee9473983514693e46d8f22012e7f1d</id>
<content type='text'>
Discussed on hackers and recommended for inclusion into 9.0 at the devsummit.
All support email to devin   dteske at vicor dot ignoreme dot com .

Submitted by:	dteske at vicor dot ignoreme dot com
Reviewed by:	me and many others
</content>
</entry>
<entry>
<title>comment out some debugging messages that slipped in by mistake.</title>
<updated>2009-01-13T12:28:14Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2009-01-13T12:28:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2ca710fbbc9242bcaaf08e17d46fe10267247050'/>
<id>urn:sha1:2ca710fbbc9242bcaaf08e17d46fe10267247050</id>
<content type='text'>
MFC after:	3 days
</content>
</entry>
</feed>
