git: f0a5e81af436 - main - arm64: rockchip, implement the two rk805/808 clocks

2021-05-19 Thread Bjoern A. Zeeb
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=f0a5e81af4361abfc09ccaefbc375ece35ff79cc commit f0a5e81af4361abfc09ccaefbc375ece35ff79cc Author: Bjoern A. Zeeb AuthorDate: 2021-05-06 14:25:52 + Commit: Bjoern A. Zeeb CommitDate: 2021-05-19 11:48

git: f4b38c360e63 - main - rc.d: unbreak sysctl lastload

2021-05-19 Thread Eugene Grosbein
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=f4b38c360e63a6e66245efedbd6c070f9c0aee55 commit f4b38c360e63a6e66245efedbd6c070f9c0aee55 Author: Eugene Grosbein AuthorDate: 2021-05-19 13:02:31 + Commit: Eugene Grosbein CommitDate: 2021-05-19

Re: git: 3d846e48227e - main - Do not forward datagrams originated by link-local addresses

2021-05-19 Thread Joe Clarke
On 5/19/21 01:54, Lutz Donnerhacke wrote: > On Tue, May 18, 2021 at 07:51:38PM -0400, Joe Clarke wrote: >> Just out of curiosity, why remove the RFC reference from the comment? > > May you please include the author of the change for such questions? > >>> commit 3d846e48227e2e78c1e7b35145f57353ffd

git: 4a6830761c65 - main - Fix packet cbs/ebs conversion.

2021-05-19 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=4a6830761c6552bfe2c118a73a5a461694cb84c7 commit 4a6830761c6552bfe2c118a73a5a461694cb84c7 Author: Alexander Motin AuthorDate: 2021-05-19 15:00:21 + Commit: Alexander Motin CommitDate: 2021-05-19 15

git: 086feed850c3 - main - md5: Create md5sum, etc compatible programs

2021-05-19 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=086feed850c31c278f25c958b97992d024139896 commit 086feed850c31c278f25c958b97992d024139896 Author: Warner Losh AuthorDate: 2021-05-19 17:26:20 + Commit: Warner Losh CommitDate: 2021-05-19 17:41:53 +

git: 43999a5cba3c - main - pseudofs: use vget_prep + vget_finish instead of vget + the interlock

2021-05-19 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=43999a5cba3cfbf0a0f6244c76a3cd548b6925e8 commit 43999a5cba3cfbf0a0f6244c76a3cd548b6925e8 Author: Mateusz Guzik AuthorDate: 2021-05-19 14:20:23 + Commit: Mateusz Guzik CommitDate: 2021-05-19 17:58:

git: 4fe925b81e75 - main - fdescfs: allow shared locking of root vnode

2021-05-19 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=4fe925b81e75b5885ec6d504c6217f848439164a commit 4fe925b81e75b5885ec6d504c6217f848439164a Author: Mateusz Guzik AuthorDate: 2021-05-19 15:59:20 + Commit: Mateusz Guzik CommitDate: 2021-05-19 17:58:

Re: git: 086feed850c3 - main - md5: Create md5sum, etc compatible programs

2021-05-19 Thread Jessica Clarke
On 19 May 2021, at 18:44, Warner Losh wrote: > > The branch main has been updated by imp: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=086feed850c31c278f25c958b97992d024139896 > > commit 086feed850c31c278f25c958b97992d024139896 > Author: Warner Losh > AuthorDate: 2021-05-19 17:26:20

git: f4583ebabc0d - main - i2c(8): Polish: sort switches, dont confuse address & offset

2021-05-19 Thread Poul-Henning Kamp
The branch main has been updated by phk: URL: https://cgit.FreeBSD.org/src/commit/?id=f4583ebabc0db2f65bcfb3eb8d8a95921a34 commit f4583ebabc0db2f65bcfb3eb8d8a95921a34 Author: Poul-Henning Kamp AuthorDate: 2021-05-19 18:47:32 + Commit: Poul-Henning Kamp CommitDate: 2021-05-1

git: e32b2bcff02e - main - i2c(8): Change default mode to "transfer", which should work everywhere¹

2021-05-19 Thread Poul-Henning Kamp
The branch main has been updated by phk: URL: https://cgit.FreeBSD.org/src/commit/?id=e32b2bcff02ee6885c2e2e8db040f91e5a06214d commit e32b2bcff02ee6885c2e2e8db040f91e5a06214d Author: Poul-Henning Kamp AuthorDate: 2021-05-19 18:48:28 + Commit: Poul-Henning Kamp CommitDate: 2021-05-1

git: 9c10d00bf8cd - main - i2c(8): Add interpreted mode for batch/scripted i2c operations

2021-05-19 Thread Poul-Henning Kamp
The branch main has been updated by phk: URL: https://cgit.FreeBSD.org/src/commit/?id=9c10d00bf8cdf7735cdba7c09bc16495ce22095b commit 9c10d00bf8cdf7735cdba7c09bc16495ce22095b Author: Poul-Henning Kamp AuthorDate: 2021-05-19 18:56:59 + Commit: Poul-Henning Kamp CommitDate: 2021-05-1

Re: git: 0f206cc91279 - main - cam: add missing zeroing of a stack-allocated CCB.

2021-05-19 Thread Warner Losh
On Mon, May 17, 2021 at 12:52 AM Konstantin Belousov wrote: > On Sun, May 16, 2021 at 07:03:24PM +0100, Edward Tomasz Napierala wrote: > > On 0516T1227, Warner Losh wrote: > > > On Sun, May 16, 2021, 11:55 AM Mark Johnston > wrote: > > > > > > > On Sun, May 16, 2021 at 10:45:35AM +, Edward T

git: 6190ff6104ae - main - tcsh: cleanup source tree to reduce diff size.

2021-05-19 Thread Dmitry Chagin
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=6190ff6104aed4cd753019325a252c4d66495b5e commit 6190ff6104aed4cd753019325a252c4d66495b5e Author: Dmitry Chagin AuthorDate: 2021-05-19 21:08:25 + Commit: Dmitry Chagin CommitDate: 2021-05-19 21

git: 6560ac57ce87 - main - tcsh: update to version 6.22.04.

2021-05-19 Thread Dmitry Chagin
The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=6560ac57ce879857203bc456cdc3849808dc0700 commit 6560ac57ce879857203bc456cdc3849808dc0700 Merge: 6190ff6104ae 174d8b60324d Author: Dmitry Chagin AuthorDate: 2021-05-19 21:12:27 + Commit: Dmitry

git: 71a071be1c5a - main - bsd-family-tree: Add NetBSD 9.2

2021-05-19 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=71a071be1c5ae971421a830d76ee30186ffdd199 commit 71a071be1c5ae971421a830d76ee30186ffdd199 Author: Warner Losh AuthorDate: 2021-05-19 21:29:11 + Commit: Warner Losh CommitDate: 2021-05-19 21:31:47 +

git: fe815b88b553 - main - Fix fsck_ffs Pass 1b error exit "bad inode number 256 to nextinode".

2021-05-19 Thread Kirk McKusick
The branch main has been updated by mckusick: URL: https://cgit.FreeBSD.org/src/commit/?id=fe815b88b553667c40353c46b58f9779efa3570e commit fe815b88b553667c40353c46b58f9779efa3570e Author: Kirk McKusick AuthorDate: 2021-05-19 21:38:21 + Commit: Kirk McKusick CommitDate: 2021-05-19 2

git: c28cb257ddfe - main - nfscl: Fix NFSv4.1/4.2 mount recovery from an expired lease

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

git: 96480d9b338b - main - cam_sim: add doxygen to cam_sim_alloc_dev

2021-05-19 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=96480d9b338bd501d1a92bd961a0776ff0c39f71 commit 96480d9b338bd501d1a92bd961a0776ff0c39f71 Author: Warner Losh AuthorDate: 2021-05-16 15:37:26 + Commit: Warner Losh CommitDate: 2021-05-19 21:59:09 +

git: 77b637338a36 - main - alc(4): add support for Mikrotik 10/25G NIC

2021-05-19 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=77b637338a3656d4ccedb9798a3f98ac283962f4 commit 77b637338a3656d4ccedb9798a3f98ac283962f4 Author: Konstantin Belousov AuthorDate: 2021-05-19 22:14:18 + Commit: Konstantin Belousov CommitDate: 2021-

git: a9f0cf4838cb - main - cxgbe: Fix some merge-o's for the per-rxq iSCSI counters.

2021-05-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a9f0cf4838cb1991707fa32e1cf363ea18076249 commit a9f0cf4838cb1991707fa32e1cf363ea18076249 Author: John Baldwin AuthorDate: 2021-05-19 22:56:31 + Commit: John Baldwin CommitDate: 2021-05-19 22:56:31

git: 671fd0ec8dbe - main - cxgbei: Remove unused sysctls.

2021-05-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=671fd0ec8dbe5fb9c02e4d9cb7080e427dc1048b commit 671fd0ec8dbe5fb9c02e4d9cb7080e427dc1048b Author: John Baldwin AuthorDate: 2021-05-19 22:56:45 + Commit: John Baldwin CommitDate: 2021-05-19 22:56:45

git: 3bede2908acc - main - cxgbei: Add tunable sysctls for the FirstBurstLength and MaxBurstLength.

2021-05-19 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3bede2908acc6cbc8e809d63d7c9b5fd95932dfb commit 3bede2908acc6cbc8e809d63d7c9b5fd95932dfb Author: John Baldwin AuthorDate: 2021-05-19 22:56:54 + Commit: John Baldwin CommitDate: 2021-05-19 22:56:54

Re: git: 086feed850c3 - main - md5: Create md5sum, etc compatible programs

2021-05-19 Thread Warner Losh
On Wed, May 19, 2021, 12:32 PM Jessica Clarke wrote: > On 19 May 2021, at 18:44, Warner Losh wrote: > > > > The branch main has been updated by imp: > > > > URL: > https://cgit.FreeBSD.org/src/commit/?id=086feed850c31c278f25c958b97992d024139896 > > > > commit 086feed850c31c278f25c958b97992d02413

Re: git: 3d846e48227e - main - Do not forward datagrams originated by link-local addresses

2021-05-19 Thread Zhenlei Huang
Hi joe, > On May 19, 2021, at 9:42 PM, Joe Clarke wrote: > > On 5/19/21 01:54, Lutz Donnerhacke wrote: >> On Tue, May 18, 2021 at 07:51:38PM -0400, Joe Clarke wrote: >>> Just out of curiosity, why remove the RFC reference from the comment? >> >> May you please include the author of the change f

Re: git: 3d846e48227e - main - Do not forward datagrams originated by link-local addresses

2021-05-19 Thread Benjamin Kaduk
On Wed, May 19, 2021 at 7:33 PM Zhenlei Huang wrote: > > IMHO, I'd like to see the RFC reference remain. I see rgrimes response > > that the RFC's can change with errata and bis docs, but the anchor still > > provides additional context that one can use to learn more about why > > this code exis

git: 20eb96979392 - main - rc.d: connect sysctl_lastload

2021-05-19 Thread Eugene Grosbein
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=20eb969793921dce9e524d19fc02b84cabd98f74 commit 20eb969793921dce9e524d19fc02b84cabd98f74 Author: Eugene Grosbein AuthorDate: 2021-05-20 04:51:31 + Commit: Eugene Grosbein CommitDate: 2021-05-20