git: 09cd3decf0fa - main - etc, ypserv: Fix symlink creation for pkgbase

2025-10-01 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=09cd3decf0fae4b769b04c1e900ed5935c40957e commit 09cd3decf0fae4b769b04c1e900ed5935c40957e Author: Lexi Winter AuthorDate: 2025-10-02 01:10:28 + Commit: Lexi Winter CommitDate: 2025-10-02 01:37:35 +

git: b7473a5d68b8 - main - loader: make disable-device more rebust

2025-10-01 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b7473a5d68b8ade1ce6c6c08965fe284cc70bd75 commit b7473a5d68b8ade1ce6c6c08965fe284cc70bd75 Author: Warner Losh AuthorDate: 2025-09-28 17:58:31 + Commit: Warner Losh CommitDate: 2025-09-29 01:45:01 +

git: 213170eb956f - main - iflib: Implement tx desc reclaim threshold

2025-10-01 Thread Andrew Gallatin
The branch main has been updated by gallatin: URL: https://cgit.FreeBSD.org/src/commit/?id=213170eb956fa7eec93c2ab4159d6ed68e8e1b1d commit 213170eb956fa7eec93c2ab4159d6ed68e8e1b1d Author: Andrew Gallatin AuthorDate: 2025-10-01 22:43:05 + Commit: Andrew Gallatin CommitDate: 2025-10-

git: 1b806e607f52 - main - packages: Add a sound package

2025-10-01 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=1b806e607f52285f973fb1106491668fd28da6a4 commit 1b806e607f52285f973fb1106491668fd28da6a4 Author: Lexi Winter AuthorDate: 2025-10-02 01:16:11 + Commit: Lexi Winter CommitDate: 2025-10-02 01:37:35 +

git: d0c8a0b3e6fc - main - tests/netinet: extend IPv4 multicast testing framework

2025-10-01 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=d0c8a0b3e6fc5372428eb4fddcd4f8c65b5b0ee0 commit d0c8a0b3e6fc5372428eb4fddcd4f8c65b5b0ee0 Author: Gleb Smirnoff AuthorDate: 2025-09-29 23:23:28 + Commit: Gleb Smirnoff CommitDate: 2025-10-01 19

git: 36f2eda25171 - main - tests/netinet: rename and extend sendto-IP_MULTICAST_IF.c

2025-10-01 Thread Gleb Smirnoff
t a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 55202d1c100c..539ab7d54460 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20251001: test helper sendto-IP_MULTICAST_IF renamed +OLD_FILES+=usr/tests/sys/netinet/sendto-IP_MULTICAST

Re: git: 08f06aa1b4fb - main - vfs: retire the VCALL macro

2025-10-01 Thread Gleb Smirnoff
On Wed, Oct 01, 2025 at 09:01:57PM +0200, Mateusz Guzik wrote: M> > FYI, this commit along with retirement of NULLVP and VREF broke M> > open-vm-kmod build on current. I wonder if there are move ports that M> > could be affected. M> > M> M> I could bump __freebsd_version for it, but what you can

git: 3034fa3d4321 - main - tcp: cleanup syncache_expand()

2025-10-01 Thread Michael Tuexen
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=3034fa3d4321fdc487428c9050711de9ce234567 commit 3034fa3d4321fdc487428c9050711de9ce234567 Author: Michael Tuexen AuthorDate: 2025-10-01 19:14:23 + Commit: Michael Tuexen CommitDate: 2025-10-01 1

git: 76157a63a0c6 - main - ddb show lockedvnods: avoid trap for ufs vnode under construction

2025-10-01 Thread Ryan Libby
The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=76157a63a0c63dd7363f6c8ae60edc814b3c138a commit 76157a63a0c63dd7363f6c8ae60edc814b3c138a Author: Ryan Libby AuthorDate: 2025-10-01 18:25:27 + Commit: Ryan Libby CommitDate: 2025-10-01 18:25:27

Re: git: 08f06aa1b4fb - main - vfs: retire the VCALL macro

2025-10-01 Thread Mateusz Guzik
On Wed, Oct 1, 2025 at 8:35 PM Renato Botelho wrote: > > On 27/09/25 01:01, Mateusz Guzik wrote: > > The branch main has been updated by mjg: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=08f06aa1b4fb6db0d8beb3e1c328b1c1adbec13a > > > > commit 08f06aa1b4fb6db0d8beb3e1c328b1c1adbec13a >

Re: git: 08f06aa1b4fb - main - vfs: retire the VCALL macro

2025-10-01 Thread Renato Botelho
On 27/09/25 01:01, Mateusz Guzik wrote: The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=08f06aa1b4fb6db0d8beb3e1c328b1c1adbec13a commit 08f06aa1b4fb6db0d8beb3e1c328b1c1adbec13a Author: Mateusz Guzik AuthorDate: 2025-09-27 02:01:32 + Commit: Ma

Re: git: 2ffaca551eaf - main - snd_hda: Implement automatic redirection between associations

2025-10-01 Thread Christos Margiolis
On Tue Sep 30, 2025 at 10:10 PM CEST, Guido Falsi wrote: > On 9/30/25 21:22, Guido Falsi wrote: >> On 9/30/25 12:52, Christos Margiolis wrote: >>> The branch main has been updated by christos: >>> >>> URL: https://cgit.FreeBSD.org/src/commit/? >>> id=2ffaca551eaf32c17f701762ecf29a961cf19aa4 >>> >>

git: 300aa267efaa - main - Makefile.inc1: Force NO_ROOT for distribute* and package*

2025-10-01 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=300aa267efaa08564337797e89590737a7cc6af0 commit 300aa267efaa08564337797e89590737a7cc6af0 Author: Ed Maste AuthorDate: 2024-12-11 13:50:55 + Commit: Ed Maste CommitDate: 2025-10-01 18:07:55 +000

git: 5b63afc09a86 - main - watchdog: ifdef wd_ioctl_patpat on COMPAT_FREEBSD14

2025-10-01 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=5b63afc09a86318fa8bf09a786a1b084e000cc51 commit 5b63afc09a86318fa8bf09a786a1b084e000cc51 Author: Mateusz Guzik AuthorDate: 2025-10-01 07:40:31 + Commit: Mateusz Guzik CommitDate: 2025-10-01 07:40:

git: ebb60d47a535 - main - Revert "IfAPI: Added missing accessor for if_home_vnet"

2025-10-01 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=ebb60d47a5350e5d752b97cba8b3b0c3be8aa1eb commit ebb60d47a5350e5d752b97cba8b3b0c3be8aa1eb Author: Kristof Provost AuthorDate: 2025-10-01 16:13:54 + Commit: Kristof Provost CommitDate: 2025-10-01 16:

git: bdb205c53ed7 - main - libpfctl: fix memory leak in pfctl_get_status()

2025-10-01 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=bdb205c53ed769ad9f5e8da1ec6d05c48992dbf8 commit bdb205c53ed769ad9f5e8da1ec6d05c48992dbf8 Author: Kristof Provost AuthorDate: 2025-10-01 09:41:25 + Commit: Kristof Provost CommitDate: 2025-10-01 12:

git: cf583997282f - main - .github: Update to use llvm 15

2025-10-01 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=cf583997282f962d9e8bf478667d5087f7c1f2da commit cf583997282f962d9e8bf478667d5087f7c1f2da Author: Andrew Turner AuthorDate: 2025-09-11 07:22:38 + Commit: Andrew Turner CommitDate: 2025-09-11 20:

git: bce8cdaf4cb1 - main - rc.d: Fix package for virtual_oss

2025-10-01 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=bce8cdaf4cb184db577a5633e82bdabe24239af1 commit bce8cdaf4cb184db577a5633e82bdabe24239af1 Author: Lexi Winter AuthorDate: 2025-10-01 10:04:19 + Commit: Lexi Winter CommitDate: 2025-10-01 10:06:55 +

git: b5e2bd5ef381 - main - libucl: Fix bugs in C-style comment parser

2025-10-01 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=b5e2bd5ef38181ce4a445ec19f1fa5cb6c8ea692 commit b5e2bd5ef38181ce4a445ec19f1fa5cb6c8ea692 Author: Dag-Erling Smørgrav AuthorDate: 2025-10-01 09:28:30 + Commit: Dag-Erling Smørgrav CommitDate: 2025-

git: 7bc6ec1a255d - main - Revert "acpi_powerres: Fix turning off power resources on first D-state switch"

2025-10-01 Thread Aymeric Wibo
The branch main has been updated by obiwac: URL: https://cgit.FreeBSD.org/src/commit/?id=7bc6ec1a255da6678a72330d65a1f320de538727 commit 7bc6ec1a255da6678a72330d65a1f320de538727 Author: Aymeric Wibo AuthorDate: 2025-10-01 09:13:56 + Commit: Aymeric Wibo CommitDate: 2025-10-01 09:13

Re: git: 4e7a375804e5 - main - IfAPI: Added missing accessor for if_home_vnet

2025-10-01 Thread Kevin Irabor
Hello, Both emails are mine - one I use as my GitHub email and the one I signed off with is my personal email. Sorry for the confusion there. To answer your questions: I was browsing the ifnet code and saw the earlier IfAPI commits that were made. I assumed the pattern was to provide accessors for