git: 1c3d6532ca29 - main - libprocstat: add knowledge about NT_PROCSTAT_KQUEUES core file section

2025-03-24 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=1c3d6532ca29c7aa7d26edd4074bc91671ac1bc2 commit 1c3d6532ca29c7aa7d26edd4074bc91671ac1bc2 Author: Konstantin Belousov AuthorDate: 2025-03-13 23:06:05 + Commit: Konstantin Belousov CommitDate: 2025-

git: aebeaf151d4f - stable/14 - mlx5en: explain why interface needs to be reopened on hw lro change

2025-03-24 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=aebeaf151d4f8786f83958d98e9daefb851fab44 commit aebeaf151d4f8786f83958d98e9daefb851fab44 Author: Konstantin Belousov AuthorDate: 2025-02-05 02:27:02 + Commit: Konstantin Belousov CommitDate:

git: 2452bcd8913b - main - kevent32/kinfo_knote32: remove __LP64__ predicate in definitions

2025-03-24 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=2452bcd8913bb45ec269d0a3219ca8bfc0c7a183 commit 2452bcd8913bb45ec269d0a3219ca8bfc0c7a183 Author: Konstantin Belousov AuthorDate: 2025-03-24 06:45:30 + Commit: Konstantin Belousov CommitDate: 2025-

git: a27328ea3927 - main - bhyve: Suppress unimplemented MSR related warnings

2025-03-24 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=a27328ea392714f2bc106f138191fd465157aafb commit a27328ea392714f2bc106f138191fd465157aafb Author: brendabrandy AuthorDate: 2025-03-11 23:19:58 + Commit: Warner Losh CommitDate: 2025-03-24 17:02:30

Re: git: 0849f1634a70 - main - tests/netinet: add test for IP_MULTICAST_IF

2025-03-24 Thread Kristof Provost
On 25 Mar 2025, at 1:09, Brooks Davis wrote: > On Sun, Mar 23, 2025 at 11:12:24PM -0700, Gleb Smirnoff wrote: >> On Mon, Mar 24, 2025 at 11:45:55AM +0900, Kristof Provost wrote: >> K> The downside is that we???re compiling the C test code on every run, but I >> K> expect test programs to be tiny, s

git: 3209f63851b9 - main - trim: Remove unnecessary include of src.opts.mk

2025-03-24 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=3209f63851b9e44b9d586857babe809cf7df6bfc commit 3209f63851b9e44b9d586857babe809cf7df6bfc Author: Ed Maste AuthorDate: 2025-03-20 12:05:58 + Commit: Ed Maste CommitDate: 2025-03-24 16:10:09 +000

Re: git: 0849f1634a70 - main - tests/netinet: add test for IP_MULTICAST_IF

2025-03-24 Thread Brooks Davis
On Sun, Mar 23, 2025 at 11:12:24PM -0700, Gleb Smirnoff wrote: > On Mon, Mar 24, 2025 at 11:45:55AM +0900, Kristof Provost wrote: > K> The downside is that we???re compiling the C test code on every run, but I > K> expect test programs to be tiny, so that???s not too much of a cost. > K> > K> Does

Re: git: c18a16ebcf5b - main - kern_proc_kqueues_out(): maxlen == -1 means there is no maxlen

2025-03-24 Thread Olivier Certner
Hi, > (snip) > > + if (maxlen == -1 || maxlen == 0) > As maxlen is of the unsigned type size_t, how can it be -1? > Or am I mistaken on this? It's of course true that 'maxlen' can't be -1 mathematically as it has an unsigned type, but that's not what 'maxlen == -1' tests. In this example,

Re: git: a6ea60aa4887 - main - freebsd32/freebsd32.h: only define kinfo_knote32 when kevent32 is defined

2025-03-24 Thread Konstantin Belousov
On Mon, Mar 24, 2025 at 05:45:16AM +, Jessica Clarke wrote: > On 24 Mar 2025, at 04:07, Konstantin Belousov wrote: > > > > The branch main has been updated by kib: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=a6ea60aa48878d2d0c113f541fb2b9b8246ac06b > > > > commit a6ea60aa48878

git: 371392bc10f2 - main - sockbuf: remove sbflush_internal() and sbrelease_internal() shims

2025-03-24 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=371392bc10f262a71c197a64d3815d930f8527fe commit 371392bc10f262a71c197a64d3815d930f8527fe Author: Gleb Smirnoff AuthorDate: 2025-03-24 06:40:19 + Commit: Gleb Smirnoff CommitDate: 2025-03-24 06