<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2, 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>2020-12-16T22:25:40Z</updated>
<entry>
<title>MFC r368207,368607:</title>
<updated>2020-12-16T22:25:40Z</updated>
<author>
<name>Martin Matuska</name>
<email>mm@FreeBSD.org</email>
</author>
<published>2020-12-16T22:25:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3ad46d07830bba44c479e2d19ce376212e52e9af'/>
<id>urn:sha1:3ad46d07830bba44c479e2d19ce376212e52e9af</id>
<content type='text'>
MFC r368207:
Update libarchive to 3.5.0

Relevant vendor changes:
  Issue #1258: add archive_read_support_filter_by_code()
  PR #1347: mtree digest reader support
  Issue #1381: skip hardlinks pointing to itself on extraction
  PR #1387: fix writing of cpio archives with hardlinks without file type
  PR #1388: fix rdev field in cpio format for device nodes
  PR #1389: completed support for UTF-8 encoding conversion
  PR #1405: more formats in archive_read_support_format_by_code()
  PR #1408: fix uninitialized size in rar5_read_data
  PR #1409: system extended attribute support
  PR #1435: support for decompression of symbolic links in zipx archives
  Issue #1456: memory leak after unsuccessful archive_write_open_filename

MFC r368607:
Sync libarchive with vendor.

Vendor changes:
  Issue #1461: Unbreak build without lzma
  Issue #1462: warc reader: Fix build with gcc11
  Issue #1463: Fix code compatibility in test_archive_read_support.c
  Issue #1464: Use built-in strnlen on platforms where not available
  Issue #1465: warc reader: fix undefined behaviour in deconst() function
</content>
</entry>
<entry>
<title>Fix bug in ifconfig regarding VLAN creation.</title>
<updated>2020-12-10T09:39:27Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2020-12-10T09:39:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e61d354b85d80126c4833746c22f320c31b68a2b'/>
<id>urn:sha1:e61d354b85d80126c4833746c22f320c31b68a2b</id>
<content type='text'>
Detection of VLAN interface type must happen before detection of
interface type by prefix. Else the following sequence of commands will
try to create a LAGG interface instead of a VLAN interface, which
accidentially works, because the data pointed to by the ifr_data
pointer is not parsed by the VLAN create ioctl(2).

How to reproduce:
# ifconfig lagg0 create
# ifconfig lagg0.256 create

This is a direct commit.

Differential Revision:	https://reviews.freebsd.org/D27521
Tested by:		raul.munoz@custos.es
Sponsored by:		Mellanox Technologies // NVIDIA Networking
</content>
</entry>
<entry>
<title>MFC r367070:</title>
<updated>2020-10-30T00:34:40Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2020-10-30T00:34:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=691ac35b6ef98dd5d74dc615e90f449164011cb7'/>
<id>urn:sha1:691ac35b6ef98dd5d74dc615e90f449164011cb7</id>
<content type='text'>
Remove a random equal sign from the example. It should not be there.
It's a syntax error.

PR:		210303
Reported by:	leventelist at gmail.com
</content>
</entry>
<entry>
<title>Correct location and date of the Boston Shoemakers' organization,</title>
<updated>2020-10-18T01:57:49Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2020-10-18T01:57:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f809076fdbdbbdebfd0b11415b180664c5ba21f6'/>
<id>urn:sha1:f809076fdbdbbdebfd0b11415b180664c5ba21f6</id>
<content type='text'>
which significantly predated the USA.

Reference: http://www.famousdaily.com/history/boston-shoemakers-form-first-us-labor-organization.html
</content>
</entry>
<entry>
<title>MFC r363988:</title>
<updated>2020-08-10T17:35:58Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2020-08-10T17:35:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4624fea217d9b487e60c413efb896ab93da651c'/>
<id>urn:sha1:a4624fea217d9b487e60c413efb896ab93da651c</id>
<content type='text'>
Fix clang 11 -Wformat warnings in yp_mkdb:

usr.sbin/yp_mkdb/yp_mkdb.c:91:40: error: format specifies type 'char *' but the argument has type 'void *' [-Werror,-Wformat]
                printf("%.*s %.*s\n", (int)key.size, key.data, (int)data.size,
                        ~~~~                         ^~~~~~~~
usr.sbin/yp_mkdb/yp_mkdb.c:92:7: error: format specifies type 'char *' but the argument has type 'void *' [-Werror,-Wformat]
                    data.data);
                    ^~~~~~~~~
</content>
</entry>
<entry>
<title>MFC r363453:</title>
<updated>2020-07-30T02:52:55Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2020-07-30T02:52:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=82d9a8467381e4633bb367b164c84dfc6f41aff7'/>
<id>urn:sha1:82d9a8467381e4633bb367b164c84dfc6f41aff7</id>
<content type='text'>
Document the IPFILTER_PREDEFINED environment variable.

PR:		248088
Reported by:	joeb1@a1poweruser.com
</content>
</entry>
<entry>
<title>MFC r362623:</title>
<updated>2020-06-30T15:53:52Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2020-06-30T15:53:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f1577c2659e663311578776f4cd3cb47ab8a9c19'/>
<id>urn:sha1:f1577c2659e663311578776f4cd3cb47ab8a9c19</id>
<content type='text'>
Fix copy/paste mistake in kvm_getswapinfo(3)

It seems this manpage was copied from kvm_getloadavg(3), but the
DIAGNOSTICS section was not updated completely. Update the section with
correct information about a return value of -1.
</content>
</entry>
<entry>
<title>MFC r362078:</title>
<updated>2020-06-19T07:07:10Z</updated>
<author>
<name>Ravi Pokala</name>
<email>rpokala@FreeBSD.org</email>
</author>
<published>2020-06-19T07:07:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8cebe0d35ca72b1a823e0a129bd08f60407b340d'/>
<id>urn:sha1:8cebe0d35ca72b1a823e0a129bd08f60407b340d</id>
<content type='text'>
Decode the "LACP Fast Timeout" LAGG option flag

r286700 added the "lacp_fast_timeout" option to `ifconfig', but we forgot to
include the new option in the string used to decode the option bits. Add
"LACP_FAST_TIMO" to LAGG_OPT_BITS.

Also, s/LAGG_OPT_LACP_TIMEOUT/LAGG_OPT_LACP_FAST_TIMO/g , to be clearer that
the flag indicates "Fast Timeout" mode.
</content>
</entry>
<entry>
<title>MFC r362045:</title>
<updated>2020-06-18T10:41:51Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2020-06-18T10:41:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1ae4bac217163b0cfd834213dbe1d64464baef5b'/>
<id>urn:sha1:1ae4bac217163b0cfd834213dbe1d64464baef5b</id>
<content type='text'>
Make sure packets generated by raw IP code is let through by mlx5en(4).

Allow the TCP header to reside in the mbuf following the IP header.
Else such packets will get dropped.

Backtrace:
mlx5e_sq_xmit()
mlx5e_xmit()
ether_output_frame()
ether_output()
ip_output_send()
ip_output()
rip_output()
sosend_generic()
sosend()
kern_sendit()
sendit()
sys_sendto()
amd64_syscall()
fast_syscall_common()

Sponsored by:	Mellanox Technologies
</content>
</entry>
<entry>
<title>MFC r362044:</title>
<updated>2020-06-18T10:31:21Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2020-06-18T10:31:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e5fce44e5127a0f7454203b837487cf86986fc55'/>
<id>urn:sha1:e5fce44e5127a0f7454203b837487cf86986fc55</id>
<content type='text'>
Extend use of unlikely() in the fast path, in mlx5en(4).

Typically the TCP/IP headers fit within the first mbuf and should not
trigger any of the error cases. Use unlikely() for these cases.

No functional change.

Sponsored by:	Mellanox Technologies
</content>
</entry>
</feed>
