Re: git: 37b2cb5ecb0f - main - vfs: Add support for file cloning to VOP_COPY_FILE_RANGE

2025-08-07 Thread Rick Macklem
On Thu, Aug 7, 2025 at 10:46 PM Konstantin Belousov wrote: > > CAUTION: This email originated from outside of the University of Guelph. Do > not click links or open attachments unless you recognize the sender and know > the content is safe. If in doubt, forward suspicious emails to > ith...@uog

Re: git: e3ac01e18eb3 - main - kgssapi: Fix the kgssapi so that it can use MIT Kerberos

2025-08-07 Thread Rick Macklem
On Thu, Aug 7, 2025 at 9:59 PM Benjamin Kaduk wrote: > > CAUTION: This email originated from outside of the University of Guelph. Do > not click links or open attachments unless you recognize the sender and know > the content is safe. If in doubt, forward suspicious emails to > ith...@uoguelph.

Re: git: 37b2cb5ecb0f - main - vfs: Add support for file cloning to VOP_COPY_FILE_RANGE

2025-08-07 Thread Konstantin Belousov
On Fri, Aug 08, 2025 at 12:55:34AM +, Rick Macklem wrote: > The branch main has been updated by rmacklem: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=37b2cb5ecb0fb1b1f5a98ff4c08b61b8c05ec1d7 > > commit 37b2cb5ecb0fb1b1f5a98ff4c08b61b8c05ec1d7 > Author: Rick Macklem > AuthorDate:

git: 7a7f74dbcc4f - main - grep: toss in some explicit fflush()

2025-08-07 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=7a7f74dbcc4f41d98218471297eaa629e34326e2 commit 7a7f74dbcc4f41d98218471297eaa629e34326e2 Author: Kyle Evans AuthorDate: 2025-08-08 04:52:53 + Commit: Kyle Evans CommitDate: 2025-08-08 05:05:10

Re: git: e3ac01e18eb3 - main - kgssapi: Fix the kgssapi so that it can use MIT Kerberos

2025-08-07 Thread Benjamin Kaduk
On Thu, Aug 7, 2025 at 2:07 PM Rick Macklem wrote: > +enum krb_imp { > + KRBIMP_UNKNOWN, > + KRBIMP_HESIOD1, > + KRBIMP_MIT > +}; > > I only skimmed the diff so far, but I don't think KRBIMP_HESIOD1 makes much sense as a name -- Hesiod is a directory service of sorts that came

git: 8a5ceebece03 - main - kern: disallow user scheduling/debugging/signalling of jailed procs

2025-08-07 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=8a5ceebece0311bc41180b3ca0ce7237def1e253 commit 8a5ceebece0311bc41180b3ca0ce7237def1e253 Author: Kyle Evans AuthorDate: 2025-08-08 04:26:51 + Commit: Kyle Evans CommitDate: 2025-08-08 04:26:51

Re: git: 8a5ceebece03 - main - kern: disallow user scheduling/debugging/signalling of jailed procs

2025-08-07 Thread Kyle Evans
On 8/7/25 23:27, Kyle Evans wrote: The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=8a5ceebece0311bc41180b3ca0ce7237def1e253 commit 8a5ceebece0311bc41180b3ca0ce7237def1e253 Author: Kyle Evans AuthorDate: 2025-08-08 04:26:51 + Commit: Kyle Ev

git: bd21c672a868 - main - jail.h: fix the build

2025-08-07 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=bd21c672a868f039edb109b73757ad560252ca0f commit bd21c672a868f039edb109b73757ad560252ca0f Author: Kyle Evans AuthorDate: 2025-08-08 04:34:42 + Commit: Kyle Evans CommitDate: 2025-08-08 04:34:42

git: 58c92776d158 - main - jail: separate "statically valid allow flags" from "prison0 allow flags"

2025-08-07 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=58c92776d1580717934e29ca2c0ef9bf2fbb7397 commit 58c92776d1580717934e29ca2c0ef9bf2fbb7397 Author: Kyle Evans AuthorDate: 2025-08-08 04:26:51 + Commit: Kyle Evans CommitDate: 2025-08-08 04:26:51

git: 592f2e599f24 - stable/14 - devfs readdir: handle short buffer same as UFS

2025-08-07 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=592f2e599f242826a68a08186f2e65e29c2eb887 commit 592f2e599f242826a68a08186f2e65e29c2eb887 Author: Konstantin Belousov AuthorDate: 2025-08-01 08:22:14 + Commit: Konstantin Belousov CommitDate:

Re: git: e3ac01e18eb3 - main - kgssapi: Fix the kgssapi so that it can use MIT Kerberos

2025-08-07 Thread Rick Macklem
On Thu, Aug 7, 2025 at 6:33 PM Lexi Winter wrote: > > CAUTION: This email originated from outside of the University of Guelph. Do > not click links or open attachments unless you recognize the sender and know > the content is safe. If in doubt, forward suspicious emails to > ith...@uoguelph.ca.

Re: git: e3ac01e18eb3 - main - kgssapi: Fix the kgssapi so that it can use MIT Kerberos

2025-08-07 Thread Lexi Winter
Rick Macklem: > It also modifies the Makefile so that the gssd is only built > when MK_KERBEROS_SUPPORT != "no", since it is useless without > Kerberos. currently the init script is conditional on MK_GSSAPI. should this be changed to MK_KERBEROS_SUPPORT as well? (see libexec/rc/rc.d/

git: 49eba35ce80d - main - RELNOTES: Add an entry for COPY_FILE_RANGE_CLONE

2025-08-07 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=49eba35ce80d7a2d6c79d616c6eabc2f3bbe0055 commit 49eba35ce80d7a2d6c79d616c6eabc2f3bbe0055 Author: Rick Macklem AuthorDate: 2025-08-08 01:08:18 + Commit: Rick Macklem CommitDate: 2025-08-08 01:

git: a7e482a2a613 - Create tag release/13.5.0-p3

2025-08-07 Thread Philip Paeps
The annotated tag release/13.5.0-p3 has been created by philip: URL: https://cgit.FreeBSD.org/src/tag/?h=release/13.5.0-p3 tag release/13.5.0-p3 Tagger: Philip Paeps TaggerDate: 2025-08-08 00:57:56 + Tag FreeBSD 13.5-RELEASE-p3 commit 23bc592b8fe46bbfa37f41ecc66fd30033df1463 Author:

git: b3de27c62c37 - Create tag release/14.2.0-p5

2025-08-07 Thread Philip Paeps
The annotated tag release/14.2.0-p5 has been created by philip: URL: https://cgit.FreeBSD.org/src/tag/?h=release/14.2.0-p5 tag release/14.2.0-p5 Tagger: Philip Paeps TaggerDate: 2025-08-08 00:57:08 + Tag FreeBSD 14.2-RELEASE-p5 commit 0781dd1545f6ed8a12cad7c3b98cf7c36c5af36f Author:

git: ef0a37ccf9b2 - Create tag release/14.3.0-p2

2025-08-07 Thread Philip Paeps
The annotated tag release/14.3.0-p2 has been created by philip: URL: https://cgit.FreeBSD.org/src/tag/?h=release/14.3.0-p2 tag release/14.3.0-p2 Tagger: Philip Paeps TaggerDate: 2025-08-08 00:56:12 + Tag FreeBSD 14.3-RELEASE-p2 commit 5982521fe3dd3f1627bbe29ee8c3b190a24e3963 Author:

git: 37b2cb5ecb0f - main - vfs: Add support for file cloning to VOP_COPY_FILE_RANGE

2025-08-07 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=37b2cb5ecb0fb1b1f5a98ff4c08b61b8c05ec1d7 commit 37b2cb5ecb0fb1b1f5a98ff4c08b61b8c05ec1d7 Author: Rick Macklem AuthorDate: 2025-08-08 00:52:23 + Commit: Rick Macklem CommitDate: 2025-08-08 00:

git: 23bc592b8fe4 - releng/13.5 - Add UPDATING entries and bump version.

2025-08-07 Thread Gordon Tetlow
The branch releng/13.5 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=23bc592b8fe46bbfa37f41ecc66fd30033df1463 commit 23bc592b8fe46bbfa37f41ecc66fd30033df1463 Author: Gordon Tetlow AuthorDate: 2025-08-08 00:23:24 + Commit: Gordon Tetlow CommitDate: 2025-08

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

2025-08-07 Thread Gordon Tetlow
The branch releng/14.2 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=0781dd1545f6ed8a12cad7c3b98cf7c36c5af36f commit 0781dd1545f6ed8a12cad7c3b98cf7c36c5af36f Author: Gordon Tetlow AuthorDate: 2025-08-08 00:18:32 + Commit: Gordon Tetlow CommitDate: 2025-08

git: 798b7b161a71 - releng/13.5 - libarchive: merge from vendor branch

2025-08-07 Thread Gordon Tetlow
The branch releng/13.5 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=798b7b161a71282aff73d532ffe381b65dd04251 commit 798b7b161a71282aff73d532ffe381b65dd04251 Author: Martin Matuska AuthorDate: 2025-06-01 20:16:26 + Commit: Gordon Tetlow CommitDate: 2025-0

git: 168703212b61 - releng/14.2 - route: fix `route -n monitor` when its output is redirected

2025-08-07 Thread Gordon Tetlow
The branch releng/14.2 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=168703212b618f32b42ed1f9e062a74d7f0cc534 commit 168703212b618f32b42ed1f9e062a74d7f0cc534 Author: Oleg Streejak AuthorDate: 2025-07-17 17:06:50 + Commit: Gordon Tetlow CommitDate: 2025-08

git: c0979bd2734f - releng/14.2 - libarchive: merge from vendor branch

2025-08-07 Thread Gordon Tetlow
The branch releng/14.2 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=c0979bd2734f792c33bd45932f2eefe792dc74c2 commit c0979bd2734f792c33bd45932f2eefe792dc74c2 Author: Martin Matuska AuthorDate: 2025-06-01 20:16:26 + Commit: Gordon Tetlow CommitDate: 2025-0

git: 5982521fe3dd - releng/14.3 - Add UPDATING entries and bump version.

2025-08-07 Thread Gordon Tetlow
The branch releng/14.3 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=5982521fe3dd3f1627bbe29ee8c3b190a24e3963 commit 5982521fe3dd3f1627bbe29ee8c3b190a24e3963 Author: Gordon Tetlow AuthorDate: 2025-08-08 00:15:39 + Commit: Gordon Tetlow CommitDate: 2025-08

git: fb780a82dfbd - releng/14.3 - libarchive: merge from vendor branch

2025-08-07 Thread Gordon Tetlow
The branch releng/14.3 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=fb780a82dfbde953dae414f42b99157cade2517a commit fb780a82dfbde953dae414f42b99157cade2517a Author: Martin Matuska AuthorDate: 2025-06-01 20:16:26 + Commit: Gordon Tetlow CommitDate: 2025-0

git: 97f34921d77b - releng/14.3 - route: fix `route -n monitor` when its output is redirected

2025-08-07 Thread Gordon Tetlow
The branch releng/14.3 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=97f34921d77b62721da53dbde19851cd38efe5c5 commit 97f34921d77b62721da53dbde19851cd38efe5c5 Author: Oleg Streejak AuthorDate: 2025-07-17 17:06:50 + Commit: Gordon Tetlow CommitDate: 2025-08

git: a3bd81ddfe29 - releng/14.3 - net80211: fix TKIP trailer trimming w/ no rx parameters given

2025-08-07 Thread Gordon Tetlow
The branch releng/14.3 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=a3bd81ddfe2912afb824e322fddc576cde72e376 commit a3bd81ddfe2912afb824e322fddc576cde72e376 Author: Adrian Chadd AuthorDate: 2025-06-02 00:11:40 + Commit: Gordon Tetlow CommitDate: 2025-08-

git: ce4fe4c4bfcd - releng/14.3 - Add a new sysctl in order to diffrentiate UEFI architectures

2025-08-07 Thread Gordon Tetlow
The branch releng/14.3 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=ce4fe4c4bfcd5908b5f4121623f6640e15261bc8 commit ce4fe4c4bfcd5908b5f4121623f6640e15261bc8 Author: Ahmad Khalifa AuthorDate: 2024-06-03 01:40:43 + Commit: Gordon Tetlow CommitDate: 2025-08

git: e4c0ecba44b2 - main - 15.0: Update main to -PRERELEASE

2025-08-07 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=e4c0ecba44b20ebb2e4d80978c2cb6d16b730cb9 commit e4c0ecba44b20ebb2e4d80978c2cb6d16b730cb9 Author: Colin Percival AuthorDate: 2025-08-08 00:04:34 + Commit: Colin Percival CommitDate: 2025-08-08

git: 0ecc679fd3da - main - indent: Simplify test script

2025-08-07 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=0ecc679fd3da0720d6ba331ebcceca8e0760fa22 commit 0ecc679fd3da0720d6ba331ebcceca8e0760fa22 Author: Dag-Erling Smørgrav AuthorDate: 2025-08-07 23:33:56 + Commit: Dag-Erling Smørgrav CommitDate: 2025-

git: eb41613d2297 - main - indent: Fix buffer overflow

2025-08-07 Thread Dag-Erling Smørgrav
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=eb41613d22977798f41dd979e4e4ec0965711916 commit eb41613d22977798f41dd979e4e4ec0965711916 Author: Dag-Erling Smørgrav AuthorDate: 2025-08-07 23:34:07 + Commit: Dag-Erling Smørgrav CommitDate: 2025-

Re: git: 5c4d1c85847d - main - Replace license with just SPDX BSD-2-Clause

2025-08-07 Thread Simon J. Gerraty
Steffen Nurpmeso wrote: > |Replace license with just SPDX BSD-2-Clause > > That is very interesting! And .. are you really sure this is > right with BSD etc licenses which explicitly require that the > license text is included? > So i looked and found [1] which says I checked with one of o

git: 7d955e02b1d8 - main - jh7110_pcie: Add StarFive JH7110 PCIe controller driver

2025-08-07 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=7d955e02b1d8da8412720cb6d34940c1ee6d5257 commit 7d955e02b1d8da8412720cb6d34940c1ee6d5257 Author: Jari Sihvola AuthorDate: 2025-07-31 21:47:06 + Commit: Mitchell Horne CommitDate: 2025-08-07 23:

git: 5bae2ace2e55 - main - jh7110_gpio: Add StarFive JH7110 GPIO controller driver

2025-08-07 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=5bae2ace2e55de034cd62d3bae95a202de848eab commit 5bae2ace2e55de034cd62d3bae95a202de848eab Author: Jari Sihvola AuthorDate: 2025-07-18 14:59:53 + Commit: Mitchell Horne CommitDate: 2025-08-07 23:

Re: git: 5c4d1c85847d - main - Replace license with just SPDX BSD-2-Clause

2025-08-07 Thread Warner Losh
Thanks! Warner On Thu, Aug 7, 2025, 4:31 PM Steffen Nurpmeso wrote: > Hello Simon, all, > > Simon J. Gerraty wrote in > <202508072215.577mfjpx011...@gitrepo.freebsd.org>: > ... > |URL: > https://cgit.FreeBSD.org/src/commit/?id=5c4d1c85847d84bd86e6b12408f\ > |9b5f846094f39 > | > |commit 5c

git: 0080571ee0a5 - main - RELNOTES: Make an entry for Solaris style extended attributes

2025-08-07 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=0080571ee0a5c4959c0822c805e5952e55dbd7d1 commit 0080571ee0a5c4959c0822c805e5952e55dbd7d1 Author: Rick Macklem AuthorDate: 2025-08-07 22:42:24 + Commit: Rick Macklem CommitDate: 2025-08-07 22:

Re: git: 5c4d1c85847d - main - Replace license with just SPDX BSD-2-Clause

2025-08-07 Thread Steffen Nurpmeso
Hello Simon, all, Simon J. Gerraty wrote in <202508072215.577mfjpx011...@gitrepo.freebsd.org>: ... |URL: https://cgit.FreeBSD.org/src/commit/?id=5c4d1c85847d84bd86e6b12408f\ |9b5f846094f39 | |commit 5c4d1c85847d84bd86e6b12408f9b5f846094f39 |Author: Simon J. Gerraty |AuthorDate: 2025-0

git: 5c4d1c85847d - main - Replace license with just SPDX BSD-2-Clause

2025-08-07 Thread Simon J. Gerraty
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=5c4d1c85847d84bd86e6b12408f9b5f846094f39 commit 5c4d1c85847d84bd86e6b12408f9b5f846094f39 Author: Simon J. Gerraty AuthorDate: 2025-08-07 22:15:37 + Commit: Simon J. Gerraty CommitDate: 2025-08-07

Re: git: e26259f48afe - main - gssapi,krb5: Replace libgssapi with the MIT version

2025-08-07 Thread Cy Schubert
In message , Rick Macklem writes: > On Thu, Aug 7, 2025 at 10:21=E2=80=AFAM Cy Schubert com> wrote: > > > > CAUTION: This email originated from outside of the University of Guelph. = > Do not click links or open attachments unless you recognize the sender and = > know the content is safe. If in d

Re: git: e26259f48afe - main - gssapi,krb5: Replace libgssapi with the MIT version

2025-08-07 Thread Rick Macklem
; > .else > > secure/lib/libssh__L: lib/libgssapi__L kerberos5/lib/libkrb5__L \ > > kerberos5/lib/libhx509__L kerberos5/lib/libasn1__L lib/libcom_err__L \ > > @@ -3437,8 +3437,10 @@ kerberos5/lib/libheimipcc__L: > > kerberos5/lib/libroken__ > > L kerberos5/lib

git: 3a6c62e69597 - main - named_attribute.7: Add an explanation for a quirk

2025-08-07 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=3a6c62e69597b012589e1f2f5465747e37ab0f13 commit 3a6c62e69597b012589e1f2f5465747e37ab0f13 Author: Rick Macklem AuthorDate: 2025-08-07 21:12:37 + Commit: Rick Macklem CommitDate: 2025-08-07 21:

git: ab328f4e33f8 - main - ctld: Catch exceptions by reference instead of by value

2025-08-07 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=ab328f4e33f8ba7adc7c285fd6aa74254c2e7971 commit ab328f4e33f8ba7adc7c285fd6aa74254c2e7971 Author: John Baldwin AuthorDate: 2025-08-07 21:11:22 + Commit: John Baldwin CommitDate: 2025-08-07 21:11:22

git: d21b513988b7 - main - ctld: Be more explicit in a few uses of types to avoid potential ambiguity

2025-08-07 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=d21b513988b7d685edf2ad77886b3e3c95cc0df8 commit d21b513988b7d685edf2ad77886b3e3c95cc0df8 Author: John Baldwin AuthorDate: 2025-08-07 21:11:31 + Commit: John Baldwin CommitDate: 2025-08-07 21:11:31

git: e3ac01e18eb3 - main - kgssapi: Fix the kgssapi so that it can use MIT Kerberos

2025-08-07 Thread Rick Macklem
The branch main has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=e3ac01e18eb3db571572d819d6b40966d00f80fe commit e3ac01e18eb3db571572d819d6b40966d00f80fe Author: Rick Macklem AuthorDate: 2025-08-07 21:02:32 + Commit: Rick Macklem CommitDate: 2025-08-07 21:

git: 42cacae4eb18 - main - ObsoleteFiles: Remove gssapi_krbt/gssapi.h

2025-08-07 Thread Cy Schubert
.inc +++ b/ObsoleteFiles.inc @@ -52,7 +52,7 @@ # done # 20250807: Replace lib/libgssapi with krb5/lib/gssapi -OLD_FILES+=usr/include/gssapi_krb5/gssapi/gssapi.h +OLD_FILES+=usr/include/gssapi_krb5/gssapi.h OLD_DIRS+=usr/include/gssapi_krb5/gssapi OLD_DIRS+=usr/include/gssapi_krb5 OLD_FILES+=etc/gssapi/qop

git: c0fc0facf877 - main - linuxkpi: Call `lkpi_fpu_safe_exec()` in the implementation of kvmalloc()

2025-08-07 Thread Jean-SébastienPédron
The branch main has been updated by dumbbell: URL: https://cgit.FreeBSD.org/src/commit/?id=c0fc0facf877d4e2ad5843d59c15d0d464432962 commit c0fc0facf877d4e2ad5843d59c15d0d464432962 Author: Jean-Sébastien Pédron AuthorDate: 2025-07-26 12:17:26 + Commit: Jean-Sébastien Pédron CommitDa

Re: git: 81f07332c03f - main - arm64: tidy up Top-Byte-Ignore (TBI) in the kernel

2025-08-07 Thread Andrew Turner
> On 6 Aug 2025, at 18:43, Jessica Clarke wrote: > > On 6 Aug 2025, at 18:38, Andrew Turner > wrote: >> >> The branch main has been updated by andrew: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=81f07332c03fd2ac6efa8e15b1659a573d250329 >> >> commit 81f0

git: b3340428f394 - main - Bump __FreeBSD_version for 0c381b7f0570

2025-08-07 Thread Colin Percival
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=b3340428f394d08b9776899c7f6dc16ed5fd590c commit b3340428f394d08b9776899c7f6dc16ed5fd590c Author: Colin Percival AuthorDate: 2025-08-07 18:19:21 + Commit: Colin Percival CommitDate: 2025-08-07

Re: git: 7d900907c8cf - main - bhyve/arm64: Tidy up a licence comment

2025-08-07 Thread Andrew Turner
> On 7 Aug 2025, at 17:48, Jessica Clarke wrote: > > On 7 Aug 2025, at 17:42, Andrew Turner > wrote: >> >> The branch main has been updated by andrew: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=7d900907c8cf06f1c2da7fefec4f872b9285aa38 >> >> commit 7d90

git: 3c4b3bab19ca - main - chroot: Remove always-true checks

2025-08-07 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=3c4b3bab19ca66bbb3c53275c51d4bf863059fb2 commit 3c4b3bab19ca66bbb3c53275c51d4bf863059fb2 Author: John Baldwin AuthorDate: 2025-08-07 17:48:36 + Commit: John Baldwin CommitDate: 2025-08-07 18:26:46

git: 2d76470b7011 - main - zfs: Fix build with GCC on 32-bit architectures

2025-08-07 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=2d76470b7011d0c2f50ae394972976fbca14bc95 commit 2d76470b7011d0c2f50ae394972976fbca14bc95 Author: John Baldwin AuthorDate: 2025-08-07 17:44:24 + Commit: John Baldwin CommitDate: 2025-08-07 18:26:46

git: ca0d182dfeb6 - main - libutil++: Appease GCC -Wshadow warnings in constructors

2025-08-07 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=ca0d182dfeb68405cfba002622787adb10cfe7a0 commit ca0d182dfeb68405cfba002622787adb10cfe7a0 Author: John Baldwin AuthorDate: 2025-08-07 17:10:55 + Commit: John Baldwin CommitDate: 2025-08-07 18:26:46

git: 53ae625bbda4 - main - RELNOTES: mention inline IPSEC offload

2025-08-07 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=53ae625bbda414b1bc73200289178b988dbed1cd commit 53ae625bbda414b1bc73200289178b988dbed1cd Author: Konstantin Belousov AuthorDate: 2025-08-06 22:45:18 + Commit: Konstantin Belousov CommitDate: 2025-

git: 80f976ba5486 - main - RELNOTES: amd64 tlsbase work

2025-08-07 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=80f976ba54867d4c8186718491bf4b611dbbbe6a commit 80f976ba54867d4c8186718491bf4b611dbbbe6a Author: Konstantin Belousov AuthorDate: 2025-08-06 22:43:09 + Commit: Konstantin Belousov CommitDate: 2025-

git: 1c2348e7723c - main - RELNOTES: mention rtld -z initfirst support

2025-08-07 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=1c2348e7723c9bf89c882d226592e16ba3a36049 commit 1c2348e7723c9bf89c882d226592e16ba3a36049 Author: Konstantin Belousov AuthorDate: 2025-08-06 22:42:37 + Commit: Konstantin Belousov CommitDate: 2025-

git: a60b8e496ff7 - main - RELNOTES: mention UFS on large (>2G inodes) volumes improvements

2025-08-07 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a60b8e496ff758e5201b9953b3e916571b147f6d commit a60b8e496ff758e5201b9953b3e916571b147f6d Author: Konstantin Belousov AuthorDate: 2025-08-06 22:38:48 + Commit: Konstantin Belousov CommitDate: 2025-

git: 62f14d09a235 - main - RELNOTES: add note about 4TB RAM limit lifted

2025-08-07 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=62f14d09a23513f36f432e837a065bb6456075c6 commit 62f14d09a23513f36f432e837a065bb6456075c6 Author: Konstantin Belousov AuthorDate: 2025-08-06 22:36:00 + Commit: Konstantin Belousov CommitDate: 2025-

git: 6227d0f81a5e - main - bhyve/arm64: Stop assuming the CPU index is MPIDR

2025-08-07 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=6227d0f81a5e5e2473ceb8b185098ee9a53c82ff commit 6227d0f81a5e5e2473ceb8b185098ee9a53c82ff Author: Andrew Turner AuthorDate: 2025-08-07 11:12:39 + Commit: Andrew Turner CommitDate: 2025-08-07 11:

Re: git: e26259f48afe - main - gssapi,krb5: Replace libgssapi with the MIT version

2025-08-07 Thread Cy Schubert
ib/libsqlite3__L: lib/libthr__L > > .if ${MK_GSSAPI} != "no" > +.if ${MK_MITKRB5} == "no" > _lib_libgssapi= lib/libgssapi > .endif > +.endif > > .if ${MK_KERBEROS} != "no" > .if ${MK_MITKRB5} != "no" > diff --git a/Ob

git: a245dc5d68c7 - main - krb5: Move include/krb5_private to include/krb5

2025-08-07 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=a245dc5d68c74bca8d00cd50e21e9544af6b21c9 commit a245dc5d68c74bca8d00cd50e21e9544af6b21c9 Author: Cy Schubert AuthorDate: 2025-08-07 05:38:59 + Commit: Cy Schubert CommitDate: 2025-08-07 17:16:30 +0

git: e26259f48afe - main - gssapi,krb5: Replace libgssapi with the MIT version

2025-08-07 Thread Cy Schubert
lib_libgssapi=lib/libgssapi .endif +.endif .if ${MK_KERBEROS} != "no" .if ${MK_MITKRB5} != "no" diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 86a449c80a76..2f63bbea5a49 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -51,6 +51,12 @@ # xargs -n1 | sor

git: 7cd6da268a8f - main - vt.4: Style pass

2025-08-07 Thread Alexander Ziaee
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=7cd6da268a8fbf34b16564dd9a94c86853eb7c56 commit 7cd6da268a8fbf34b16564dd9a94c86853eb7c56 Author: Alexander Ziaee AuthorDate: 2025-08-07 17:01:29 + Commit: Alexander Ziaee CommitDate: 2025-08-07

Re: git: 7d900907c8cf - main - bhyve/arm64: Tidy up a licence comment

2025-08-07 Thread Jessica Clarke
On 7 Aug 2025, at 17:42, Andrew Turner wrote: > > The branch main has been updated by andrew: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=7d900907c8cf06f1c2da7fefec4f872b9285aa38 > > commit 7d900907c8cf06f1c2da7fefec4f872b9285aa38 > Author: Andrew Turner > AuthorDate: 2025-08-07 10

git: e4bfe8e96615 - main - arm: Generate the kernel.bin file in zImage format.

2025-08-07 Thread Michal Meloun
The branch main has been updated by mmel: URL: https://cgit.FreeBSD.org/src/commit/?id=e4bfe8e96615b16687271147ee2856e6f2a0c478 commit e4bfe8e96615b16687271147ee2856e6f2a0c478 Author: Michal Meloun AuthorDate: 2025-05-04 11:29:57 + Commit: Michal Meloun CommitDate: 2025-08-07 16:44

git: 7d900907c8cf - main - bhyve/arm64: Tidy up a licence comment

2025-08-07 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=7d900907c8cf06f1c2da7fefec4f872b9285aa38 commit 7d900907c8cf06f1c2da7fefec4f872b9285aa38 Author: Andrew Turner AuthorDate: 2025-08-07 10:45:38 + Commit: Andrew Turner CommitDate: 2025-08-07 11:

git: 642c0334f50a - main - bhyve/arm64: Implement PSCI_FNID_CPU_OFF

2025-08-07 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=642c0334f50a089aa0c3a58b0994f35afc638833 commit 642c0334f50a089aa0c3a58b0994f35afc638833 Author: Andrew Turner AuthorDate: 2025-08-07 11:18:43 + Commit: Andrew Turner CommitDate: 2025-08-07 11:

git: eb027d66489b - main - bsd.man.mk: Handle manual pages with colons for the manlint target

2025-08-07 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=eb027d66489b9a0e6c3b51455e61ac26c1dce497 commit eb027d66489b9a0e6c3b51455e61ac26c1dce497 Author: John Baldwin AuthorDate: 2025-08-07 16:18:05 + Commit: John Baldwin CommitDate: 2025-08-07 16:18:05

Re: git: 4ffb9ea88f40 - main - .git-blame-ignore-revs: device_if.m style(9) tweaks

2025-08-07 Thread ShengYi Hung
I have 2 repos for FreeBSD base. One is from my github mirror. Another is for push to CURRENT. The usual way I push is to git format-patch from my mirror repo and git am to CURRENT repo then push it. I forget this would change the commit hash. Thanks for your kind reminder! I just fix it. Jessica

git: eb124b8b285d - main - Fix: replace incorrect commit hash in .git-blame-ignore-revs

2025-08-07 Thread ShengYi Hung
The branch main has been updated by aokblast: URL: https://cgit.FreeBSD.org/src/commit/?id=eb124b8b285da84b3000e12deb440ded7cafeaa2 commit eb124b8b285da84b3000e12deb440ded7cafeaa2 Author: ShengYi Hung AuthorDate: 2025-08-07 16:01:17 + Commit: ShengYi Hung CommitDate: 2025-08-07 16:

git: 4ffb9ea88f40 - main - .git-blame-ignore-revs: device_if.m style(9) tweaks

2025-08-07 Thread ShengYi Hung
The branch main has been updated by aokblast: URL: https://cgit.FreeBSD.org/src/commit/?id=4ffb9ea88f40cd766b998e7aec86ed0274abbde5 commit 4ffb9ea88f40cd766b998e7aec86ed0274abbde5 Author: ShengYi Hung AuthorDate: 2025-08-07 15:42:32 + Commit: ShengYi Hung CommitDate: 2025-08-07 15:

Re: git: 4ffb9ea88f40 - main - .git-blame-ignore-revs: device_if.m style(9) tweaks

2025-08-07 Thread Jessica Clarke
On 7 Aug 2025, at 16:46, ShengYi Hung wrote: > > The branch main has been updated by aokblast: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=4ffb9ea88f40cd766b998e7aec86ed0274abbde5 > > commit 4ffb9ea88f40cd766b998e7aec86ed0274abbde5 > Author: ShengYi Hung > AuthorDate: 2025-08-07 15

git: ab43dbe0187e - main - kern: fix incorrect format in device_if.m

2025-08-07 Thread ShengYi Hung
The branch main has been updated by aokblast: URL: https://cgit.FreeBSD.org/src/commit/?id=ab43dbe0187ecdf1697726170fd4e19c373effcc commit ab43dbe0187ecdf1697726170fd4e19c373effcc Author: ShengYi Hung AuthorDate: 2025-08-06 09:16:58 + Commit: ShengYi Hung CommitDate: 2025-08-07 15:

git: c224b2ce7de0 - main - iflib: don't pullup UDP payloads to the TCP header size

2025-08-07 Thread Andrew Gallatin
The branch main has been updated by gallatin: URL: https://cgit.FreeBSD.org/src/commit/?id=c224b2ce7de0faa28ea87edf6e74de0e4e9d33f9 commit c224b2ce7de0faa28ea87edf6e74de0e4e9d33f9 Author: Andrew Gallatin AuthorDate: 2025-08-07 14:48:45 + Commit: Andrew Gallatin CommitDate: 2025-08-

git: a39277782140 - main - libc: Fix style nits in flushlbuf regression test

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

git: 5d56a04d1b99 - main - bhyve/arm64: Add a missing header file

2025-08-07 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=5d56a04d1b99c0187c7799be0d1e93586312bd55 commit 5d56a04d1b99c0187c7799be0d1e93586312bd55 Author: Andrew Turner AuthorDate: 2025-08-07 10:29:57 + Commit: Andrew Turner CommitDate: 2025-08-07 10:

Re: git: feeb19201dca - main - tcp: improve consistency of KASSERTs in tcp_sack.c

2025-08-07 Thread Michael Tuexen
> On 7. Aug 2025, at 00:29, Gleb Smirnoff wrote: > > On Wed, Aug 06, 2025 at 08:30:30AM +, Michael Tuexen wrote: > M> When panicing, don't print the condition, which was violated, > M> but the condition which holds at the time of the panic. > M> > M> Reviewed by:N

git: 1e629ebb15db - main - bsd.files.mk: Fix FILESPACKAGE

2025-08-07 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=1e629ebb15db9ee0cb11a3654d7bcd3046a0df54 commit 1e629ebb15db9ee0cb11a3654d7bcd3046a0df54 Author: Lexi Winter AuthorDate: 2025-08-07 11:43:25 + Commit: Lexi Winter CommitDate: 2025-08-07 12:36:59 +

Re: git: bcb298fa9e23 - main - sctp, tcp, udp: improve deferred computation of checksums

2025-08-07 Thread Michael Tuexen
> On 7. Aug 2025, at 00:35, Gleb Smirnoff wrote: > > Michael, > > On Fri, Aug 01, 2025 at 08:17:35AM +, Michael Tuexen wrote: > M> When the SCTP, TCP, or UDP implementation send a packet, it does not > M> compute the corresponding checksum but defers that. The network layer > M>

git: 3958a0eb7efd - main - share/misc: Move init.ee to the correct package

2025-08-07 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=3958a0eb7efdea1e76137a0b8da55af7af4d4738 commit 3958a0eb7efdea1e76137a0b8da55af7af4d4738 Author: Lexi Winter AuthorDate: 2025-08-07 11:44:38 + Commit: Lexi Winter CommitDate: 2025-08-07 12:36:59 +

git: 399faa7d3ae8 - main - share/mk: Use :ts,:[*] to stringify TAG_ARGS

2025-08-07 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=399faa7d3ae8938d73d58c9224123a71a2096947 commit 399faa7d3ae8938d73d58c9224123a71a2096947 Author: Lexi Winter AuthorDate: 2025-08-07 11:44:01 + Commit: Lexi Winter CommitDate: 2025-08-07 12:36:59 +

git: 7ed6b6b9d1a7 - main - packages: move route(6)d to the rip package

2025-08-07 Thread Lexi Winter
nsive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20250807: + routed(8) and route6d(8) have moved to the FreeBSD-rip package. + If you use either of these, you should install the new package. + 20250806:

git: 5bbdd368c7b1 - main - pf tests: Improve tests for af-to

2025-08-07 Thread Kajetan Staszkiewicz
The branch main has been updated by ks: URL: https://cgit.FreeBSD.org/src/commit/?id=5bbdd368c7b1afb4e06d8e0fe73ce8c4f4a1eacf commit 5bbdd368c7b1afb4e06d8e0fe73ce8c4f4a1eacf Author: Kajetan Staszkiewicz AuthorDate: 2025-07-28 18:43:07 + Commit: Kajetan Staszkiewicz CommitDate: 2025

git: 5c2f2c5c7a17 - main - arm64/vmm: Support reading MPIDR_EL1

2025-08-07 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=5c2f2c5c7a17b94d151ffbb822cfa6cb10d4a4e1 commit 5c2f2c5c7a17b94d151ffbb822cfa6cb10d4a4e1 Author: Andrew Turner AuthorDate: 2025-08-07 09:20:14 + Commit: Andrew Turner CommitDate: 2025-08-07 09:

git: 8ae1d55bfcd0 - main - bhyve/arm64: Mark CPU0 as on at boot

2025-08-07 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=8ae1d55bfcd058b9d20bda7dad00536cb4ab4494 commit 8ae1d55bfcd058b9d20bda7dad00536cb4ab4494 Author: Andrew Turner AuthorDate: 2025-08-07 09:31:56 + Commit: Andrew Turner CommitDate: 2025-08-07 09:

git: e560cb46edd4 - main - bhyve/arm64: Fix a race in PSCI CPU_ON

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

git: 9274eb16e5da - main - cpuset: Add CPU_TEST_{SET,CLR}_ATOMIC

2025-08-07 Thread Andrew Turner
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=9274eb16e5da1bd048237cd82366c7db9162aafe commit 9274eb16e5da1bd048237cd82366c7db9162aafe Author: Andrew Turner AuthorDate: 2025-08-07 09:23:34 + Commit: Andrew Turner CommitDate: 2025-08-07 09:

git: bd953a6026fc - main - libutil: Fix 32-bit build

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

git: df58e8b1506f - main - zfs: merge openzfs/zfs@8302b6e32

2025-08-07 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=df58e8b1506f241670be86a560fb6e8432043aee commit df58e8b1506f241670be86a560fb6e8432043aee Merge: 02f394281fd6 8302b6e32bb1 Author: Martin Matuska AuthorDate: 2025-08-07 07:06:31 + Commit: Martin Matu