<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/share/examples, branch releng/11.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-04-06T18:23:42Z</updated>
<entry>
<title>MFC:	r314875, r331963</title>
<updated>2018-04-06T18:23:42Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2018-04-06T18:23:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f850f4ac8631dabcc32cba5774c7a28faee86e15'/>
<id>urn:sha1:f850f4ac8631dabcc32cba5774c7a28faee86e15</id>
<content type='text'>
Catch up with Clang 6.0.
</content>
</entry>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>urn:sha1:4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
</entry>
<entry>
<title>MFC 321881</title>
<updated>2018-03-25T01:24:52Z</updated>
<author>
<name>Sevan Janiyan</name>
<email>sevan@FreeBSD.org</email>
</author>
<published>2018-03-25T01:24:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9aa4d496262ed80fd87afd733dd757d1a278117a'/>
<id>urn:sha1:9aa4d496262ed80fd87afd733dd757d1a278117a</id>
<content type='text'>
For the udp-client example, instruct user to add an entry for a udp based
service.
For tcp-client &amp; udp-client, use the same port in configuration snippet as used
in the comment prior to remove any ambiguity on the port number which needs to
be specified.
</content>
</entry>
<entry>
<title>MFC r328428:</title>
<updated>2018-03-17T05:00:07Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-17T05:00:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2d3e913899a0cde55d0a450ad9549186f8824b9d'/>
<id>urn:sha1:2d3e913899a0cde55d0a450ad9549186f8824b9d</id>
<content type='text'>
example cdev: use make_dev_s

Make use of make_dev_s in the example cdev. While here, fix warnings.
</content>
</entry>
<entry>
<title>Partial merge of the SPDX changes</title>
<updated>2018-03-14T03:19:51Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-14T03:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be5d0b9566b13fdf8cabebb63334cbec12bfc409'/>
<id>urn:sha1:be5d0b9566b13fdf8cabebb63334cbec12bfc409</id>
<content type='text'>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</content>
</entry>
<entry>
<title>MFC:	r328695,r328720,r328784,r328795 share/examples/bhyve/vmrun.sh additions</title>
<updated>2018-02-12T19:08:17Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>2018-02-12T19:08:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3474ddee0292a9ef644902ed4d3fb01ce0c1f8d4'/>
<id>urn:sha1:3474ddee0292a9ef644902ed4d3fb01ce0c1f8d4</id>
<content type='text'>
	and cleanups

r328695:
	Add option '-n' network device emulation type which has a default
	of virtio-net
	PR:		225558
	Submitted by:	Johannes Lundberg &lt;johalun0@gmail.com&gt;

r328720:
	Add -n &lt;network device emulation type&gt; to usage synopsis
	forgotten in r328695.

	Fix long lines in usage.
	Consistently use "default:" rather than "default is"

r328784:
	Clean up long lines.

r328795:
	Fold constants and unify vnc variable names.

Approved by:	grehan (mentor)

PR:		225558
</content>
</entry>
<entry>
<title>MFC: r316746 Add UEFI support to vmrun.sh</title>
<updated>2018-02-12T18:52:59Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>2018-02-12T18:52:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7194c21c485049581f0f5a82debd82370f6971bb'/>
<id>urn:sha1:7194c21c485049581f0f5a82debd82370f6971bb</id>
<content type='text'>
Adds:
 -E: Use UEFI mode
 -f: path to UEFI firmware image (default: path to uefi-edk2-bhyve package)
 -F: UEFI framebuffer size (default: w=1024,h=768)
 -L: IP to listen for VNC connections on (default: 127.0.0.1)
 -P: Port to listen for VNC connections on (default: 5900)
 -T: Enable tablnet device (for VNC)
 -v: Wait for VNC client before booting VM

Submitted by:	Shawn Webb &lt;shawn.webb@hardenedbsd.org&gt;
Approved by:	grehan(mentor),allanjude(original committer)
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D10378
</content>
</entry>
<entry>
<title>MFC r325834,r325997,326502: Move sys/boot to stand/</title>
<updated>2018-02-12T01:08:44Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-02-12T01:08:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d3e0854fc7c9b86bd8b1232e626dc9777c6f04cb'/>
<id>urn:sha1:d3e0854fc7c9b86bd8b1232e626dc9777c6f04cb</id>
<content type='text'>
This is effectively a direct commit to stable/11, due to differences between
stable/11 and head. Changes to DTS in sys/boot/fdt/dts were often
accompanied by kernel changes. Many of these were also risc-v updates that
likely had many more dependencies to MFC.

Because of this, sys/boot/fdt/dts remains as-is while everything else in
sys/boot relocates to stand/.

r325834: Move sys/boot to stand. Fix all references to new location

r325997: Remove empty directories.

r326502: Document the sys/boot -&gt; stand move in hier.7 and the top-level README.
</content>
</entry>
<entry>
<title>MFC r326140: vmrun.sh: add -A option for AHCI emulation of disk devices</title>
<updated>2018-01-15T11:55:19Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2018-01-15T11:55:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1eb4dfa1116d71253ff708125102c84ed41260d1'/>
<id>urn:sha1:1eb4dfa1116d71253ff708125102c84ed41260d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r320441,r320442:</title>
<updated>2017-07-28T03:32:36Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-07-28T03:32:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5198dd222086422486b328a43aa1a4e1d6b9bd31'/>
<id>urn:sha1:5198dd222086422486b328a43aa1a4e1d6b9bd31</id>
<content type='text'>
r320441:

share/examples/tests/Makefile: clean up example snippets/documentation

- TESTSDIR doesn't need to be specified after r289158.
- Including bsd.own.mk isn't required since no MK_&lt;foo&gt; knobs are being
  manipulated.
- TESTS_SUBDIRS should be written out in an append format, one entry
  per line, to provide a better, more conflict resistant example.

r320442:

share/examples/tests/{atf,plain}/Makefile: tweak example Makefile snippets

- Including bsd.own.mk isn't required since no MK_&lt;foo&gt; knobs are being
  manipulated.
- Update documentation to note that ${FILES} is installed via bsd.progs.mk,
  not bsd.prog.mk.
</content>
</entry>
</feed>
