git: e0c9d85cab83 - stable/14 - libc: expose __getosreldate in private version

2025-06-28 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e0c9d85cab833493b893ee023cc09e15d37c641e commit e0c9d85cab833493b893ee023cc09e15d37c641e Author: Konstantin Belousov AuthorDate: 2025-06-29 01:13:06 + Commit: Konstantin Belousov CommitDate:

git: 7db7118976b5 - stable/14 - libthr/amd64: do not set THR_C_RUNTIME for thr_new() if the main thread did used AMD64_SET_TLSBASE

2025-06-28 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=7db7118976b5d8a8d981a801c0e5e5fcbccad462 commit 7db7118976b5d8a8d981a801c0e5e5fcbccad462 Author: Konstantin Belousov AuthorDate: 2025-06-01 07:00:18 + Commit: Konstantin Belousov CommitDate:

git: 3131e7a41725 - stable/14 - csu: C standard requires errno on main() entry

2025-06-28 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=3131e7a41725acd53d7612da8cb9de278f81e244 commit 3131e7a41725acd53d7612da8cb9de278f81e244 Author: Konstantin Belousov AuthorDate: 2025-06-23 23:46:43 + Commit: Konstantin Belousov CommitDate:

git: 4b8788dd08f1 - stable/14 - amd64 locore: fix typo in comment

2025-06-28 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4b8788dd08f1c5ecacb0fe16b2bb39e5082243d1 commit 4b8788dd08f1c5ecacb0fe16b2bb39e5082243d1 Author: Konstantin Belousov AuthorDate: 2025-06-25 03:25:07 + Commit: Konstantin Belousov CommitDate:

git: 582f787e2a5c - main - ctladm: skip the tests if ctladm is missing

2025-06-28 Thread Olivier Cochard
The branch main has been updated by olivier: URL: https://cgit.FreeBSD.org/src/commit/?id=582f787e2a5c3114819dfaa4611cb4762716f0a1 commit 582f787e2a5c3114819dfaa4611cb4762716f0a1 Author: Olivier Cochard AuthorDate: 2025-06-29 00:26:13 + Commit: Olivier Cochard CommitDate: 2025-06-2

git: edc307eca9a9 - main - pfsync: Allocate and initialize buckets before attaching the interface

2025-06-28 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=edc307eca9a9a9b0ce7445cff513b48f6489e5c6 commit edc307eca9a9a9b0ce7445cff513b48f6489e5c6 Author: Zhenlei Huang AuthorDate: 2025-06-28 15:46:51 + Commit: Zhenlei Huang CommitDate: 2025-06-28 15:46

git: 8213c07c2058 - main - pfsync: Destroy buckets mutexes on clone destroying interface

2025-06-28 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=8213c07c20586a67bc7f7152bd7ff76c02cbc007 commit 8213c07c20586a67bc7f7152bd7ff76c02cbc007 Author: Zhenlei Huang AuthorDate: 2025-06-28 15:46:51 + Commit: Zhenlei Huang CommitDate: 2025-06-28 15:46

Re: git: 89f6eb0a61cb - main - tcp: restrict the contents of tcp_timer.h to the kernel context

2025-06-28 Thread Gleb Smirnoff
On Sat, Jun 28, 2025 at 04:04:33AM +0200, Michael Tuexen wrote: M> >> + M> >> /* M> >> * The TCPT_REXMT timer is used to force retransmissions. M> >> * The TCP has the TCPT_REXMT timer set whenever segments M> >> @@ -133,8 +135,6 @@ M> >> (tv) = (tvmax); \ M> >> } while(0) M> >> -#ifdef _K

Re: git: 0726c6574f88 - main - sockstat: Add automatic column sizing and remove -w option

2025-06-28 Thread Gleb Smirnoff
On Fri, Jun 27, 2025 at 08:35:18PM -0600, Alan Somers wrote: A> > First, there is a spurious second newline on every line. Even after the A> > header A> > line! How could that pass through minimal testing? A> > A> A> A second newline? Do you mean that the output is double-spaced? Because I A> d