git: 6dadf78f115c - main - UPDATING: dereference portupgrade(8)

2021-04-08 Thread Glen Barber
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=6dadf78f115cbdcb17dff8974a2044dd5129f7dc commit 6dadf78f115cbdcb17dff8974a2044dd5129f7dc Author: Glen Barber AuthorDate: 2021-04-09 00:26:41 + Commit: Glen Barber CommitDate: 2021-04-09 00:26:41 +

git: 5af1131de7fc - main - struct mount uppers: correct locking annotations

2021-04-08 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=5af1131de7fc18c795ed28e69d9393f78875d3e5 commit 5af1131de7fc18c795ed28e69d9393f78875d3e5 Author: Konstantin Belousov AuthorDate: 2021-04-08 22:03:06 + Commit: Konstantin Belousov CommitDate: 2021-

git: 05a39c2c1c18 - main - nfsd: fix replies from session cache for retried RPCs

2021-04-08 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=05a39c2c1c18cd0c4382a4f58e0952d3f77e7dfa commit 05a39c2c1c18cd0c4382a4f58e0952d3f77e7dfa Author: Rick Macklem AuthorDate: 2021-04-08 21:04:22 + Commit: Rick Macklem CommitDate: 2021-04-08 21:

git: 9e5243d7b659 - main - Enforce check for using the return result for ifa?_try_ref().

2021-04-08 Thread Alexander V. Chernikov
The branch main has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=9e5243d7b65939c3d3dbf844616084e9580876dd commit 9e5243d7b65939c3d3dbf844616084e9580876dd Author: Alexander V. Chernikov AuthorDate: 2021-03-30 14:03:28 + Commit: Alexander V. Chernikov Commit

Re: git: 5a898b2b78ce - main - Set PCIe device's Max_Payload_Size to match PCIe root's.

2021-04-08 Thread Alexander Motin
On 08.04.2021 15:26, John Baldwin wrote: > On 4/8/21 11:02 AM, Alexander Motin wrote: >> On 08.04.2021 13:36, John Baldwin wrote: >>> On 4/5/21 7:40 AM, Alexander Motin wrote: +    rmps = pcie_read_config(root, PCIER_DEVICE_CTL, 2) & +    PCIEM_CTL_MAX_PAYLOAD; +    mps = pcie_

Re: git: 5a898b2b78ce - main - Set PCIe device's Max_Payload_Size to match PCIe root's.

2021-04-08 Thread John Baldwin
On 4/8/21 11:02 AM, Alexander Motin wrote: On 08.04.2021 13:36, John Baldwin wrote: On 4/5/21 7:40 AM, Alexander Motin wrote: +    rmps = pcie_read_config(root, PCIER_DEVICE_CTL, 2) & +    PCIEM_CTL_MAX_PAYLOAD; +    mps = pcie_read_config(dev, PCIER_DEVICE_CTL, 2) & +    PCIEM_CTL_MAX_

git: 97fa288a663d - main - m4(1): Add a SEE ALSO section and reference an AT&T manual

2021-04-08 Thread Gordon Bergling
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=97fa288a663dfae192c471ec5cbfdf0d2f45367e commit 97fa288a663dfae192c471ec5cbfdf0d2f45367e Author: Gordon Bergling AuthorDate: 2021-04-08 19:16:54 + Commit: Gordon Bergling CommitDat

Re: git: 9048d9a933f5 - main - sed(1): Add a reference for a 4.4BSD manual document

2021-04-08 Thread Gordon Bergling
The change for mbuf(9) should be a separate commit. Sorry for the hassle. --Gordon On Thu, Apr 08, 2021 at 07:08:19PM +, Gordon Bergling wrote: > The branch main has been updated by gbe (doc committer): > > URL: > https://cgit.FreeBSD.org/src/commit/?id=9048d9a933f57991ee042618ab89dd49d8cba

git: 9048d9a933f5 - main - sed(1): Add a reference for a 4.4BSD manual document

2021-04-08 Thread Gordon Bergling
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=9048d9a933f57991ee042618ab89dd49d8cbad89 commit 9048d9a933f57991ee042618ab89dd49d8cbad89 Author: Gordon Bergling AuthorDate: 2021-04-08 18:57:14 + Commit: Gordon Bergling CommitDat

git: b878ec024bbe - main - tcp: Use jenkins_hash32() in hostcache

2021-04-08 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=b878ec024bbee063f4181c9be08476a864fa6a7b commit b878ec024bbee063f4181c9be08476a864fa6a7b Author: Richard Scheffenegger AuthorDate: 2021-04-08 18:28:43 + Commit: Richard Scheffenegger CommitDat

Re: git: 5a898b2b78ce - main - Set PCIe device's Max_Payload_Size to match PCIe root's.

2021-04-08 Thread Alexander Motin
On 08.04.2021 13:36, John Baldwin wrote: > On 4/5/21 7:40 AM, Alexander Motin wrote: >> +    rmps = pcie_read_config(root, PCIER_DEVICE_CTL, 2) & >> +    PCIEM_CTL_MAX_PAYLOAD; >> +    mps = pcie_read_config(dev, PCIER_DEVICE_CTL, 2) & >> +    PCIEM_CTL_MAX_PAYLOAD; >> +    if (mps == rmps)

git: 373ffc62c158 - main - tcp_hostcache.c: remove unneeded includes.

2021-04-08 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=373ffc62c158e52cde86a5b934ab4a51307f9f2e commit 373ffc62c158e52cde86a5b934ab4a51307f9f2e Author: Gleb Smirnoff AuthorDate: 2021-03-22 21:36:21 + Commit: Gleb Smirnoff CommitDate: 2021-04-08 17

git: 29acb543931e - main - tcp_hostcache: add bool argument for tcp_hc_lookup() to tell are we looking to only read from the result, or to update it as well. For now doesn't affect locking, but allows

2021-04-08 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=29acb543931e390bcfb8672e1474811dc3da88a4 commit 29acb543931e390bcfb8672e1474811dc3da88a4 Author: Gleb Smirnoff AuthorDate: 2021-03-22 20:51:42 + Commit: Gleb Smirnoff CommitDate: 2021-04-08 17

git: 489bde5753d2 - main - tcp_hostcache: hide rmx_hits/rmx_updates under ifdef.

2021-04-08 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=489bde5753d2ee591f9a36c9a9082903c8e24636 commit 489bde5753d2ee591f9a36c9a9082903c8e24636 Author: Gleb Smirnoff AuthorDate: 2021-03-22 20:35:25 + Commit: Gleb Smirnoff CommitDate: 2021-04-08 17

git: 2cca4c0ee03d - main - Remove tcp_hostcache.h. Everything is private.

2021-04-08 Thread Gleb Smirnoff
insertions(+), 85 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 3b251eee1457..f50b9befdd66 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -36,6 +36,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20210408: remove tcp_hostcache.h +OLD_FILES+=usr/include/netinet

Re: git: 4bbfa3d3baf7 - main - release: move installworld before installkernel

2021-04-08 Thread John Baldwin
On 4/5/21 10:16 AM, Ed Maste wrote: The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=4bbfa3d3baf70492ad4c3eacace0f966f3ca7070 commit 4bbfa3d3baf70492ad4c3eacace0f966f3ca7070 Author: Ed Maste AuthorDate: 2021-04-05 17:16:01 + Commit: Ed Maste

Re: git: 5a898b2b78ce - main - Set PCIe device's Max_Payload_Size to match PCIe root's.

2021-04-08 Thread John Baldwin
On 4/5/21 7:40 AM, Alexander Motin wrote: The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=5a898b2b78ce04d608bbaaa0813424b11f921ae7 commit 5a898b2b78ce04d608bbaaa0813424b11f921ae7 Author: Alexander Motin AuthorDate: 2021-04-05 14:34:40 + Commit:

git: 90cca08e91f5 - main - tcp: Prepare PRR to work with NewReno LossRecovery

2021-04-08 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=90cca08e91f54214747af0419c988aba868398ed commit 90cca08e91f54214747af0419c988aba868398ed Author: Richard Scheffenegger AuthorDate: 2021-04-08 16:52:20 + Commit: Richard Scheffenegger CommitDat

git: 7702d940ec9a - main - Avoid -pedantic warnings about using _Generic in __fp_type_select

2021-04-08 Thread Dimitry Andric
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=7702d940ec9a27fd4ab9e3991fc582b369b5eedc commit 7702d940ec9a27fd4ab9e3991fc582b369b5eedc Author: Dimitry Andric AuthorDate: 2021-04-08 11:13:15 + Commit: Dimitry Andric CommitDate: 2021-04-08 16:2

git: f2ecc0d1b7d5 - main - bhyve: fix regression in legacy virtio-9p config parsing

2021-04-08 Thread Roman Bogorodskiy
The branch main has been updated by novel (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f2ecc0d1b7d569b4b2c930c7450390c04778ee8a commit f2ecc0d1b7d569b4b2c930c7450390c04778ee8a Author: Roman Bogorodskiy AuthorDate: 2021-04-08 14:44:58 + Commit: Roman Bogorodskiy C

git: 9f2eeb02623d - main - [tcp] Fix ECN on finalizing sessions.

2021-04-08 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=9f2eeb02623d6a847a90da68a5892c25b14ce2d4 commit 9f2eeb02623d6a847a90da68a5892c25b14ce2d4 Author: Richard Scheffenegger AuthorDate: 2021-04-08 12:50:34 + Commit: Richard Scheffenegger CommitDat

git: 5998328e55f8 - main - Clean up the style in the arm64 bus.h

2021-04-08 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=5998328e55f8850718a6b48842823eb0a6524ae6 commit 5998328e55f8850718a6b48842823eb0a6524ae6 Author: Andrew Turner AuthorDate: 2021-04-08 09:41:23 + Commit: Andrew Turner CommitDate: 2021-04-08 10:

git: 1fd001db9c33 - main - arm64: clear debug register state on fork

2021-04-08 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=1fd001db9c330f133708f3c04c8852f8b07cfed9 commit 1fd001db9c330f133708f3c04c8852f8b07cfed9 Author: Mitchell Horne AuthorDate: 2021-04-07 19:23:46 + Commit: Mitchell Horne CommitDate: 2021-04-08 1

git: 4967f672ef30 - main - pf: Remove unused variable rt_listid from struct pf_krule

2021-04-08 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=4967f672ef3095300fe74a9d1ae873d0897cc0a5 commit 4967f672ef3095300fe74a9d1ae873d0897cc0a5 Author: Kristof Provost AuthorDate: 2021-04-08 09:08:33 + Commit: Kristof Provost CommitDate: 2021-04-08 11:

git: 72b3b5a94192 - main - vfs: replace vfs_smr_quiesce with vfs_smr_synchronize

2021-04-08 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=72b3b5a941927f7a79611131f144eeb2dc9143c9 commit 72b3b5a941927f7a79611131f144eeb2dc9143c9 Author: Mateusz Guzik AuthorDate: 2021-04-08 07:08:41 + Commit: Mateusz Guzik CommitDate: 2021-04-08 11:14:

git: 4d9488674f3a - main - Remove the last users of ARM_TP_ADDRESS

2021-04-08 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=4d9488674f3a36a2d12d11cad170cb1bd1c14a6d commit 4d9488674f3a36a2d12d11cad170cb1bd1c14a6d Author: Andrew Turner AuthorDate: 2021-04-07 10:29:03 + Commit: Andrew Turner CommitDate: 2021-04-08 07:

git: 24b2f4ea4922 - main - arm64: Fix finding the pmc event ID

2021-04-08 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=24b2f4ea49229618c5608846acfc10be2eb0d567 commit 24b2f4ea49229618c5608846acfc10be2eb0d567 Author: Andrew Turner AuthorDate: 2021-04-01 14:38:09 + Commit: Andrew Turner CommitDate: 2021-04-08 07:

git: d6a53211a716 - main - Discard the arm64 VFP state before resetting it

2021-04-08 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=d6a53211a716c987de76294cff32b652fe38bb09 commit d6a53211a716c987de76294cff32b652fe38bb09 Author: Andrew Turner AuthorDate: 2021-03-23 18:23:47 + Commit: Andrew Turner CommitDate: 2021-04-08 07:

Re: git: 86a52e262a6f - main - Document vnode_pager_setsize(9)

2021-04-08 Thread Ka Ho Ng
On 4/8/21 2:59 am, Konstantin Belousov wrote: On Wed, Apr 07, 2021 at 11:13:02AM +, Ka Ho Ng wrote: The branch main has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=86a52e262a6faf75ee34eaa801f6d8ddaad20733 commit 86a52e262a6faf75ee34eaa801f6d8ddaad20733 Author: K