git: f5f08e41aa57 - main - loader/efi: Only include interpreter's linker script

2024-02-24 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=f5f08e41aa57f94e3c127a488a82b4e518781f89 commit f5f08e41aa57f94e3c127a488a82b4e518781f89 Author: Warner Losh AuthorDate: 2024-02-25 00:57:29 + Commit: Warner Losh CommitDate: 2024-02-25 00:57:29 +

git: 8ec8413faa35 - main - loader/ficl: Rename the ficl compile set to X4th_compile_set

2024-02-24 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=8ec8413faa3573c579d9e6361de904f8251b0c0e commit 8ec8413faa3573c579d9e6361de904f8251b0c0e Author: Warner Losh AuthorDate: 2024-02-25 00:57:21 + Commit: Warner Losh CommitDate: 2024-02-25 00:57:21 +

git: b4e85f760b6b - main - loader/efi: Use unique linker set for lua

2024-02-24 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b4e85f760b6b77d276747c9beb6191bfb864e0c2 commit b4e85f760b6b77d276747c9beb6191bfb864e0c2 Author: Warner Losh AuthorDate: 2024-02-25 00:57:13 + Commit: Warner Losh CommitDate: 2024-02-25 00:57:13 +

git: d024bc7ff5e8 - main - loader/efi: Linker sets not needed.

2024-02-24 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=d024bc7ff5e80537438b4556810782e9a8257b44 commit d024bc7ff5e80537438b4556810782e9a8257b44 Author: Warner Losh AuthorDate: 2024-02-25 00:57:04 + Commit: Warner Losh CommitDate: 2024-02-25 00:57:04 +

git: 3d6239d2449e - main - loader/uboot: Move to foo.ldconfig

2024-02-24 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=3d6239d2449ee085a9a078c378659469fd69b135 commit 3d6239d2449ee085a9a078c378659469fd69b135 Author: Warner Losh AuthorDate: 2024-02-25 00:56:48 + Commit: Warner Losh CommitDate: 2024-02-25 00:56:48 +

git: ec6cbe468fb3 - main - loader/kboot: simplify linker set inclusion a little

2024-02-24 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=ec6cbe468fb364a763fdea3a2803481624702cad commit ec6cbe468fb364a763fdea3a2803481624702cad Author: Warner Losh AuthorDate: 2024-02-25 00:56:56 + Commit: Warner Losh CommitDate: 2024-02-25 00:56:56 +

git: fe4ab1fdb0da - main - loader/powerpc: Share ldscript

2024-02-24 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=fe4ab1fdb0da06ddfbd8bf168db9f91b66609253 commit fe4ab1fdb0da06ddfbd8bf168db9f91b66609253 Author: Warner Losh AuthorDate: 2024-02-25 00:56:31 + Commit: Warner Losh CommitDate: 2024-02-25 00:56:31 +

git: acb474c084b8 - main - kboot: Centralize ldscript addition

2024-02-24 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=acb474c084b8e3b7bb738a286f9218f926a15823 commit acb474c084b8e3b7bb738a286f9218f926a15823 Author: Warner Losh AuthorDate: 2024-02-25 00:56:23 + Commit: Warner Losh CommitDate: 2024-02-25 00:56:23 +

git: 5b3b9a58584b - main - loader: Move ldscripts to match more standard practices

2024-02-24 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=5b3b9a58584b101e3ea0fd8dd50dc8d9157c058e commit 5b3b9a58584b101e3ea0fd8dd50dc8d9157c058e Author: Warner Losh AuthorDate: 2024-02-25 00:56:14 + Commit: Warner Losh CommitDate: 2024-02-25 00:56:14 +

Re: git: 5e248c23d995 - main - tcp: retain some CC signals outside of kernel scope

2024-02-24 Thread John Baldwin
On 2/24/24 12:02 PM, Richard Scheffenegger wrote: The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=5e248c23d995a059d24f4784d5a256cddd42e557 commit 5e248c23d995a059d24f4784d5a256cddd42e557 Author: Richard Scheffenegger AuthorDate: 2024-02-24 20:01:5

RE: git: f74352fbcf15 - main - tcp: use enum for all congestion control signals

2024-02-24 Thread Scheffenegger, Richard
Thanks for the heads-up. Is fixed with 5e248c23d995a059d24f4784d5a256cddd42e557 Richard From: Baptiste Daroussin Sent: Samstag, 24. Februar 2024 19:24 To: Richard Scheffenegger ; src-committ...@freebsd.org; dev-commits-src-...@freebsd.org; dev-commits-src-main@FreeBSD.org Subject: Re: git: f74

git: 5e248c23d995 - main - tcp: retain some CC signals outside of kernel scope

2024-02-24 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=5e248c23d995a059d24f4784d5a256cddd42e557 commit 5e248c23d995a059d24f4784d5a256cddd42e557 Author: Richard Scheffenegger AuthorDate: 2024-02-24 20:01:54 + Commit: Richard Scheffenegger CommitDat

Re: git: f74352fbcf15 - main - tcp: use enum for all congestion control signals

2024-02-24 Thread Baptiste Daroussin
Le 24 février 2024 17:15:38 GMT+01:00, Richard Scheffenegger a écrit : >The branch main has been updated by rscheff: > >URL: >https://cgit.FreeBSD.org/src/commit/?id=f74352fbcf15341accaf5a92240871f98323215d > >commit f74352fbcf15341accaf5a92240871f98323215d >Author: Richard Scheffenegger >A

git: 644cffe67f61 - main - sctp: improve sending of packets containing an INIT ACK chunk

2024-02-24 Thread Michael Tuexen
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=644cffe67f61ad5b36b60d621d1c630ff2a50412 commit 644cffe67f61ad5b36b60d621d1c630ff2a50412 Author: Michael Tuexen AuthorDate: 2024-02-24 18:16:36 + Commit: Michael Tuexen CommitDate: 2024-02-24 1

git: 038699a8f18a - main - tcp: cubic - restart epoch after RTO

2024-02-24 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=038699a8f18a0a651ee06b85fa1dbbee1eab56f1 commit 038699a8f18a0a651ee06b85fa1dbbee1eab56f1 Author: Richard Scheffenegger AuthorDate: 2024-02-24 16:07:25 + Commit: Richard Scheffenegger CommitDat

git: 40fdc6d25f01 - main - tcp: provide correct snd_fack on post_recovery

2024-02-24 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=40fdc6d25f01eea7767f1ba21efcde0e8e26b5eb commit 40fdc6d25f01eea7767f1ba21efcde0e8e26b5eb Author: Richard Scheffenegger AuthorDate: 2024-02-24 15:53:32 + Commit: Richard Scheffenegger CommitDat

git: f74352fbcf15 - main - tcp: use enum for all congestion control signals

2024-02-24 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=f74352fbcf15341accaf5a92240871f98323215d commit f74352fbcf15341accaf5a92240871f98323215d Author: Richard Scheffenegger AuthorDate: 2024-02-24 15:41:31 + Commit: Richard Scheffenegger CommitDat

git: 38983d40c18e - main - tcp: prevent div by zero in cc_htcp

2024-02-24 Thread Richard Scheffenegger
The branch main has been updated by rscheff: URL: https://cgit.FreeBSD.org/src/commit/?id=38983d40c18ec5705dcba19ac320b86c5efe8e7e commit 38983d40c18ec5705dcba19ac320b86c5efe8e7e Author: Richard Scheffenegger AuthorDate: 2024-02-24 15:35:23 + Commit: Richard Scheffenegger CommitDat

git: 61b88a230bac - main - if_hn: Fix two typos in source code comments

2024-02-24 Thread Gordon Bergling
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=61b88a230bac766f55984d8d33b98845d2b0d1a9 commit 61b88a230bac766f55984d8d33b98845d2b0d1a9 Author: Gordon Bergling AuthorDate: 2024-02-24 09:13:44 + Commit: Gordon Bergling CommitDate: 2024-02-24 09