Re: git: 9b569353e0b0 - main - tcp: initialize V_ts_offset_secret for all vnets

2024-08-09 Thread Zhenlei Huang
> On Aug 9, 2024, at 10:15 PM, Michael Tuexen wrote: > > The branch main has been updated by tuexen: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=9b569353e0b073a513cf10debbe634c2ceb29fdf > > commit 9b569353e0b073a513cf10debbe634c2ceb29fdf > Author: Michael Tuexen > AuthorDate: 20

git: 503adcdf1db3 - main - dhclient: rc.conf option to disable ARP resolution

2024-08-09 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=503adcdf1db35eab0f3d35392947a6da3bd19539 commit 503adcdf1db35eab0f3d35392947a6da3bd19539 Author: Isaac Cilia Attard AuthorDate: 2024-07-13 10:07:29 + Commit: Colin Percival CommitDate: 2024-0

git: e4482bfde9b1 - main - dhclient: Update rc.conf.5 with dhclient_arpwait

2024-08-09 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=e4482bfde9b10a4d0edd0e2d956a87b76db2cb1f commit e4482bfde9b10a4d0edd0e2d956a87b76db2cb1f Author: Isaac Cilia Attard AuthorDate: 2024-08-08 06:34:59 + Commit: Colin Percival CommitDate: 2024-0

git: 54a543d5ea3a - main - EC2: Set dhclient_arpwait="NO"

2024-08-09 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=54a543d5ea3a58aee2f001498376127efea24bd2 commit 54a543d5ea3a58aee2f001498376127efea24bd2 Author: Colin Percival AuthorDate: 2024-08-09 23:55:30 + Commit: Colin Percival CommitDate: 2024-08-09

git: 84fce4b67adc - main - dhclient: Update dhclient man page for n flag

2024-08-09 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=84fce4b67adc1ed1882d9371eb5d92dbbc79766d commit 84fce4b67adc1ed1882d9371eb5d92dbbc79766d Author: Isaac Cilia Attard AuthorDate: 2024-07-13 10:18:05 + Commit: Colin Percival CommitDate: 2024-0

git: 76e0ffd9f8fd - main - dhclient: Timeouts for entering state_selecting

2024-08-09 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=76e0ffd9f8fd09f8790a4d96581782225d9019ea commit 76e0ffd9f8fd09f8790a4d96581782225d9019ea Author: Isaac Cilia Attard AuthorDate: 2024-07-08 06:11:08 + Commit: Colin Percival CommitDate: 2024-0

git: b51569ad3c80 - main - dhclient: Make arp_timeout configurable

2024-08-09 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=b51569ad3c806688befc00dad51d15a7e61659fb commit b51569ad3c806688befc00dad51d15a7e61659fb Author: Isaac Cilia Attard AuthorDate: 2024-07-08 06:33:13 + Commit: Colin Percival CommitDate: 2024-0

git: 16a235f23c06 - main - dhclient: Switch timeouts from time_t to timespec

2024-08-09 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=16a235f23c066d27b3a53c66cf6aa329be07cdb9 commit 16a235f23c066d27b3a53c66cf6aa329be07cdb9 Author: Isaac Cilia Attard AuthorDate: 2024-07-08 05:43:09 + Commit: Colin Percival CommitDate: 2024-0

git: f0a38976b01e - main - dhclient: Use clock_gettime() instead of time()

2024-08-09 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=f0a38976b01e15956fdba48f8b58db22d0af1f7e commit f0a38976b01e15956fdba48f8b58db22d0af1f7e Author: Isaac Cilia Attard AuthorDate: 2024-07-08 06:23:00 + Commit: Colin Percival CommitDate: 2024-0

git: 45d4e82bf61f - main - msdosfs: fix cluster limit when mounting FAT-16 file systems

2024-08-09 Thread Stefan Eßer
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=45d4e82bf61f91792142a2b9e2af657dab8500fd commit 45d4e82bf61f91792142a2b9e2af657dab8500fd Author: Stefan Eßer AuthorDate: 2024-08-09 17:26:27 + Commit: Stefan Eßer CommitDate: 2024-08-09 17:26:27 +0

git: d349bd35330d - main - shutdown: fix option sorting

2024-08-09 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=d349bd35330d3ec7ce1d3e7d6c2d6fc1f6a95704 commit d349bd35330d3ec7ce1d3e7d6c2d6fc1f6a95704 Author: Kyle Evans AuthorDate: 2024-08-09 16:21:00 + Commit: Kyle Evans CommitDate: 2024-08-09 16:21:00

git: 6c7ec630c24f - main - shutdown: add a -q(uiet) flag to suppress warning messages

2024-08-09 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=6c7ec630c24fded12e237b5ffda115cc268b75c2 commit 6c7ec630c24fded12e237b5ffda115cc268b75c2 Author: Kyle Evans AuthorDate: 2024-08-09 16:01:11 + Commit: Kyle Evans CommitDate: 2024-08-09 16:01:11

Re: git: 104ee24349c0 - main - pci: Renove #ifdef PCI_IOV from declarations now used unconditionally

2024-08-09 Thread John Baldwin
On 8/8/24 18:36, Jessica Clarke wrote: The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=104ee24349c033b63a50bd89ddc431a0d3ef9902 commit 104ee24349c033b63a50bd89ddc431a0d3ef9902 Author: Jessica Clarke AuthorDate: 2024-08-08 22:35:09 + Commit:

git: 6ee6c7b14664 - main - acl_copyin: avoid returning uninitialized memory

2024-08-09 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=6ee6c7b146643170602091e8c330314e4ef47b42 commit 6ee6c7b146643170602091e8c330314e4ef47b42 Author: Pierre Pronchery AuthorDate: 2024-07-25 12:44:17 + Commit: Ed Maste CommitDate: 2024-08-09 14:40

git: 9b569353e0b0 - main - tcp: initialize V_ts_offset_secret for all vnets

2024-08-09 Thread Michael Tuexen
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=9b569353e0b073a513cf10debbe634c2ceb29fdf commit 9b569353e0b073a513cf10debbe634c2ceb29fdf Author: Michael Tuexen AuthorDate: 2024-08-09 14:12:22 + Commit: Michael Tuexen CommitDate: 2024-08-09 1

git: 872164f559d2 - main - Non-tested experimental code removal.

2024-08-09 Thread Randall Stewart
The branch main has been updated by rrs: URL: https://cgit.FreeBSD.org/src/commit/?id=872164f559d2637f8de30fcd9da46d9b43d24328 commit 872164f559d2637f8de30fcd9da46d9b43d24328 Author: Randall Stewart AuthorDate: 2024-08-09 13:01:57 + Commit: Randall Stewart CommitDate: 2024-08-09 13