git: dba7b0ef928a - main - Merge bmake-20210206

2021-02-10 Thread Simon J. Gerraty
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=dba7b0ef928af88caa38728a73657b837aeeac93 commit dba7b0ef928af88caa38728a73657b837aeeac93 Merge: 2a7d4d954504 8b6f73e37baf Author: Simon J. Gerraty AuthorDate: 2021-02-11 06:01:59 + Commit: Simon J.

git: 2a7d4d954504 - main - kldload(8): Improve phrasing

2021-02-10 Thread Daniel Ebdrup Jensen
The branch main has been updated by debdrup (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2a7d4d95450429a0d08232a5019a592c47955de3 commit 2a7d4d95450429a0d08232a5019a592c47955de3 Author: Daniel Ebdrup Jensen AuthorDate: 2021-02-11 05:01:49 + Commit: Daniel Ebdrup Jen

git: 4956af2a8f0d - main - usleep(3): replace 'process' with 'calling thread'

2021-02-10 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4956af2a8f0d7723cb09c98e7f5295b156136f70 commit 4956af2a8f0d7723cb09c98e7f5295b156136f70 Author: Konstantin Belousov AuthorDate: 2021-02-11 03:49:25 + Commit: Konstantin Belousov CommitDate: 2021-

git: c511a5ab53ba - main - release: fix overriding UNAME_r

2021-02-10 Thread Glen Barber
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=c511a5ab53ba335dc85f7ac93843872eb5763602 commit c511a5ab53ba335dc85f7ac93843872eb5763602 Author: Glen Barber AuthorDate: 2021-02-11 02:23:58 + Commit: Glen Barber CommitDate: 2021-02-11 02:23:58 +

Re: git: d3338f3355a6 - main - Fix incorrect hypotl(3) result with subnormal numbers

2021-02-10 Thread Brandon Bergren
On Wed, Feb 10, 2021, at 4:30 PM, Dimitry Andric wrote: > + volatile long double a = 0x1.b2933cafa0bb7p-16383L; > + volatile long double b = 0x1.fp-16351L; > + volatile long double e = 0x1.fp-16351L; These are compile errors on most platforms. I believe these

git: d3338f3355a6 - main - Fix incorrect hypotl(3) result with subnormal numbers

2021-02-10 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=d3338f3355a612cf385632291f46c5777bba8d18 commit d3338f3355a612cf385632291f46c5777bba8d18 Author: Dimitry Andric AuthorDate: 2021-02-10 22:28:43 + Commit: Dimitry Andric CommitDate: 2021-02-10 22:2

git: a6dc68c0e0f8 - main - arm64: if_dwc is also needed by intel stratix10 platform

2021-02-10 Thread Emmanuel Vadot
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=a6dc68c0e0f8a24ffaf0b4e78e58141ef7897047 commit a6dc68c0e0f8a24ffaf0b4e78e58141ef7897047 Author: Emmanuel Vadot AuthorDate: 2021-02-04 16:07:17 + Commit: Emmanuel Vadot CommitDate: 2021-02-10 20:

git: 3b721b44955a - main - arm64: Add a SOC_BRCM_NS2 option

2021-02-10 Thread Emmanuel Vadot
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=3b721b44955af8f915a6974b1012a5089c6a48ca commit 3b721b44955af8f915a6974b1012a5089c6a48ca Author: Emmanuel Vadot AuthorDate: 2021-02-04 14:40:54 + Commit: Emmanuel Vadot CommitDate: 2021-02-10 20:

git: b81439d1eb3a - main - arm64: Make thunderx vnic file depend on soc_cavm_thunderx

2021-02-10 Thread Emmanuel Vadot
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=b81439d1eb3a25fd2329a4391597de43b9c52589 commit b81439d1eb3a25fd2329a4391597de43b9c52589 Author: Emmanuel Vadot AuthorDate: 2021-02-04 14:31:23 + Commit: Emmanuel Vadot CommitDate: 2021-02-10 20:

git: ea3b6abf3f2f - main - arm64: Order sys/conf/files.arm64

2021-02-10 Thread Emmanuel Vadot
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=ea3b6abf3f2fd7db11a95ea10cc4b6d136958f8d commit ea3b6abf3f2fd7db11a95ea10cc4b6d136958f8d Author: Emmanuel Vadot AuthorDate: 2021-02-04 13:54:22 + Commit: Emmanuel Vadot CommitDate: 2021-02-10 20:

Re: git: 7d4dceec1030 - main - ixl(4): Fix VLAN HW filtering

2021-02-10 Thread Eric Joyner
Yeah, Internally we have the ixl and iavf drivers split up so that they no longer share source and have independent code bases, but that change hasn't made it upstream yet. Doing that would fix the dependency issue, so I'll see about doing that ASAP, possibly for 13.0. I recently came back from a

git: 3c958f5fdfc0 - main - netgraph/ng_bridge: Add counters for the first link, too

2021-02-10 Thread Lutz Donnerhacke
The branch main has been updated by donner: URL: https://cgit.FreeBSD.org/src/commit/?id=3c958f5fdfc01b7579ea0fbfc3f15f8a85bebee9 commit 3c958f5fdfc01b7579ea0fbfc3f15f8a85bebee9 Author: Lutz Donnerhacke AuthorDate: 2021-02-10 10:47:38 + Commit: Lutz Donnerhacke CommitDate: 2021-02-

git: fcbaf46b763a - main - systat.1: Remove Tn macros

2021-02-10 Thread Mateusz Piotrowski
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=fcbaf46b763a91bb41fe68afdcf59a7d210bc2f7 commit fcbaf46b763a91bb41fe68afdcf59a7d210bc2f7 Author: Mateusz Piotrowski <0...@freebsd.org> AuthorDate: 2021-02-06 13:14:20 + Commit:

git: e6f59be239aa - main - systat.1: Fix synopsis

2021-02-10 Thread Mateusz Piotrowski
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e6f59be239aa17f80b44ded4779e29f5d5352b28 commit e6f59be239aa17f80b44ded4779e29f5d5352b28 Author: Mateusz Piotrowski <0...@freebsd.org> AuthorDate: 2021-02-10 17:02:14 + Commit:

git: 01d07b03ef2b - main - localedef: Fix bootstrapping on Ubuntu 16.04

2021-02-10 Thread Jessica Clarke
The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=01d07b03ef2b59e70a25cfc4d9e438a7331c5926 commit 01d07b03ef2b59e70a25cfc4d9e438a7331c5926 Author: Jessica Clarke AuthorDate: 2021-02-10 16:41:35 + Commit: Jessica Clarke CommitDate: 2021-02-10 1

git: 5c18744ea9b9 - main - vm: Honour the "noreuse" flag to vm_page_unwire_managed()

2021-02-10 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=5c18744ea9b94cb6a9a091a900fa4999868736e1 commit 5c18744ea9b94cb6a9a091a900fa4999868736e1 Author: Mark Johnston AuthorDate: 2021-02-10 16:10:27 + Commit: Mark Johnston CommitDate: 2021-02-10 16:1

git: 7676b388adbc - main - Always build the sanitizer runtimes when compiling with clang

2021-02-10 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=7676b388adbc81a2ad46b43852cd9bc7ac7fad7e commit 7676b388adbc81a2ad46b43852cd9bc7ac7fad7e Author: Alex Richardson AuthorDate: 2021-02-10 15:25:14 + Commit: Alex Richardson CommitDate: 2021-

git: 12ad8bdb34aa - main - usr.sbin/makefs: fix use-after-free in read_mtree_keywords()

2021-02-10 Thread Alex Richardson
The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=12ad8bdb34aa990bcc4f3faa92a6e0557385d2b2 commit 12ad8bdb34aa990bcc4f3faa92a6e0557385d2b2 Author: Alex Richardson AuthorDate: 2021-02-10 15:23:23 + Commit: Alex Richardson CommitDate: 2021-