<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/boot, branch stable/12</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>lualoader: fix lua-lint run</title>
<updated>2021-01-24T06:13:03+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2020-12-17T18:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0b97b9ae187fe02348b1b4000f964aaa257b1edf'/>
<id>0b97b9ae187fe02348b1b4000f964aaa257b1edf</id>
<content type='text'>
luacheck rightfully complains that i is unused in the show-module-options
loop at the end (it was used for some debugging in the process).

We've added a new pager module that's compiled in, so declare that as an
acceptable global.

(cherry picked from commit 29842cb36e74037989b7a7f0bf38a47f342bac91)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
luacheck rightfully complains that i is unused in the show-module-options
loop at the end (it was used for some debugging in the process).

We've added a new pager module that's compiled in, so declare that as an
acceptable global.

(cherry picked from commit 29842cb36e74037989b7a7f0bf38a47f342bac91)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r346080: Add a smoke test QEMU boot script for CI</title>
<updated>2020-03-19T18:15:09+00:00</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2020-03-19T18:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=453dd58de95047c61fb1bd3fc9ed548dfbd9a16a'/>
<id>453dd58de95047c61fb1bd3fc9ed548dfbd9a16a</id>
<content type='text'>
And followon commits:
r346317 (ian): Allow this test script to be run from within src/tools/boot
r346329: Install some entropy for QEMU CI smoke test
r346330: Put QEMU CI smoke test boot log in /tmp if TMPDIR not set
r346748 (bcran): Fix tools/boot/ci-qemu-test.sh and make some improvements
r346961: revert QEMU q35 platform use from r346748
r352063: ci-qemu-test: if firmware is not available, hint at pkg to install
r358472: CI: print wired page count on boot

Sponsored by:	The FreeBSD Foundation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And followon commits:
r346317 (ian): Allow this test script to be run from within src/tools/boot
r346329: Install some entropy for QEMU CI smoke test
r346330: Put QEMU CI smoke test boot log in /tmp if TMPDIR not set
r346748 (bcran): Fix tools/boot/ci-qemu-test.sh and make some improvements
r346961: revert QEMU q35 platform use from r346748
r352063: ci-qemu-test: if firmware is not available, hint at pkg to install
r358472: CI: print wired page count on boot

Sponsored by:	The FreeBSD Foundation
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r346652-r346654</title>
<updated>2019-05-23T02:12:00+00:00</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2019-05-23T02:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e806afff87b944627c5433d0c33564557393bd54'/>
<id>e806afff87b944627c5433d0c33564557393bd54</id>
<content type='text'>
r346652:
Complain and exit the script if the 'make install' phase fails.  Also,
there is no need to install any debug files.

r346653:
The zfs module has grown a dependency on zcl_nfs4.ko, so copy it into all
the test images.

r346654:
For the geli-gpt-zfs test images, both bios and uefi flavors, add a dummy
ufs partition as p2, and put the zfs partition at p3, to test the ability
of the zfs probe code to find a zfs pool on something other than the first
partition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
r346652:
Complain and exit the script if the 'make install' phase fails.  Also,
there is no need to install any debug files.

r346653:
The zfs module has grown a dependency on zcl_nfs4.ko, so copy it into all
the test images.

r346654:
For the geli-gpt-zfs test images, both bios and uefi flavors, add a dummy
ufs partition as p2, and put the zfs partition at p3, to test the ability
of the zfs probe code to find a zfs pool on something other than the first
partition.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r339701: Update lualoader test script a little bit</title>
<updated>2018-11-22T03:04:13+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-11-22T03:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ed098657da65f29328cf2ab79935cf32e1fab8ff'/>
<id>ed098657da65f29328cf2ab79935cf32e1fab8ff</id>
<content type='text'>
Use userboot.so from the test directory if possible, fall back to .OBJDIR.
This avoids a problem that we've had since userboot coexistence was added,
where userboot.so alone no longer exists in the .OBJDIR but is instead just
a link installed later.
Update lualo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use userboot.so from the test directory if possible, fall back to .OBJDIR.
This avoids a problem that we've had since userboot coexistence was added,
where userboot.so alone no longer exists in the .OBJDIR but is instead just
a link installed later.
Update lualo
</pre>
</div>
</content>
</entry>
<entry>
<title>Following r335259, don't copy boot1 from the running system for sparc64</title>
<updated>2018-08-23T22:57:42+00:00</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2018-08-23T22:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e94a7c27df33afe469199ecbfe02436c2f0a791b'/>
<id>e94a7c27df33afe469199ecbfe02436c2f0a791b</id>
<content type='text'>
either.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
either.
</pre>
</div>
</content>
</entry>
<entry>
<title>also set multicons for tests</title>
<updated>2018-07-27T21:50:10+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-07-27T21:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1c70f60e23f3250b2b73b82b1fe9d60b338b29f3'/>
<id>1c70f60e23f3250b2b73b82b1fe9d60b338b29f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make generated scripts executable.</title>
<updated>2018-07-13T16:37:42+00:00</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2018-07-13T16:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dfe34cea0f5777dcd49e0e30b654b661a3980389'/>
<id>dfe34cea0f5777dcd49e0e30b654b661a3980389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More little fixes... fix a function name typo (eps vs esp), and cope with</title>
<updated>2018-07-13T16:33:21+00:00</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2018-07-13T16:33:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=394641cf3d2fd8422a6ee79a73d7eca857bddb2e'/>
<id>394641cf3d2fd8422a6ee79a73d7eca857bddb2e</id>
<content type='text'>
newer versions of gpart that show mbr efi partition types with the name
'efi' rather than as '!239'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
newer versions of gpart that show mbr efi partition types with the name
'efi' rather than as '!239'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert r336240, which contained unrelated changes accidentally committed.</title>
<updated>2018-07-13T16:32:31+00:00</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2018-07-13T16:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7b4b55e520fc56562397781361b7ff910676a2d8'/>
<id>7b4b55e520fc56562397781361b7ff910676a2d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More little fixes... fix a function name typo (eps vs esp), and cope with</title>
<updated>2018-07-13T16:30:54+00:00</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2018-07-13T16:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0d55ac162267bcf8801ee099b20a859402b1ca6d'/>
<id>0d55ac162267bcf8801ee099b20a859402b1ca6d</id>
<content type='text'>
newer versions of gpart that show mbr efi partition types with the name
'efi' rather than as '!239'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
newer versions of gpart that show mbr efi partition types with the name
'efi' rather than as '!239'.
</pre>
</div>
</content>
</entry>
</feed>
