Re: git: 8bae22bbbe65 - main - fusefs: prefer new/delete over malloc/free

2024-01-18 Thread Enji Cooper
> On Jan 17, 2024, at 2:50 PM, Alan Somers wrote: > > The branch main has been updated by asomers: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=8bae22bbbe6571da9259e0d43ffa8a56f4b3e171 > > commit 8bae22bbbe6571da9259e0d43ffa8a56f4b3e171 > Author: Alan Somers > AuthorDate: 2024-01-

Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto

2024-01-18 Thread Cy Schubert
In message , Alexander Richardson writes: > On Thu, 18 Jan 2024 at 10:06, Cy Schubert wrote: > > > > In message <973524d3-fcb2-47e1-b04f-bb42e1855...@freebsd.org>, Jessica > > Clarke w > > rites: > > > On 18 Jan 2024, at 17:35, Shawn Webb wrote: > > > >=20 > > > > On Thu, Jan 18, 2024 at 05:29:4

Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto

2024-01-18 Thread Alexander Richardson
On Thu, 18 Jan 2024 at 10:06, Cy Schubert wrote: > > In message <973524d3-fcb2-47e1-b04f-bb42e1855...@freebsd.org>, Jessica > Clarke w > rites: > > On 18 Jan 2024, at 17:35, Shawn Webb wrote: > > >=20 > > > On Thu, Jan 18, 2024 at 05:29:47PM +, Jessica Clarke wrote: > > >> On 18 Jan 2024, at

git: 47a6fb9d5a2e - main - mlx5: Zero DMA memory mlx5_alloc_cmd_msg() and alloc_cmd_page()

2024-01-18 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=47a6fb9d5a2ebec12114a604053ffbd2929f0021 commit 47a6fb9d5a2ebec12114a604053ffbd2929f0021 Author: Mark Johnston AuthorDate: 2024-01-18 21:47:52 + Commit: Mark Johnston CommitDate: 2024-01-18 21:5

git: 1abc64bfbdb8 - main - committers-ports.dot: add myself (dutra) as a new ports committer

2024-01-18 Thread Gabriel M. Dutra
The branch main has been updated by dutra: URL: https://cgit.FreeBSD.org/src/commit/?id=1abc64bfbdb8b977fd86de18b66b1ef28ce6650b commit 1abc64bfbdb8b977fd86de18b66b1ef28ce6650b Author: Gabriel M. Dutra AuthorDate: 2024-01-18 21:02:19 + Commit: Gabriel M. Dutra CommitDate: 2024-01-1

Re: git: 773c13c686e4 - main - kldxref: skip .pkgsave files

2024-01-18 Thread Warner Losh
On Thu, Jan 18, 2024 at 2:47 PM Warner Losh wrote: > Doh! This is what I have hanging around > > diff --git a/usr.sbin/kldxref/kldxref.c b/usr.sbin/kldxref/kldxref.c > index 1694f069564b..25bfab7129e1 100644 > --- a/usr.sbin/kldxref/kldxref.c > +++ b/usr.sbin/kldxref/kldxref.c > @@ -842,10 +842,1

Re: git: 773c13c686e4 - main - kldxref: skip .pkgsave files

2024-01-18 Thread Warner Losh
Doh! This is what I have hanging around diff --git a/usr.sbin/kldxref/kldxref.c b/usr.sbin/kldxref/kldxref.c index 1694f069564b..25bfab7129e1 100644 --- a/usr.sbin/kldxref/kldxref.c +++ b/usr.sbin/kldxref/kldxref.c @@ -842,10 +842,10 @@ main(int argc, char *argv[]) continue

Re: git: 773c13c686e4 - main - kldxref: skip .pkgsave files

2024-01-18 Thread John Baldwin
On 12/6/23 5:35 PM, Warner Losh wrote: On Wed, Dec 6, 2023, 2:53 PM John Baldwin wrote: On 12/6/23 1:41 PM, Warner Losh wrote: Hey John, On Wed, Dec 6, 2023 at 2:13 PM John Baldwin wrote: On 12/6/23 1:02 PM, Warner Losh wrote: On Wed, Dec 6, 2023, 1:04 PM John Baldwin wrote: On 2/25/2

Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto

2024-01-18 Thread Cy Schubert
In message <973524d3-fcb2-47e1-b04f-bb42e1855...@freebsd.org>, Jessica Clarke w rites: > On 18 Jan 2024, at 17:35, Shawn Webb wrote: > >=20 > > On Thu, Jan 18, 2024 at 05:29:47PM +, Jessica Clarke wrote: > >> On 18 Jan 2024, at 15:23, Cy Schubert wrote: > >>>=20 > >>> The branch main has bee

Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto

2024-01-18 Thread Jessica Clarke
On 18 Jan 2024, at 17:35, Shawn Webb wrote: > > On Thu, Jan 18, 2024 at 05:29:47PM +, Jessica Clarke wrote: >> On 18 Jan 2024, at 15:23, Cy Schubert wrote: >>> >>> The branch main has been updated by cy: >>> >>> URL: >>> https://cgit.FreeBSD.org/src/commit/?id=0990136ed1753ac7837206f9c5f4

Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto

2024-01-18 Thread Shawn Webb
On Thu, Jan 18, 2024 at 05:29:47PM +, Jessica Clarke wrote: > On 18 Jan 2024, at 15:23, Cy Schubert wrote: > > > > The branch main has been updated by cy: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=0990136ed1753ac7837206f9c5f4b83ccff6c405 > > > > commit 0990136ed1753ac7837206

Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto

2024-01-18 Thread Jessica Clarke
On 18 Jan 2024, at 15:23, Cy Schubert wrote: > > The branch main has been updated by cy: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=0990136ed1753ac7837206f9c5f4b83ccff6c405 > > commit 0990136ed1753ac7837206f9c5f4b83ccff6c405 > Author: Cy Schubert > AuthorDate: 2024-01-18 08:22:20

git: 9c2e1a54f71a - main - arm64: fix db_read_bytes() for size == 8

2024-01-18 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=9c2e1a54f71a399fc4645c4b8bed044705629143 commit 9c2e1a54f71a399fc4645c4b8bed044705629143 Author: Mitchell Horne AuthorDate: 2024-01-17 16:45:41 + Commit: Mitchell Horne CommitDate: 2024-01-18 1

git: a2544cc8243f - main - Revert "arm64: fix db_read_bytes() for size == 8"

2024-01-18 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=a2544cc8243f4136a912e08dbe86d8590d25a53d commit a2544cc8243f4136a912e08dbe86d8590d25a53d Author: Mitchell Horne AuthorDate: 2024-01-18 17:20:03 + Commit: Mitchell Horne CommitDate: 2024-01-18 1

git: 2e297cbb4fc0 - main - arm64: fix db_read_bytes() for size == 8

2024-01-18 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=2e297cbb4fc057e1872114ef8a37a41a6669dd5b commit 2e297cbb4fc057e1872114ef8a37a41a6669dd5b Author: Mitchell Horne AuthorDate: 2024-01-17 16:45:41 + Commit: Mitchell Horne CommitDate: 2024-01-18 1

git: 13ccb04589e2 - main - msdosfs_integrity_error(): plug possible busy leak

2024-01-18 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=13ccb04589e2c5c840e19b407a59e44cb70ac28e commit 13ccb04589e2c5c840e19b407a59e44cb70ac28e Author: Konstantin Belousov AuthorDate: 2024-01-18 15:35:56 + Commit: Konstantin Belousov CommitDate: 2024-

git: 661db9b390b4 - main - msdosfs_rename(): implement several XXXs about downgrading to ro

2024-01-18 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=661db9b390b4a40418d838876b58d2186d72aabf commit 661db9b390b4a40418d838876b58d2186d72aabf Author: Konstantin Belousov AuthorDate: 2024-01-17 23:05:55 + Commit: Konstantin Belousov CommitDate: 2024-

git: be0df84849ff - main - msdosfs_rename(): handle errors from msdosfs_lookup_ino()

2024-01-18 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=be0df84849ff3e8fb5ec65176ffde88dbefdc434 commit be0df84849ff3e8fb5ec65176ffde88dbefdc434 Author: Konstantin Belousov AuthorDate: 2024-01-17 22:55:05 + Commit: Konstantin Belousov CommitDate: 2024-

git: 9fac39c63c12 - main - arm64: fix the handling of DDB symbols in early boot

2024-01-18 Thread Doug Rabson
The branch main has been updated by dfr: URL: https://cgit.FreeBSD.org/src/commit/?id=9fac39c63c123f02c803007772bdb3bee1d3 commit 9fac39c63c123f02c803007772bdb3bee1d3 Author: Doug Rabson AuthorDate: 2024-01-18 16:41:02 + Commit: Doug Rabson CommitDate: 2024-01-18 16:41:02 +

git: 6b13d60bf49e - main - contrib/kyua: Merge vendor import

2024-01-18 Thread Muhammad Moinur Rahman
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/src/commit/?id=6b13d60bf49ee40626d7e3a5d5a80519f0067307 commit 6b13d60bf49ee40626d7e3a5d5a80519f0067307 Merge: 0990136ed175 5f174897f677 Author: Muhammad Moinur Rahman AuthorDate: 2024-01-18 16:26:13 + Commit: M

git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto

2024-01-18 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=0990136ed1753ac7837206f9c5f4b83ccff6c405 commit 0990136ed1753ac7837206f9c5f4b83ccff6c405 Author: Cy Schubert AuthorDate: 2024-01-18 08:22:20 + Commit: Cy Schubert CommitDate: 2024-01-18 15:12:14 +0

git: 70445a806122 - main - cksum(1): Add EXAMPLES to manual page

2024-01-18 Thread Fernando Apesteguía
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/src/commit/?id=70445a8061226ad46a7079ce8ad96e89ae45d6c5 commit 70445a8061226ad46a7079ce8ad96e89ae45d6c5 Author: Fernando Apesteguía AuthorDate: 2023-09-08 12:27:59 + Commit: Fernando Apesteguía CommitDate: 2

Re: git: 476d63e091c2 - main - kerberos: Fix numerous segfaults when using weak crypto

2024-01-18 Thread Cy Schubert
In message , Jessica Clarke w rites: > On 18 Jan 2024, at 07:48, Cy Schubert wrote: > >=20 > > The branch main has been updated by cy: > >=20 > > URL: = > https://cgit.FreeBSD.org/src/commit/?id=3D476d63e091c2e663b51d18acf6acb282= > e1f22bbc > >=20 > > commit 476d63e091c2e663b51d18acf6acb282e1f22

Re: git: 476d63e091c2 - main - kerberos: Fix numerous segfaults when using weak crypto

2024-01-18 Thread Jessica Clarke
On 18 Jan 2024, at 07:48, Cy Schubert wrote: > > The branch main has been updated by cy: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=476d63e091c2e663b51d18acf6acb282e1f22bbc > > commit 476d63e091c2e663b51d18acf6acb282e1f22bbc > Author: Cy Schubert > AuthorDate: 2023-12-06 15:30:05