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 +
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-
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:
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
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_
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_
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
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
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
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
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)
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
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
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
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
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
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:
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
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
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
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
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:
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
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:
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:
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:
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:
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:
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
29 matches
Mail list logo