git: bd7032e0b058 - main - GEOM: remove the redundant if statement

2025-09-13 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=bd7032e0b0580bc64455dc7c102e87dff6b06c8d commit bd7032e0b0580bc64455dc7c102e87dff6b06c8d Author: Wuyang Chung AuthorDate: 2025-07-27 14:13:48 + Commit: Warner Losh CommitDate: 2025-09-14 03:29:00

git: 3b6f0edd5ccc - main - taskqueue.9: replace ithread(9) with intr_event(9)

2025-09-13 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=3b6f0edd5ccc1f013fb25fe49244fffe42e7cbe1 commit 3b6f0edd5ccc1f013fb25fe49244fffe42e7cbe1 Author: Miroslav Cimerman AuthorDate: 2025-09-13 21:35:17 + Commit: Warner Losh CommitDate: 2025-09-14 02:4

git: 9dd78db9c30a - main - libc: prevent incorrect %a/%La rounding at full precision

2025-09-13 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=9dd78db9c30a220ac3e8e65d89548ff99c14dd90 commit 9dd78db9c30a220ac3e8e65d89548ff99c14dd90 Author: Osamu Sho AuthorDate: 2025-09-04 02:34:34 + Commit: Warner Losh CommitDate: 2025-09-14 03:09:26 +00

git: c8b87aa10d68 - main - loader: Move ACPI RSDP detection

2025-09-13 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=c8b87aa10d684111ec4f82b31a262850a28e5eb2 commit c8b87aa10d684111ec4f82b31a262850a28e5eb2 Author: kpowkitty AuthorDate: 2025-08-31 22:30:27 + Commit: Warner Losh CommitDate: 2025-09-14 02:24:19 +00

git: bcdbeaeffccb - main - ng_device.c: improve compliance with style(9)

2025-09-13 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=bcdbeaeffccb65574ac0600140d9a15f4edf commit bcdbeaeffccb65574ac0600140d9a15f4edf Author: Quentin Thébault AuthorDate: 2025-09-08 13:33:03 + Commit: Warner Losh CommitDate: 2025-09-12 16:24

git: fa9ea99be6fb - main - release: CLEANDIRS += pkgdb

2025-09-13 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=fa9ea99be6fb416cd0528e6a54053363775abe00 commit fa9ea99be6fb416cd0528e6a54053363775abe00 Author: Colin Percival AuthorDate: 2025-09-14 02:04:01 + Commit: Colin Percival CommitDate: 2025-09-14

git: 340e68fd7c0d - main - release: Pass ABI to pkgbase-stage.lua

2025-09-13 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=340e68fd7c0d62cac1f0876b6475a89df5065db5 commit 340e68fd7c0d62cac1f0876b6475a89df5065db5 Author: Colin Percival AuthorDate: 2025-09-14 02:01:26 + Commit: Colin Percival CommitDate: 2025-09-14

git: e75dda31c1ee - main - jaildesc: remove desc from the sysctl parameter list

2025-09-13 Thread Jamie Gritton
The branch main has been updated by jamie: URL: https://cgit.FreeBSD.org/src/commit/?id=e75dda31c1eead9ad40580bd8fec17f2bbf55a21 commit e75dda31c1eead9ad40580bd8fec17f2bbf55a21 Author: Jamie Gritton AuthorDate: 2025-09-13 22:30:14 + Commit: Jamie Gritton CommitDate: 2025-09-13 22:3

git: 91ea7e2ce2b5 - main - libc: fix the _FORTIFY_SOURCE build of getgrouplist(3)

2025-09-13 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=91ea7e2ce2b5b2ff4702c3092cfe944862d58172 commit 91ea7e2ce2b5b2ff4702c3092cfe944862d58172 Author: Kyle Evans AuthorDate: 2025-09-13 22:19:46 + Commit: Kyle Evans CommitDate: 2025-09-13 22:19:46

git: dd32d6b29d49 - main - zfs: merge openzfs/zfs@3f4312a0a

2025-09-13 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=dd32d6b29d49838c99d38ba30846ade210b2e6f7 commit dd32d6b29d49838c99d38ba30846ade210b2e6f7 Merge: e0eaabb80d17 3f4312a0a428 Author: Martin Matuska AuthorDate: 2025-09-13 20:54:32 + Commit: Martin Matu

Re: git: 851dc7f859c2 - main - jail: add jail descriptors

2025-09-13 Thread James Gritton
On 2025-09-10 02:03, Konstantin Belousov wrote: On Sun, Sep 07, 2025 at 09:25:59AM -0700, James Gritton wrote: On 2025-09-06 17:26, Konstantin Belousov wrote: > On Fri, Sep 05, 2025 at 10:57:30AM -0700, James Gritton wrote: > > On 2025-09-04 22:14, Konstantin Belousov wrote: > > > BTW, you ad

Re: git: fd9e09cb2ab0 - main - kern: replace several EBADF with EINVAL

2025-09-13 Thread Konstantin Belousov
On Sat, Sep 13, 2025 at 09:55:52PM +0300, Gleb Popov wrote: > This change affects following code inside the Qt library: > https://github.com/qt/qtbase/blob/d6cc7562689d8a07bc933178ea367706ca38e4ac/src/3rdparty/forkfd/forkfd.c#L902 > > The code in question expects to receive EBADF when being fed a

git: e0eaabb80d17 - main - libc: Have memcmp test what the standard requires

2025-09-13 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e0eaabb80d1724acf88f04acbc2ca13d42270863 commit e0eaabb80d1724acf88f04acbc2ca13d42270863 Author: Ed Maste AuthorDate: 2024-11-20 16:47:35 + Commit: Ed Maste CommitDate: 2025-09-13 19:30:31 +000

Re: git: fd9e09cb2ab0 - main - kern: replace several EBADF with EINVAL

2025-09-13 Thread Gleb Popov
This change affects following code inside the Qt library: https://github.com/qt/qtbase/blob/d6cc7562689d8a07bc933178ea367706ca38e4ac/src/3rdparty/forkfd/forkfd.c#L902 The code in question expects to receive EBADF when being fed a wrong type of the descriptor. Returning EINVAL makes sense to me, so

git: 26d56dec1e0e - main - certctl: Use __DECONST rather than reimplementing

2025-09-13 Thread Jessica Clarke
The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=26d56dec1e0e3bab571a00fcb9c39d3269fbcf97 commit 26d56dec1e0e3bab571a00fcb9c39d3269fbcf97 Author: Jessica Clarke AuthorDate: 2025-09-09 13:27:02 + Commit: Jessica Clarke CommitDate: 2025-09-09 1

git: cab4cf201acf - main - kern/kern_event.c: properly spell COMPAT_FREEBSD32

2025-09-13 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=cab4cf201acf76b415a8f1a59ea4eeeb14b4636c commit cab4cf201acf76b415a8f1a59ea4eeeb14b4636c Author: Konstantin Belousov AuthorDate: 2025-09-13 17:42:11 + Commit: Konstantin Belousov CommitDate: 2025-

git: 5f14800ca589 - main - release.sh: Pass *PKGBASE* through

2025-09-13 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=5f14800ca589d5db923a6dd6e2da9ee0b151209e commit 5f14800ca589d5db923a6dd6e2da9ee0b151209e Author: Colin Percival AuthorDate: 2025-09-13 15:32:39 + Commit: Colin Percival CommitDate: 2025-09-13

git: 8a4e4c95244b - main - loader.efi: Properly scope variable

2025-09-13 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=8a4e4c95244b9082c7f423f7206c1d2b90ffb628 commit 8a4e4c95244b9082c7f423f7206c1d2b90ffb628 Author: Warner Losh AuthorDate: 2025-09-13 15:46:25 + Commit: Warner Losh CommitDate: 2025-09-13 15:46:25 +

git: cbba9f7eeead - main - build(7): Document buildenv better

2025-09-13 Thread Warner Losh
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=cbba9f7eeead2f5c64e178d668dd314df70d7d56 commit cbba9f7eeead2f5c64e178d668dd314df70d7d56 Author: Warner Losh AuthorDate: 2025-09-13 15:37:58 + Commit: Warner Losh CommitDate: 2025-09-13 15:38:33 +

git: b98124e1c937 - main - vfs cache: update commentary, no code changes

2025-09-13 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=b98124e1c93789efcddaad57a8b9146ccc9a165e commit b98124e1c93789efcddaad57a8b9146ccc9a165e Author: Mateusz Guzik AuthorDate: 2025-09-13 05:38:56 + Commit: Mateusz Guzik CommitDate: 2025-09-13 06:19:

git: 3008f30d2c2c - main - vtnet: improve checksum offloading

2025-09-13 Thread Michael Tuexen
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=3008f30d2c2cabdd7e17f7fb922139da8681ffbd commit 3008f30d2c2cabdd7e17f7fb922139da8681ffbd Author: Timo Völker AuthorDate: 2025-09-08 20:38:49 + Commit: Michael Tuexen CommitDate: 2025-09-08 20:3

git: 3c60ea77649d - main - e1000: fix igb VF stats

2025-09-13 Thread John-Mark Gurney
The branch main has been updated by jmg: URL: https://cgit.FreeBSD.org/src/commit/?id=3c60ea77649d0f0d944c0830225c525541010710 commit 3c60ea77649d0f0d944c0830225c525541010710 Author: John-Mark Gurney AuthorDate: 2025-09-01 22:03:07 + Commit: John-Mark Gurney CommitDate: 2025-09-12

git: 63bd2416ccd9 - main - vfs: denote a bug when dooming vnodes with custom locking primitives

2025-09-13 Thread Mateusz Guzik
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=63bd2416ccd9c644b3dc557120bcccea6f7592af commit 63bd2416ccd9c644b3dc557120bcccea6f7592af Author: Mateusz Guzik AuthorDate: 2025-09-13 07:11:30 + Commit: Mateusz Guzik CommitDate: 2025-09-13 07:11: