git: cd84e78f09ec - main - tcp idle reduce does not work for a server.

2022-10-04 Thread Randall Stewart
The branch main has been updated by rrs: URL: https://cgit.FreeBSD.org/src/commit/?id=cd84e78f09ec55c0ae8339e0e6738452ea4c7424 commit cd84e78f09ec55c0ae8339e0e6738452ea4c7424 Author: Randall Stewart AuthorDate: 2022-10-04 11:09:01 + Commit: Randall Stewart CommitDate: 2022-10-04 11

Re: git: fcb3f813f379 - main - netinet*: remove PRC_ constants and streamline ICMP processing

2022-10-04 Thread Dmitry Chagin
On Tue, Oct 04, 2022 at 03:57:37AM +, Gleb Smirnoff wrote: > The branch main has been updated by glebius: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=fcb3f813f379f544f9cd2a10d18045588da0e132 > > commit fcb3f813f379f544f9cd2a10d18045588da0e132 > Author: Gleb Smirnoff > AuthorDate:

Re: git: fcb3f813f379 - main - netinet*: remove PRC_ constants and streamline ICMP processing

2022-10-04 Thread Randall Stewart
Dmitry: Yeah I hit the same issue.. I did find that if you add nooptions IPSEC_SUPPORT to your build it will work. Also making LINT works so I suspect its something minor in Gleb’s re-arrangement. Though its like 4am right now in California so he won’t be up for a while I suspect :) R >

git: 6c3c5fcfbe27..6a6bd493988c - vendor/openzfs/zfs-2.1-release - vendor branch updated

2022-10-04 Thread Martin Matuska
The branch vendor/openzfs/zfs-2.1-release has been updated by mm: URL: https://cgit.FreeBSD.org/src/log/?id=6c3c5fcfbe27..6a6bd493988c 3920d7f32500 Scrub mirror children without BPs 5b860ae1fb37 Remove refcount from spa_config_*() 415882d22874 Avoid small buffer copying on write 72a4709a596e spa.

git: 1024bb26337b - main - qdivrem: Predict division by zero as false.

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=1024bb26337bdc6679af477977247e9155d502bc commit 1024bb26337bdc6679af477977247e9155d502bc Author: Hans Petter Selasky AuthorDate: 2022-10-04 10:28:25 + Commit: Hans Petter Selasky CommitDate:

git: 2ae08612424e - main - cuse(3): Cosmetic change about testing boolean values.

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=2ae08612424eda47e099096f1f5719891c6d4711 commit 2ae08612424eda47e099096f1f5719891c6d4711 Author: Hans Petter Selasky AuthorDate: 2022-10-04 10:31:51 + Commit: Hans Petter Selasky CommitDate:

git: d97ecf714e79 - main - time(3): Increase precision of time conversion functions by using gcd.

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d97ecf714e791ad8ca7caa969fd9a5e9347fc96a commit d97ecf714e791ad8ca7caa969fd9a5e9347fc96a Author: Hans Petter Selasky AuthorDate: 2022-10-02 22:15:09 + Commit: Hans Petter Selasky CommitDate:

Re: git: 6c3c5fcfbe27..6a6bd493988c - vendor/openzfs/zfs-2.1-release - vendor branch updated

2022-10-04 Thread Mateusz Guzik
replying to a semi-random commit what needs to happen for https://github.com/andrewc12/openzfs/commit/9e425c8cb55cf31ed20434a427fab477798546db to land in stable/13? On 10/4/22, Martin Matuska wrote: > The branch vendor/openzfs/zfs-2.1-release has been updated by mm: > > URL: https://cgit.FreeBSD

git: 9f69c0b87da3 - main - Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 .

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=9f69c0b87da3faa02abcedb69689b1ab1edf571a commit 9f69c0b87da3faa02abcedb69689b1ab1edf571a Author: Hans Petter Selasky AuthorDate: 2022-10-04 13:41:39 + Commit: Hans Petter Selasky CommitDate:

git: c2a808b977dd - main - Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 .

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=c2a808b977dd61c0d69d878cd1bef6b016114d14 commit c2a808b977dd61c0d69d878cd1bef6b016114d14 Author: Hans Petter Selasky AuthorDate: 2022-10-04 13:55:15 + Commit: Hans Petter Selasky CommitDate:

Re: git: 6c3c5fcfbe27..6a6bd493988c - vendor/openzfs/zfs-2.1-release - vendor branch updated

2022-10-04 Thread Martin Matuska
If we agree to commit it (this includes proper reasoning), than we can cherry-pick it after I import 2.1.6, which is likely to happen today. But it would be nice if I update main to the latest OpenZFS master first, so we keep the number of commits in stable/13 that aren't in main yet close to ze

Re: git: 6c3c5fcfbe27..6a6bd493988c - vendor/openzfs/zfs-2.1-release - vendor branch updated

2022-10-04 Thread Mateusz Guzik
the patch at hand is already in openzfs and it is pretty self-explanatory in terms of the benefit On 10/4/22, Martin Matuska wrote: > If we agree to commit it (this includes proper reasoning), than we can > cherry-pick it after I import 2.1.6, which is likely to happen today. > But it would be n

git: 1d41a0555787 - main - Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 .

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=1d41a055578704a28b34820e0aaf14a29f28f413 commit 1d41a055578704a28b34820e0aaf14a29f28f413 Author: Hans Petter Selasky AuthorDate: 2022-10-04 14:08:20 + Commit: Hans Petter Selasky CommitDate:

git: a58536b91ae3 - main - pci: Disable Electromechanical Interlock.

2022-10-04 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=a58536b91ae3931d222c3e4f1a949ff4a4927fb2 commit a58536b91ae3931d222c3e4f1a949ff4a4927fb2 Author: Alexander Motin AuthorDate: 2022-10-04 14:34:15 + Commit: Alexander Motin CommitDate: 2022-10-04 14

git: 15ae481e056b - stable/13 - snd_uaudio(4): Add some examples accessing USB MIDI devices.

2022-10-04 Thread Hans Petter Selasky
The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=15ae481e056be4a67fa9aa5af7cbd04de2eece2b commit 15ae481e056be4a67fa9aa5af7cbd04de2eece2b Author: Goran Mekic AuthorDate: 2022-09-27 17:28:27 + Commit: Hans Petter Selasky CommitDate: 202

git: 1bac84980682 - stable/13 - vt(4): Make sure vt_switch_timer() has a sleepable context.

2022-10-04 Thread Hans Petter Selasky
The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=1bac849806827cda0872318c1b6a340b9ab14fa5 commit 1bac849806827cda0872318c1b6a340b9ab14fa5 Author: Hans Petter Selasky AuthorDate: 2022-09-26 15:10:50 + Commit: Hans Petter Selasky CommitD

git: 80c0c83b5d77 - stable/13 - sysctl(3): Implement SYSCTL_FOREACH() to iterate all OIDs in a sysctl list.

2022-10-04 Thread Hans Petter Selasky
The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=80c0c83b5d77d22b7556ba6cba20401692897d6e commit 80c0c83b5d77d22b7556ba6cba20401692897d6e Author: Hans Petter Selasky AuthorDate: 2022-09-27 13:48:16 + Commit: Hans Petter Selasky CommitD

git: a03b09579cdb - stable/13 - LinuxKPI: Use SYSCTL_FOREACH()

2022-10-04 Thread Hans Petter Selasky
The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=a03b09579cdb8989a6caa058e0b1b90b4f943bcc commit a03b09579cdb8989a6caa058e0b1b90b4f943bcc Author: Hans Petter Selasky AuthorDate: 2022-09-28 11:42:32 + Commit: Hans Petter Selasky CommitD

git: 89e5ef8917af - main - Fix kernel build after 754cb545b68ba0a1643792763d000018ffe2afec .

2022-10-04 Thread Hans Petter Selasky
The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=89e5ef8917af900558c2d275f5d5c4c703520ead commit 89e5ef8917af900558c2d275f5d5c4c703520ead Author: Hans Petter Selasky AuthorDate: 2022-10-04 15:09:07 + Commit: Hans Petter Selasky CommitDate:

git: 7f9f5c27f6f6..56fae0659591 - vendor/openssh - vendor branch updated

2022-10-04 Thread Ed Maste
The branch vendor/openssh has been updated by emaste: URL: https://cgit.FreeBSD.org/src/log/?id=7f9f5c27f6f6..56fae0659591 56fae0659591 Vendor import of OpenSSH 9.1p1

git: da0ebb97ae8e - Create tag vendor/openssh/9.1p1

2022-10-04 Thread Ed Maste
The annotated tag vendor/openssh/9.1p1 has been created by emaste: URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/openssh/9.1p1 tag vendor/openssh/9.1p1 Tagger: Ed Maste TaggerDate: 2022-10-04 15:13:37 + Tag OpenSSH 9.1p1 commit 56fae06595918644df9cfd2f285777195c8d29b8 Author: Ed

git: 6d2cfa2d34e3 - stable/13 - check/delete-old: Fix /bin/rmail removal condition

2022-10-04 Thread Dmitry Chagin
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=6d2cfa2d34e3ade155f65066f25716dc734ac302 commit 6d2cfa2d34e3ade155f65066f25716dc734ac302 Author: Dmitry Chagin AuthorDate: 2022-07-21 22:20:25 + Commit: Dmitry Chagin CommitDate: 2022-10-

git: 9515313b26be - main - libc: Fix size range check in setvbuf

2022-10-04 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=9515313b26beb005a521aff2e6edd4d75cd010da commit 9515313b26beb005a521aff2e6edd4d75cd010da Author: Ed Maste AuthorDate: 2022-10-03 18:24:42 + Commit: Ed Maste CommitDate: 2022-10-04 16:03:56 +000

git: f193a24ec570 - stable/13 - zfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release) into stable/13

2022-10-04 Thread Martin Matuska
The branch stable/13 has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=f193a24ec57067da831f732865e5871e311704af commit f193a24ec57067da831f732865e5871e311704af Merge: 6d2cfa2d34e3 6a6bd493988c Author: Martin Matuska AuthorDate: 2022-10-04 15:52:09 + Commit: Martin

git: a0a4f5cf1723 - main - Clear the indirect flag in the GICv3 ITS driver

2022-10-04 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=a0a4f5cf17236c7245250d1a9ec6fe39286f4a25 commit a0a4f5cf17236c7245250d1a9ec6fe39286f4a25 Author: Andrew Turner AuthorDate: 2022-10-04 11:46:24 + Commit: Andrew Turner CommitDate: 2022-10-04 16:

git: 9c1f54589173 - stable/13 - powerpc64le: fix boot when using QEMU PowerNV

2022-10-04 Thread Leandro Lupori
The branch stable/13 has been updated by luporl: URL: https://cgit.FreeBSD.org/src/commit/?id=9c1f54589173dc7616a866b08be68fce889cc1b1 commit 9c1f54589173dc7616a866b08be68fce889cc1b1 Author: Leandro Lupori AuthorDate: 2021-11-25 19:41:46 + Commit: Leandro Lupori CommitDate: 2022-10

git: c74c77531248 - stable/13 - powerpc/pseries: Allow radix pmap in pseries for ISA 3.0

2022-10-04 Thread Leandro Lupori
The branch stable/13 has been updated by luporl: URL: https://cgit.FreeBSD.org/src/commit/?id=c74c77531248c69b9b53f18c00d1cfcd09100d18 commit c74c77531248c69b9b53f18c00d1cfcd09100d18 Author: Justin Hibbits AuthorDate: 2021-08-12 00:03:27 + Commit: Leandro Lupori CommitDate: 2022-10

git: a312b0f77cee - stable/13 - powerpc64: make radix with superpages default

2022-10-04 Thread Leandro Lupori
The branch stable/13 has been updated by luporl: URL: https://cgit.FreeBSD.org/src/commit/?id=a312b0f77cee6ce382c743ca99d6264f1f828b40 commit a312b0f77cee6ce382c743ca99d6264f1f828b40 Author: Leandro Lupori AuthorDate: 2021-10-14 16:13:27 + Commit: Leandro Lupori CommitDate: 2022-10

git: 0ccf063e075a - stable/13 - powerpc64: fix radix on pseries TLB invalidation

2022-10-04 Thread Leandro Lupori
The branch stable/13 has been updated by luporl: URL: https://cgit.FreeBSD.org/src/commit/?id=0ccf063e075ac02d3b487b3f51f001e8f4151f24 commit 0ccf063e075ac02d3b487b3f51f001e8f4151f24 Author: Leandro Lupori AuthorDate: 2021-09-08 11:37:11 + Commit: Leandro Lupori CommitDate: 2022-10

git: e429186184fe - stable/13 - powerpc64: tell kernel when radix is not available

2022-10-04 Thread Leandro Lupori
The branch stable/13 has been updated by luporl: URL: https://cgit.FreeBSD.org/src/commit/?id=e429186184fee12cf3f2bda8a747370987653a9f commit e429186184fee12cf3f2bda8a747370987653a9f Author: Leandro Lupori AuthorDate: 2021-10-22 16:44:21 + Commit: Leandro Lupori CommitDate: 2022-10

Re: 5e4854cbf8d8 - main - rescue: Link libzutil after libzfs.

2022-10-04 Thread John Baldwin
On 10/3/22 8:03 PM, Ravi Pokala wrote: -Original Message- From: on behalf of John Baldwin Date: 2022-10-03, Monday at 16:11 To: , , Subject: git: 5e4854cbf8d8 - main - rescue: Link libzutil after libzfs. The branch main has been updated by jhb: URL: https://cgit.FreeBSD.

Re: git: c2e561a38f73 - main - tail: Fix misleading indentation in ARG() macro.

2022-10-04 Thread John Baldwin
On 10/3/22 4:11 PM, John Baldwin wrote: The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c2e561a38f739a4801d652f4b662cdc1903244f0 commit c2e561a38f739a4801d652f4b662cdc1903244f0 Author: John Baldwin AuthorDate: 2022-10-03 23:10:42 + Commit: Joh

Re: 1024bb26337b - main - qdivrem: Predict division by zero as false.

2022-10-04 Thread Ravi Pokala
-Original Message- From: on behalf of Hans Petter Selasky Date: 2022-10-04, Tuesday at 04:53 To: , , Subject: git: 1024bb26337b - main - qdivrem: Predict division by zero as false. The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=102

git: 89a9a13c1a91 - main - Remove unneeded FDT checks from phydev and regdev

2022-10-04 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=89a9a13c1a917715c047ef9b0d7bd3f6416bb13b commit 89a9a13c1a917715c047ef9b0d7bd3f6416bb13b Author: Andrew Turner AuthorDate: 2022-10-04 16:27:59 + Commit: Andrew Turner CommitDate: 2022-10-04 16:

git: 47218e711e70 - main - Include opt_platform.h to ensure FDT is defined

2022-10-04 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=47218e711e70fdcca08b6f4bd05a60c986a87e41 commit 47218e711e70fdcca08b6f4bd05a60c986a87e41 Author: Andrew Turner AuthorDate: 2022-10-04 16:31:01 + Commit: Andrew Turner CommitDate: 2022-10-04 16:

Re: git: d97ecf714e79 - main - time(3): Increase precision of time conversion functions by using gcd.

2022-10-04 Thread John Baldwin
On 10/4/22 4:53 AM, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d97ecf714e791ad8ca7caa969fd9a5e9347fc96a commit d97ecf714e791ad8ca7caa969fd9a5e9347fc96a Author: Hans Petter Selasky AuthorDate: 2022-10-02 22:15:09 +0

Re: git: a58536b91ae3 - main - pci: Disable Electromechanical Interlock.

2022-10-04 Thread John Baldwin
On 10/4/22 7:44 AM, Alexander Motin wrote: The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=a58536b91ae3931d222c3e4f1a949ff4a4927fb2 commit a58536b91ae3931d222c3e4f1a949ff4a4927fb2 Author: Alexander Motin AuthorDate: 2022-10-04 14:34:15 + Commit:

git: d7eec79b7021 - main - makefs: Plug a memory leak

2022-10-04 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=d7eec79b7021b8d96bfc327326b84ad7a9edcfb8 commit d7eec79b7021b8d96bfc327326b84ad7a9edcfb8 Author: Mark Johnston AuthorDate: 2022-10-04 16:46:39 + Commit: Mark Johnston CommitDate: 2022-10-04 17:0

git: d5dc278eeca3 - main - riscv: Apply 8d7ee2047c5e to the riscv pmap

2022-10-04 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=d5dc278eeca341cf1b5199c7c6ba70553bbb44a0 commit d5dc278eeca341cf1b5199c7c6ba70553bbb44a0 Author: Mark Johnston AuthorDate: 2022-10-04 16:49:36 + Commit: Mark Johnston CommitDate: 2022-10-04 17:0

git: cba2fa7c5b5a - main - makefs: Add a cast to placate static analyzers

2022-10-04 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=cba2fa7c5b5ac5738907cc1603cef2666d5b109d commit cba2fa7c5b5ac5738907cc1603cef2666d5b109d Author: Mark Johnston AuthorDate: 2022-10-04 16:50:13 + Commit: Mark Johnston CommitDate: 2022-10-04 17:0

git: bdd101c4d4ae - main - dtrace: Add a "regs" variable

2022-10-04 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=bdd101c4d4aeab6c9e76250c310c16f5704b8b8c commit bdd101c4d4aeab6c9e76250c310c16f5704b8b8c Author: Mark Johnston AuthorDate: 2022-10-04 16:54:36 + Commit: Mark Johnston CommitDate: 2022-10-04 17:0

git: 6a720fb95a1b - main - git-arc: Fix handling of review title containing double quotes

2022-10-04 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=6a720fb95a1bc39c6417fa6200789edfe99d5256 commit 6a720fb95a1bc39c6417fa6200789edfe99d5256 Author: Mark Johnston AuthorDate: 2022-10-04 16:59:13 + Commit: Mark Johnston CommitDate: 2022-10-04 17:0

Re: 5e4854cbf8d8 - main - rescue: Link libzutil after libzfs.

2022-10-04 Thread Ed Maste
On Tue, 4 Oct 2022 at 12:33, John Baldwin wrote: > > Yes, that's normally how that works (you link libc last, not first). lld is > just > a bit different as it will look in earlier libraries to resolve symbols > (backwards > references) not just forward references. ld.bfd only does forward ref

git: c629f0bf62e3..d62bafee9fc3 - vendor/openzfs/master - vendor branch updated

2022-10-04 Thread Martin Matuska
The branch vendor/openzfs/master has been updated by mm: URL: https://cgit.FreeBSD.org/src/log/?id=c629f0bf62e3..d62bafee9fc3 e506a0ce40bd Cleanup: Change 1 used in bitshifts to 1ULL 223b04d23d6e Revert "Reduce dbuf_find() lock contention" 505df8d13378 Dynamically size dbuf hash mutex array ce55d

git: be181ee2a28a - main - zfs: merge openzfs/zfs@d62bafee9

2022-10-04 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=be181ee2a28aa2b4b0e76684bce9f673ef668874 commit be181ee2a28aa2b4b0e76684bce9f673ef668874 Merge: 6a720fb95a1b d62bafee9fc3 Author: Martin Matuska AuthorDate: 2022-10-04 18:16:52 + Commit: Martin Matu

Re: 1024bb26337b - main - qdivrem: Predict division by zero as false.

2022-10-04 Thread Hans Petter Selasky
On 10/4/22 18:38, Ravi Pokala wrote: -Original Message- From: on behalf of Hans Petter Selasky Date: 2022-10-04, Tuesday at 04:53 To: , , Subject: git: 1024bb26337b - main - qdivrem: Predict division by zero as false. The branch main has been updated by hselasky: URL: ht

Re: git: d97ecf714e79 - main - time(3): Increase precision of time conversion functions by using gcd.

2022-10-04 Thread Hans Petter Selasky
On 10/4/22 18:41, John Baldwin wrote: On 10/4/22 4:53 AM, Hans Petter Selasky wrote: The branch main has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=d97ecf714e791ad8ca7caa969fd9a5e9347fc96a commit d97ecf714e791ad8ca7caa969fd9a5e9347fc96a Author: Hans Petter Sel

git: 7d86d66f08dd - stable/13 - unbound: Adjust version string

2022-10-04 Thread Cy Schubert
The branch stable/13 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=7d86d66f08dd265f94168977677646f13cb824c5 commit 7d86d66f08dd265f94168977677646f13cb824c5 Author: Cy Schubert AuthorDate: 2022-10-01 13:48:37 + Commit: Cy Schubert CommitDate: 2022-10-04 20:51:

git: 80a17000549a - stable/12 - unbound: Adjust version string

2022-10-04 Thread Cy Schubert
The branch stable/12 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=80a17000549ad5be1f8bdc81f25eae1547fa91c2 commit 80a17000549ad5be1f8bdc81f25eae1547fa91c2 Author: Cy Schubert AuthorDate: 2022-10-01 13:48:37 + Commit: Cy Schubert CommitDate: 2022-10-03 23:48:

git: 5e5ebbee81bf - main - ssh-keyscan: Strictly enforce the maximum allowed SSH2 banner size

2022-10-04 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=5e5ebbee81bfd1c034caffa00d58d4e06e1b26ee commit 5e5ebbee81bfd1c034caffa00d58d4e06e1b26ee Author: Ed Maste AuthorDate: 2022-10-04 20:28:13 + Commit: Ed Maste CommitDate: 2022-10-04 20:30:00 +000

git: 666605ad2df3 - main - ssh-keygen: fix double free in error path

2022-10-04 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=05ad2df3f5c1fb973dbd719ffbe3f3935c1d commit 05ad2df3f5c1fb973dbd719ffbe3f3935c1d Author: Ed Maste AuthorDate: 2022-10-04 20:31:39 + Commit: Ed Maste CommitDate: 2022-10-04 20:33:11 +000

git: 963c7b084b8b - main - ssh-keysign: fix double free in error path

2022-10-04 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=963c7b084b8bf2397deced4f568b976a42611910 commit 963c7b084b8bf2397deced4f568b976a42611910 Author: Ed Maste AuthorDate: 2022-10-04 20:34:15 + Commit: Ed Maste CommitDate: 2022-10-04 20:34:37 +000

git: a87d2d183093 - main - netlink: fix standalone module build

2022-10-04 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=a87d2d1830933b81caaf30a67a4bef0a253ecd0b commit a87d2d1830933b81caaf30a67a4bef0a253ecd0b Author: Gleb Smirnoff AuthorDate: 2022-10-04 21:38:40 + Commit: Gleb Smirnoff CommitDate: 2022-10-04 21

git: b958b862b1f4 - main - netlink: make it working without INET6

2022-10-04 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=b958b862b1f43f5fef881c1f9aee6618d7d24197 commit b958b862b1f43f5fef881c1f9aee6618d7d24197 Author: Gleb Smirnoff AuthorDate: 2022-10-04 21:39:49 + Commit: Gleb Smirnoff CommitDate: 2022-10-04 21

git: 8ff4fc03e693 - main - traceroute6: fix capabilities for the rcv socket

2022-10-04 Thread Michael Tuexen
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=8ff4fc03e6933dd69f99a8f34f2aa0760300f248 commit 8ff4fc03e6933dd69f99a8f34f2aa0760300f248 Author: Michael Tuexen AuthorDate: 2022-10-04 21:34:58 + Commit: Michael Tuexen CommitDate: 2022-10-04 2

Re: git: a58536b91ae3 - main - pci: Disable Electromechanical Interlock.

2022-10-04 Thread Alexander Motin
On 04.10.2022 12:47, John Baldwin wrote: On 10/4/22 7:44 AM, Alexander Motin wrote: The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=a58536b91ae3931d222c3e4f1a949ff4a4927fb2 commit a58536b91ae3931d222c3e4f1a949ff4a4927fb2 Author: Alexander Motin Auth

git: 5ec288b5781b - stable/13 - amd64: Initialize IPI scoreboard earlier

2022-10-04 Thread Konstantin Belousov
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=5ec288b5781b67b9f2e7acf85abbe1d56974adeb commit 5ec288b5781b67b9f2e7acf85abbe1d56974adeb Author: Konstantin Belousov AuthorDate: 2021-12-17 04:28:11 + Commit: Konstantin Belousov CommitDate:

Re: git: d97ecf714e79 - main - time(3): Increase precision of time conversion functions by using gcd.

2022-10-04 Thread Ed Maste
On Tue, 4 Oct 2022 at 15:53, Hans Petter Selasky wrote: > > On 10/4/22 18:41, John Baldwin wrote: > > > > For future reference: Phab only auto-closes a review if the Differential > > Revision > > tag is the last tag in the commit log. This is why it is listed last in > > the > > commit log templa

git: 39be4f7d1f8b - stable/13 - scandir(3): Rename alphasort_thunk to scandir_thunk_cmp to reflect that it is not alphasort-specific.

2022-10-04 Thread Xin LI
The branch stable/13 has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=39be4f7d1f8b9bebe46c0fc47c4f925632dd49e9 commit 39be4f7d1f8b9bebe46c0fc47c4f925632dd49e9 Author: Xin LI AuthorDate: 2022-09-26 02:01:46 + Commit: Xin LI CommitDate: 2022-10-05 06:16:11 +0

git: 8ee42190e198 - stable/12 - scandir(3): Rename alphasort_thunk to scandir_thunk_cmp to reflect that it is not alphasort-specific.

2022-10-04 Thread Xin LI
The branch stable/12 has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=8ee42190e198441048f928439cf391338ec4c2cb commit 8ee42190e198441048f928439cf391338ec4c2cb Author: Xin LI AuthorDate: 2022-09-26 02:01:46 + Commit: Xin LI CommitDate: 2022-10-05 06:16:40 +0

git: 3a5c9bf43fd9 - stable/13 - file: fix test case for gpkg by removing the extra \n.

2022-10-04 Thread Xin LI
The branch stable/13 has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=3a5c9bf43fd9144c11f8fc2f6367fb72fabb0264 commit 3a5c9bf43fd9144c11f8fc2f6367fb72fabb0264 Author: Xin LI AuthorDate: 2022-10-01 05:45:32 + Commit: Xin LI CommitDate: 2022-10-05 06:18:17 +0

Re: git: 89a9a13c1a91 - main - Remove unneeded FDT checks from phydev and regdev

2022-10-04 Thread Emmanuel Vadot
On Tue, 4 Oct 2022 16:39:45 GMT Andrew Turner wrote: > The branch main has been updated by andrew: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=89a9a13c1a917715c047ef9b0d7bd3f6416bb13b > > commit 89a9a13c1a917715c047ef9b0d7bd3f6416bb13b > Author: Andrew Turner > AuthorDate: 2022-10-