git: f82159545a3c - stable/13 - contrib/llvm-project: re-add clang/tools/clang-scan-deps

2025-07-02 Thread Dimitry Andric
The branch stable/13 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=f82159545a3c38e507542002290036a0cf4920ac commit f82159545a3c38e507542002290036a0cf4920ac Author: Dimitry Andric AuthorDate: 2025-06-25 17:19:51 + Commit: Dimitry Andric CommitDate: 2025-07-02

git: 604d34c23f77 - main - net: ether_gen_addr: fix address generation

2025-07-02 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=604d34c23f772ae0005a552b0b7189f3dc97d519 commit 604d34c23f772ae0005a552b0b7189f3dc97d519 Author: Maxim Shalomikhin AuthorDate: 2025-07-02 19:25:57 + Commit: Kyle Evans CommitDate: 2025-07-02 19

git: 8d93877c013f - stable/14 - Add sys/stdarg.h

2025-07-02 Thread Brooks Davis
The branch stable/14 has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=8d93877c013fa3bc00b8b9841e545a941e80b2ca commit 8d93877c013fa3bc00b8b9841e545a941e80b2ca Author: Brooks Davis AuthorDate: 2025-07-02 20:24:45 + Commit: Brooks Davis CommitDate: 2025-07-02

git: d9352700f935 - releng/14.2 - Add UPDATING entries and bump version.

2025-07-02 Thread Gordon Tetlow
/UPDATING +++ b/UPDATING @@ -12,6 +12,20 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20250702: +14.2-RELEASE-p4EN-25:09.libc + EN-25:10.zfs

git: 95e9c54b3961 - releng/13.5 - Fix Use-after-free in multi-threaded xz decoder.

2025-07-02 Thread Gordon Tetlow
The branch releng/13.5 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=95e9c54b3961af6de4fccf1f801f7eb15fcc5263 commit 95e9c54b3961af6de4fccf1f801f7eb15fcc5263 Author: Gordon Tetlow AuthorDate: 2025-07-02 05:55:41 + Commit: Gordon Tetlow CommitDate: 2025-07

git: c5feebf38389 - releng/14.2 - Fix corruption in ZFS replication streams from encrypted datasets.

2025-07-02 Thread Gordon Tetlow
The branch releng/14.2 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=c5feebf38389901b4b22ac94244ce33e9e6234ca commit c5feebf38389901b4b22ac94244ce33e9e6234ca Author: Gordon Tetlow AuthorDate: 2025-07-02 05:51:04 + Commit: Gordon Tetlow CommitDate: 2025-07

git: 89104be0ddae - releng/14.2 - ena: Fix misconfiguration when requesting regular LLQ

2025-07-02 Thread Gordon Tetlow
The branch releng/14.2 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=89104be0ddae36c250d2a4d923f7e042e69748ff commit 89104be0ddae36c250d2a4d923f7e042e69748ff Author: David Arinzon AuthorDate: 2025-04-22 10:54:18 + Commit: Gordon Tetlow CommitDate: 2025-07

git: 341d92aef027 - releng/13.5 - Add UPDATING entries and bump version.

2025-07-02 Thread Gordon Tetlow
/UPDATING +++ b/UPDATING @@ -12,6 +12,20 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20250702: + 13.5-RELEASE-p2 EN-25:09.libc + EN-25:10.zfs

git: 79dea0c8af4e - main - linker: Fix the ifunc symbol value calculation for ET_REL files

2025-07-02 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=79dea0c8af4eeb394c6db6ce62a4da77177bd234 commit 79dea0c8af4eeb394c6db6ce62a4da77177bd234 Author: Mark Johnston AuthorDate: 2025-07-02 18:38:20 + Commit: Mark Johnston CommitDate: 2025-07-02 18:4

Re: git: aefae931820f - main - linker: Improve handling of ifuncs when fetching symbol metadata

2025-07-02 Thread Mark Johnston
On Wed, Jul 02, 2025 at 11:25:53AM -0700, Cy Schubert wrote: > Cy Schubert writes: > > In message <202507021341.562dfueh023...@gitrepo.freebsd.org>, Mark Johnston > > wri > > tes: > > > The branch main has been updated by markj: > > > > > > URL: > > > https://cgit.FreeBSD.org/src/commit/?id=aefae

git: b2f02b04948c - main - if_ethersubr: preserve entropy of MAC addresses

2025-07-02 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=b2f02b04948cea9b7f019b267e1fc2d083b1417c commit b2f02b04948cea9b7f019b267e1fc2d083b1417c Author: Quentin Thébault AuthorDate: 2025-07-02 06:17:29 + Commit: Kyle Evans CommitDate: 2025-07-02 19:

git: 0cc03e473ed7 - stable/14 - uchcom: add support for CH9102 and CH343 uarts

2025-07-02 Thread Kevin Lo
The branch stable/14 has been updated by kevlo: URL: https://cgit.FreeBSD.org/src/commit/?id=0cc03e473ed74fb495c4ebe21d3ba2d92c5c4968 commit 0cc03e473ed74fb495c4ebe21d3ba2d92c5c4968 Author: Kevin Lo AuthorDate: 2025-06-25 01:33:35 + Commit: Kevin Lo CommitDate: 2025-07-03 01:26:06

Re: git: aefae931820f - main - linker: Improve handling of ifuncs when fetching symbol metadata

2025-07-02 Thread Cy Schubert
In message <202507021341.562dfueh023...@gitrepo.freebsd.org>, Mark Johnston wri tes: > The branch main has been updated by markj: > > URL: https://cgit.FreeBSD.org/src/commit/?id=aefae931820fe1e93a31855296851029 > 8c7941a0 > > commit aefae931820fe1e93a318552968510298c7941a0 > Author: Mark John

Re: git: aefae931820f - main - linker: Improve handling of ifuncs when fetching symbol metadata

2025-07-02 Thread Cy Schubert
In message , Mark Johnston writes: > On Wed, Jul 02, 2025 at 11:25:53AM -0700, Cy Schubert wrote: > > Cy Schubert writes: > > > In message <202507021341.562dfueh023...@gitrepo.freebsd.org>, Mark Johnst > on > > > wri > > > tes: > > > > The branch main has been updated by markj: > > > > > > > > URL

git: 449ade254c87 - main - committers-src: add myself (aokblast@)

2025-07-02 Thread ShengYi Hung
The branch main has been updated by aokblast: URL: https://cgit.FreeBSD.org/src/commit/?id=449ade254c8709c238c649c5ca94ddac16cd4533 commit 449ade254c8709c238c649c5ca94ddac16cd4533 Author: ShengYi Hung AuthorDate: 2025-07-02 13:53:53 + Commit: ShengYi Hung CommitDate: 2025-07-03 05:

git: aefae931820f - main - linker: Improve handling of ifuncs when fetching symbol metadata

2025-07-02 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=aefae931820fe1e93a318552968510298c7941a0 commit aefae931820fe1e93a318552968510298c7941a0 Author: Mark Johnston AuthorDate: 2025-07-02 13:34:47 + Commit: Mark Johnston CommitDate: 2025-07-02 13:3

git: 3f6ba5c1d15c - main - files: Fix builds without "options UFS_ACL"

2025-07-02 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=3f6ba5c1d15cf2592e12a6befa4ca77742534555 commit 3f6ba5c1d15cf2592e12a6befa4ca77742534555 Author: Rick Macklem AuthorDate: 2025-07-02 14:33:20 + Commit: Rick Macklem CommitDate: 2025-07-02 14:

git: 1b06e0b889f8 - main - Revert "src/Makefile: log real/user/system time for build targets"

2025-07-02 Thread Brooks Davis
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=1b06e0b889f82046bd2ed6acb54fed00313b0b90 commit 1b06e0b889f82046bd2ed6acb54fed00313b0b90 Author: Brooks Davis AuthorDate: 2025-07-02 16:39:26 + Commit: Brooks Davis CommitDate: 2025-07-02 16:39

git: e80cb2254414 - main - arm64: Export the pointer auth ID fields

2025-07-02 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=e80cb2254414018d41b4fe7c7ccf828e0fbc commit e80cb2254414018d41b4fe7c7ccf828e0fbc Author: Andrew Turner AuthorDate: 2025-06-28 01:58:01 + Commit: Andrew Turner CommitDate: 2025-07-02 09:

git: 0e0576700fbe - main - arm64: Only set HCR_EL2.E2H when VHE is supported

2025-07-02 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=0e0576700fbeb7c765095132a43410d3e35c1a80 commit 0e0576700fbeb7c765095132a43410d3e35c1a80 Author: Andrew Turner AuthorDate: 2025-07-02 09:49:24 + Commit: Andrew Turner CommitDate: 2025-07-02 09:

git: eba385011bfe - main - arm64: Use CHECK_CPU_FEAT to check for VHE

2025-07-02 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=eba385011bfed4c7b536eb22913dff979f36f128 commit eba385011bfed4c7b536eb22913dff979f36f128 Author: Andrew Turner AuthorDate: 2025-07-02 09:49:15 + Commit: Andrew Turner CommitDate: 2025-07-02 09:

git: 51da2dd34416 - main - arm64: Fix a typo

2025-07-02 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=51da2dd3441640636a80d4c8b0500d78be80959a commit 51da2dd3441640636a80d4c8b0500d78be80959a Author: Andrew Turner AuthorDate: 2025-06-28 01:59:24 + Commit: Andrew Turner CommitDate: 2025-07-02 09:

git: 8d02b7190d3b - main - fts: Add test cases for unreadable directories.

2025-07-02 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=8d02b7190d3b926118fafc6a70a80676c349e186 commit 8d02b7190d3b926118fafc6a70a80676c349e186 Author: Dag-Erling Smørgrav AuthorDate: 2025-07-02 10:22:16 + Commit: Dag-Erling Smørgrav CommitDate: 2025-

git: eb439266b433 - main - cp: Don't rely on FTS_DP to keep track of depth.

2025-07-02 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=eb439266b433241cec9cbef44328b16056bd6ff7 commit eb439266b433241cec9cbef44328b16056bd6ff7 Author: Dag-Erling Smørgrav AuthorDate: 2025-07-02 10:22:05 + Commit: Dag-Erling Smørgrav CommitDate: 2025-

git: 5e96f4006d2e - main - opendir: Simplify is_unionstack().

2025-07-02 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=5e96f4006d2e5f165531a53b6c1393a1c7604f42 commit 5e96f4006d2e5f165531a53b6c1393a1c7604f42 Author: Dag-Erling Smørgrav AuthorDate: 2025-07-02 10:22:21 + Commit: Dag-Erling Smørgrav CommitDate: 2025-

git: c9fcffff6c59 - main - cp: Fix typo in test case.

2025-07-02 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=c9fc6c596b56484ce58b89850c5fef45acdc commit c9fc6c596b56484ce58b89850c5fef45acdc Author: Dag-Erling Smørgrav AuthorDate: 2025-07-02 13:09:04 + Commit: Dag-Erling Smørgrav CommitDate: 2025-

git: 3e041faa828a - main - savecore/tests: Serialize the livedump test

2025-07-02 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=3e041faa828a359ef0b91b5203eed5ab2c11e42d commit 3e041faa828a359ef0b91b5203eed5ab2c11e42d Author: Mark Johnston AuthorDate: 2025-07-02 15:04:25 + Commit: Mark Johnston CommitDate: 2025-07-02 16:3

git: 3d4a61a10bb7 - main - git-arc: Try harder to get the author name and email out of phab

2025-07-02 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=3d4a61a10bb7a921cee7a06696034e36fb221b95 commit 3d4a61a10bb7a921cee7a06696034e36fb221b95 Author: Mark Johnston AuthorDate: 2025-07-02 13:42:42 + Commit: Mark Johnston CommitDate: 2025-07-02 13:4

git: e91022168101 - main - md(4): move type-specific data under union

2025-07-02 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e91022168101867664e08b4de1f3f09ed4af231c commit e91022168101867664e08b4de1f3f09ed4af231c Author: Konstantin Belousov AuthorDate: 2025-07-02 13:08:56 + Commit: Konstantin Belousov CommitDate: 2025-

git: 725e65580a0e - main - pfctl: Error out early on bad anchor usage

2025-07-02 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=725e65580a0ec14992f41c93dba78c181de179d3 commit 725e65580a0ec14992f41c93dba78c181de179d3 Author: Kristof Provost AuthorDate: 2025-06-27 14:21:09 + Commit: Kristof Provost CommitDate: 2025-07-02 07:

git: f0cf95809b40 - main - pfctl: Fill netmask AF-independently in print_host()

2025-07-02 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=f0cf95809b407b4a8e81beed1642f27b0810ce44 commit f0cf95809b407b4a8e81beed1642f27b0810ce44 Author: Kristof Provost AuthorDate: 2025-06-27 12:30:11 + Commit: Kristof Provost CommitDate: 2025-07-02 07:

git: 080e8cad4362 - main - pfctl: Make print_hostname() less AF-specific

2025-07-02 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=080e8cad436207a3c09a3c32460e0a0dc7b0a999 commit 080e8cad436207a3c09a3c32460e0a0dc7b0a999 Author: Kristof Provost AuthorDate: 2025-06-27 12:35:35 + Commit: Kristof Provost CommitDate: 2025-07-02 07:

git: dd2d7ba6f338 - main - pfctl: Fix function name in error messages by using __func__

2025-07-02 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=dd2d7ba6f338925af00883220a03d86c4e9d0307 commit dd2d7ba6f338925af00883220a03d86c4e9d0307 Author: Kristof Provost AuthorDate: 2025-06-27 12:43:54 + Commit: Kristof Provost CommitDate: 2025-07-02 07:

git: fb48e6d71b1f - main - pfctl: Remove unused af argument from unmask()

2025-07-02 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=fb48e6d71b1fa9085245ceb251d7442f460e58e1 commit fb48e6d71b1fa9085245ceb251d7442f460e58e1 Author: Kristof Provost AuthorDate: 2025-06-27 12:33:09 + Commit: Kristof Provost CommitDate: 2025-07-02 07:

git: 5c9b1c7e5f27 - main - pfctl: Allocate path only when needed, use __func__

2025-07-02 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=5c9b1c7e5f271a18ed07b595240b487509bdcac3 commit 5c9b1c7e5f271a18ed07b595240b487509bdcac3 Author: Kristof Provost AuthorDate: 2025-06-27 14:25:53 + Commit: Kristof Provost CommitDate: 2025-07-02 07:

git: 35f70f6a33ff - main - pfctl: Remove wildcard address on loopack remnants

2025-07-02 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=35f70f6a33ff9651974878ff9290dbb97d5f7888 commit 35f70f6a33ff9651974878ff9290dbb97d5f7888 Author: Kristof Provost AuthorDate: 2025-06-27 12:40:21 + Commit: Kristof Provost CommitDate: 2025-07-02 07:

git: 257b9d0755b2 - stable/14 - contrib/llvm-project: re-add clang/tools/clang-scan-deps

2025-07-02 Thread Dimitry Andric
The branch stable/14 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=257b9d0755b29fc06d00900efb47f5f90f7fbd61 commit 257b9d0755b29fc06d00900efb47f5f90f7fbd61 Author: Dimitry Andric AuthorDate: 2025-06-25 17:19:51 + Commit: Dimitry Andric CommitDate: 2025-07-02

Re: git: aefae931820f - main - linker: Improve handling of ifuncs when fetching symbol metadata

2025-07-02 Thread Cy Schubert
Cy Schubert writes: > In message <202507021341.562dfueh023...@gitrepo.freebsd.org>, Mark Johnston > wri > tes: > > The branch main has been updated by markj: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=aefae931820fe1e93a318552968510 > 29 > > 8c7941a0 > > > > commit aefae931820fe1e93a31855

git: cb24a62cd75b - releng/14.3 - Fix corruption in ZFS replication streams from encrypted datasets.

2025-07-02 Thread Gordon Tetlow
The branch releng/14.3 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=cb24a62cd75b582c53f5bd600650bddd09a0ee89 commit cb24a62cd75b582c53f5bd600650bddd09a0ee89 Author: Gordon Tetlow AuthorDate: 2025-07-02 05:51:38 + Commit: Gordon Tetlow CommitDate: 2025-07

git: 2ea99b8ed142 - releng/14.3 - Add UPDATING entries and bump version.

2025-07-02 Thread Gordon Tetlow
/UPDATING @@ -12,6 +12,11 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20250702: + 14.3-RELEASE-p1 EN-25:10.zfs + + Fix corruption in ZFS replication streams from encrypted

git: 89a2823e17e5 - releng/14.2 - libc: allow __cxa_atexit handlers to be added during __cxa_finalize

2025-07-02 Thread Gordon Tetlow
The branch releng/14.2 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=89a2823e17e5e86b03516b89bfde88f2077c6da0 commit 89a2823e17e5e86b03516b89bfde88f2077c6da0 Author: Aurélien Croc de Suray AuthorDate: 2025-04-05 00:47:53 + Commit: Gordon Tetlow CommitDate

git: 49b07b94662b - releng/14.2 - Fix Use-after-free in multi-threaded xz decoder.

2025-07-02 Thread Gordon Tetlow
The branch releng/14.2 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=49b07b94662b92edb6d8de1e997fa805ac8d2b7c commit 49b07b94662b92edb6d8de1e997fa805ac8d2b7c Author: Gordon Tetlow AuthorDate: 2025-07-02 05:56:35 + Commit: Gordon Tetlow CommitDate: 2025-07

git: ca1f7650a80d - releng/14.2 - ena: Bump driver version to v2.8.1

2025-07-02 Thread Gordon Tetlow
The branch releng/14.2 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=ca1f7650a80da2e84f7ba0393d3a1a20872b7e6a commit ca1f7650a80da2e84f7ba0393d3a1a20872b7e6a Author: Arthur Kiyanovski AuthorDate: 2025-04-25 17:19:32 + Commit: Gordon Tetlow CommitDate: 202

git: 4d9c4ecf6a48 - releng/13.5 - Fix corruption in ZFS replication streams from encrypted datasets.

2025-07-02 Thread Gordon Tetlow
The branch releng/13.5 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=4d9c4ecf6a48a17f9b79a93ec80e09858f80a524 commit 4d9c4ecf6a48a17f9b79a93ec80e09858f80a524 Author: Gordon Tetlow AuthorDate: 2025-07-02 05:47:29 + Commit: Gordon Tetlow CommitDate: 2025-07

git: f936833911d7 - releng/13.5 - libc: allow __cxa_atexit handlers to be added during __cxa_finalize

2025-07-02 Thread Gordon Tetlow
The branch releng/13.5 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=f936833911d765c1dc9640913b73acfa1d751742 commit f936833911d765c1dc9640913b73acfa1d751742 Author: Aurélien Croc de Suray AuthorDate: 2025-04-05 00:47:53 + Commit: Gordon Tetlow CommitDate

git: 35c2729211d9 - releng/13.5 - ena: Fix misconfiguration when requesting regular LLQ

2025-07-02 Thread Gordon Tetlow
The branch releng/13.5 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=35c2729211d9d4062020fd5eabecc7afd67fb0b9 commit 35c2729211d9d4062020fd5eabecc7afd67fb0b9 Author: David Arinzon AuthorDate: 2025-04-22 10:54:18 + Commit: Gordon Tetlow CommitDate: 2025-07

git: 575644144d5c - releng/13.5 - ena: Bump driver version to v2.8.1

2025-07-02 Thread Gordon Tetlow
The branch releng/13.5 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=575644144d5cf4eef18ca3afd12266d6d3c33fdb commit 575644144d5cf4eef18ca3afd12266d6d3c33fdb Author: Arthur Kiyanovski AuthorDate: 2025-04-25 17:19:32 + Commit: Gordon Tetlow CommitDate: 202

git: bc624c973536 - main - fts: Clarify what FTS_DNR is used for.

2025-07-02 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=bc624c9735364ba68ee6975864110a5fee5e3b16 commit bc624c9735364ba68ee6975864110a5fee5e3b16 Author: Dag-Erling Smørgrav AuthorDate: 2025-07-02 10:22:11 + Commit: Dag-Erling Smørgrav CommitDate: 2025-