Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-06-24 Thread Cy Schubert
In message , Lexi Winter writes: > > Cy Schubert: > > In message , Lexi Winter writes: > > > i'm hoping with MIT krb5 in base, we might be able to find a better > > > solution to this, but i haven't had a chance to actually try it. > > > it may be we have to go with a glib-style "bootstrap port" so

git: f35525ff2053 - main - file: Add a fd flag with O_RESOLVE_BENEATH semantics

2025-06-24 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=f35525ff2053e026a423e852136d73ed93c95803 commit f35525ff2053e026a423e852136d73ed93c95803 Author: Mark Johnston AuthorDate: 2025-06-24 20:17:07 + Commit: Mark Johnston CommitDate: 2025-06-24 21:0

git: 350ba9672a7f - main - unix: Set O_RESOLVE_BENEATH on fds transferred between jails

2025-06-24 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=350ba9672a7f4f16e30534a603df577dfd083b3f commit 350ba9672a7f4f16e30534a603df577dfd083b3f Author: Mark Johnston AuthorDate: 2025-06-24 20:05:37 + Commit: Mark Johnston CommitDate: 2025-06-24 21:0

git: 5843b8ee02e9 - main - unix/tests: Add a regression test for fd transfer across jails

2025-06-24 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=5843b8ee02e99527c28f579acfc1f48e10033529 commit 5843b8ee02e99527c28f579acfc1f48e10033529 Author: Mark Johnston AuthorDate: 2025-06-24 20:08:22 + Commit: Mark Johnston CommitDate: 2025-06-24 21:0

Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-06-24 Thread Cy Schubert
In message <20250624173442.adc1...@slippy.cwsent.com>, Cy Schubert writes: > In message , Lexi Winter writes: > > > > Cy Schubert: > > > In message , Lexi Winter writes: > > > > i'm hoping with MIT krb5 in base, we might be able to find a better > > > > solution to this, but i haven't had a chance

git: 614087c65e99 - main - sysctl net.inet.tcp.ktlslist: do not rely on global generation for ktls sessions

2025-06-24 Thread Konstantin Belousov
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=614087c65e997fcdedcd60f368a035a4b09d106d commit 614087c65e997fcdedcd60f368a035a4b09d106d Author: Konstantin Belousov AuthorDate: 2025-06-24 02:51:52 + Commit: Konstantin Belousov CommitDate: 2025-

Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-06-24 Thread Cy Schubert
In message , Lexi Winter writes: > > > --dqKOQqea6XkA3NXh > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Cy Schubert: > > I'll take a look at this and maybe reach out to you offline to plan > > the necessary ports changes. I have some gssapi.mk patches to > > implem

Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-06-24 Thread Cy Schubert
On Tue, 24 Jun 2025 11:56:03 +0300 Dima Panov wrote: > On 24.06.2025 11:50, Dima Panov wrote: > > Hello! > > > > On 23.06.2025 19:30, Cy Schubert wrote: > >> Thanks for pointing this out. This has been addressed. > > > > Thanks! > > But latest touch introduced a new error with packages: > >

git: 01addd846c64 - main - gone_in: make it __printflike()

2025-06-24 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=01addd846c64fc2c8be610d83bfdc84ddb57f2ec commit 01addd846c64fc2c8be610d83bfdc84ddb57f2ec Author: Gleb Smirnoff AuthorDate: 2025-06-24 22:23:47 + Commit: Gleb Smirnoff CommitDate: 2025-06-24 22

git: d17cbe46983c - main - sendfile: retire SF_SYNC

2025-06-24 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=d17cbe46983c08ba0567b0ffd71434abd35aa205 commit d17cbe46983c08ba0567b0ffd71434abd35aa205 Author: Gleb Smirnoff AuthorDate: 2025-06-24 21:26:10 + Commit: Gleb Smirnoff CommitDate: 2025-06-24 22

git: eabb9f600001 - main - gone_in: enforce printing only once

2025-06-24 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=eabb9f61cc19943965b84d492936a5c59ebd commit eabb9f61cc19943965b84d492936a5c59ebd Author: Gleb Smirnoff AuthorDate: 2025-06-24 22:23:53 + Commit: Gleb Smirnoff CommitDate: 2025-06-24 22

git: ac7a19d41ee5 - main - lualoader: Add distinct brand for installer

2025-06-24 Thread Joseph Mingrone
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/src/commit/?id=ac7a19d41ee5eb1271c46fbc620b2f98dffa2230 commit ac7a19d41ee5eb1271c46fbc620b2f98dffa2230 Author: Joseph Mingrone AuthorDate: 2025-06-23 20:47:20 + Commit: Joseph Mingrone CommitDate: 2025-06-24 15

Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-06-24 Thread Lexi Winter
Cy Schubert: > In message , Lexi Winter writes: > > i'm hoping with MIT krb5 in base, we might be able to find a better > > solution to this, but i haven't had a chance to actually try it. > > it may be we have to go with a glib-style "bootstrap port" solution. > It may help bootstrap but you can

Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-06-24 Thread Cy Schubert
On Tue, 24 Jun 2025 11:50:14 +0300 Dima Panov wrote: > Hello! > > On 23.06.2025 19:30, Cy Schubert wrote: > > Thanks for pointing this out. This has been addressed. > > Thanks! > But latest touch introduced a new error with packages: > > Checking integrity... done (1 conflicting) >- Free

Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-06-24 Thread Lexi Winter
Cy Schubert: > I'll take a look at this and maybe reach out to you offline to plan > the necessary ports changes. I have some gssapi.mk patches to > implement an optional port split as requested by some in a PR who want > more of a Red Hat style of package split. i think you're referring to my PR.

git: 994bec47ee7f - main - tests/kqueue: repair flaky test

2025-06-24 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=994bec47ee7f38bd20366b812313b2ea0714ef19 commit 994bec47ee7f38bd20366b812313b2ea0714ef19 Author: Gleb Smirnoff AuthorDate: 2025-06-24 22:28:07 + Commit: Gleb Smirnoff CommitDate: 2025-06-24 22

git: cdbff1b29996 - main - linuxkpi: Remove incorrect + 1 from HWEIGHT* macros

2025-06-24 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=cdbff1b2999660b31b2de076d04670722a555ed2 commit cdbff1b2999660b31b2de076d04670722a555ed2 Author: Ed Maste AuthorDate: 2025-06-24 13:36:54 + Commit: Ed Maste CommitDate: 2025-06-24 22:42:16 +000

git: 0d1496f0f1e7 - main - krb5/include: Add missing file

2025-06-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=0d1496f0f1e7f1e98b6a7364e571d9400bc6ed8a commit 0d1496f0f1e7f1e98b6a7364e571d9400bc6ed8a Author: Cy Schubert AuthorDate: 2025-06-24 13:20:51 + Commit: Cy Schubert CommitDate: 2025-06-24 14:36:00 +0

git: 88a2d48d39d9 - main - pkill: better document ancestor-hiding

2025-06-24 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=88a2d48d39d9845e36c8e95a9204001b11e7257e commit 88a2d48d39d9845e36c8e95a9204001b11e7257e Author: Kyle Evans AuthorDate: 2025-06-24 14:49:31 + Commit: Kyle Evans CommitDate: 2025-06-24 14:49:31

git: cbb6e747af98 - main - krb5/include: com_err.h and verto.h installed by krb5/util

2025-06-24 Thread Cy Schubert
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=cbb6e747af982206e4646fc1b1685c4f3b29f378 commit cbb6e747af982206e4646fc1b1685c4f3b29f378 Author: Cy Schubert AuthorDate: 2025-06-24 14:47:52 + Commit: Cy Schubert CommitDate: 2025-06-24 15:06:00 +0

git: 1b0b13915aae - main - bsdinstall: Report error from installing firmware

2025-06-24 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=1b0b13915aaea80007e4ff86f2bb4f622e10d780 commit 1b0b13915aaea80007e4ff86f2bb4f622e10d780 Author: Ed Maste AuthorDate: 2025-06-19 16:00:30 + Commit: Ed Maste CommitDate: 2025-06-24 19:13:39 +000

git: 96a241a35905 - main - bsddialog: in textbox mode differentiate between Exit and Extra buttons

2025-06-24 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=96a241a35905078bdc5d20bf25943cdb67758dea commit 96a241a35905078bdc5d20bf25943cdb67758dea Author: Maksim Yevmenkin AuthorDate: 2025-06-25 01:13:38 + Commit: Gleb Smirnoff CommitDate: 2025-06-25

git: 533f1a4d6b6e - stable/14 - audit: move the wait from the queue length from the commit to alloc

2025-06-24 Thread Konstantin Belousov
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=533f1a4d6b6ef0ba575d99b16a45b96fb5e91e59 commit 533f1a4d6b6ef0ba575d99b16a45b96fb5e91e59 Author: Konstantin Belousov AuthorDate: 2025-06-16 16:01:12 + Commit: Konstantin Belousov CommitDate:

Re: git: 7e35117eb07f - main - Makefile: Hook MIT KRB5 into the build

2025-06-24 Thread Dima Panov
Hello! On 23.06.2025 19:30, Cy Schubert wrote: Thanks for pointing this out. This has been addressed. Thanks! But latest touch introduced a new error with packages: Checking integrity... done (1 conflicting) - FreeBSD-krb5-lib-dev-15.snap20250624082953 [FreeBSD-Base] conflicts with FreeBSD

git: 1395712cab8e - main - uchcom: add support for CH9102 and CH343 uarts

2025-06-24 Thread Kevin Lo
The branch main has been updated by kevlo: URL: https://cgit.FreeBSD.org/src/commit/?id=1395712cab8e95808064ba68c5a792b7cd0fe35f commit 1395712cab8e95808064ba68c5a792b7cd0fe35f Author: Kevin Lo AuthorDate: 2025-06-25 01:33:35 + Commit: Kevin Lo CommitDate: 2025-06-25 01:33:35 +

Re: git: 1395712cab8e - main - uchcom: add support for CH9102 and CH343 uarts

2025-06-24 Thread Ronald Klop
Hi, nice work! Isn't the HARDWARE section in the man page used to generate a supported hardware list in the release notes of a new FreeBSD version? Regards, Ronald. Van: Kevin Lo Datum:woensdag, 25 juni 2025 03:36 Aan:src-committ...@freebsd.org, dev-commits-src-all@FreeBSD.org, dev-commits

Re: git: 1395712cab8e - main - uchcom: add support for CH9102 and CH343 uarts

2025-06-24 Thread Colin Percival
Yes. Please keep the HARDWARE section in device driver man pages. The text from there goes directly into the "hardware notes" page on the website. Colin Percival On 6/24/25 22:45, Ronald Klop wrote: Hi, nice work! Isn't the HARDWARE section in the man page used to generate a supported hard

git: 06ec77a42d9f - main - gone_in: initialize va before passing it to gone_panic()

2025-06-24 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=06ec77a42d9f28c2e8fb67df55d1effe2a152be4 commit 06ec77a42d9f28c2e8fb67df55d1effe2a152be4 Author: Gleb Smirnoff AuthorDate: 2025-06-25 01:16:16 + Commit: Gleb Smirnoff CommitDate: 2025-06-25 01

git: eab94b59a774 - main - ng_patch.4: Clarify relative_offset

2025-06-24 Thread Alexander Ziaee
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=eab94b59a7743113c7f101846f498e539b2d094d commit eab94b59a7743113c7f101846f498e539b2d094d Author: Felix Johnson AuthorDate: 2025-06-25 04:49:51 + Commit: Alexander Ziaee CommitDate: 2025-06-25 05

git: fb2b8c307d2e - main - bhyve: add PCI IDs of Intel GPUs from Linux v6.15

2025-06-24 Thread Corvin Köhne
The branch main has been updated by corvink: URL: https://cgit.FreeBSD.org/src/commit/?id=fb2b8c307d2e0d1cbe6539b4162f188d6c661991 commit fb2b8c307d2e0d1cbe6539b4162f188d6c661991 Author: Corvin Köhne AuthorDate: 2025-06-12 07:48:10 + Commit: Corvin Köhne CommitDate: 2025-06-24 06:1

git: 0b4c4833ee3e - main - ifnet: Eliminate unnecessary synchronization of the interface index in the link layer address

2025-06-24 Thread Zhenlei Huang
The branch main has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=0b4c4833ee3eab0ce46b3bdbf054bca4b6bb7429 commit 0b4c4833ee3eab0ce46b3bdbf054bca4b6bb7429 Author: Zhenlei Huang AuthorDate: 2025-06-24 10:01:18 + Commit: Zhenlei Huang CommitDate: 2025-06-24 10:01