Re: git: b44cc1b479fe - main - loader: do not try to open directories with TFTP

2025-08-20 Thread Bjoern A. Zeeb
On Thu, 21 Aug 2025, A FreeBSD User wrote: Am Tage des Herren Wed, 20 Aug 2025 22:48:38 GMT "Simon J. Gerraty" schrieb: The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=b44cc1b479fefc8570611309c3f5a6966fb26e3b commit b44cc1b479fefc8570611309c3f5a6966fb2

Re: git: b44cc1b479fe - main - loader: do not try to open directories with TFTP

2025-08-20 Thread Toomas Soome
> On 21. Aug 2025, at 09:40, Bjoern A. Zeeb wrote: > > On Thu, 21 Aug 2025, A FreeBSD User wrote: > >> Am Tage des Herren Wed, 20 Aug 2025 22:48:38 GMT >> "Simon J. Gerraty" schrieb: >> >>> The branch main has been updated by sjg: >>> >>> URL: >>> https://cgit.FreeBSD.org/src/commit/?id=b4

Re: git: b44cc1b479fe - main - loader: do not try to open directories with TFTP

2025-08-20 Thread A FreeBSD User
Am Tage des Herren Wed, 20 Aug 2025 22:48:38 GMT "Simon J. Gerraty" schrieb: > The branch main has been updated by sjg: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=b44cc1b479fefc8570611309c3f5a6966fb26e3b > > commit b44cc1b479fefc8570611309c3f5a6966fb26e3b > Author: Simon J. Gerraty

Re: git: 458ac2b6e445 - main - umb.4: Improve synposis, add netmap

2025-08-20 Thread Zhenlei Huang
Hi Alexander, I'd presume umb(4) does not depends on netmap. A quick search of DEV_NETMAP ``` #ifdef DEV_NETMAP static void umb_input(if_t , struct mbuf *); #endif ... #ifdef DEV_NETMAP if_setinputfn(ifp, umb_input); #endif ``` I think the #ifdef can be removed. I currently do not h

git: 458ac2b6e445 - main - umb.4: Improve synposis, add netmap

2025-08-20 Thread Alexander Ziaee
The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=458ac2b6e4452acc1a614352c8945ecc37667aa0 commit 458ac2b6e4452acc1a614352c8945ecc37667aa0 Author: Alexander Ziaee AuthorDate: 2025-08-20 14:45:08 + Commit: Alexander Ziaee CommitDate: 2025-08-21

git: 5bfb3045d25b - main - Allow secure-netboot

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

git: b44cc1b479fe - main - loader: do not try to open directories with TFTP

2025-08-20 Thread Simon J. Gerraty
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=b44cc1b479fefc8570611309c3f5a6966fb26e3b commit b44cc1b479fefc8570611309c3f5a6966fb26e3b Author: Simon J. Gerraty AuthorDate: 2025-08-20 22:45:54 + Commit: Simon J. Gerraty CommitDate: 2025-08-20

git: aaf65a13c06a - main - stand: add fs_ops.fs_flag

2025-08-20 Thread Simon J. Gerraty
The branch main has been updated by sjg: URL: https://cgit.FreeBSD.org/src/commit/?id=aaf65a13c06a2555257a75b7f2fe63319238cf4f commit aaf65a13c06a2555257a75b7f2fe63319238cf4f Author: Simon J. Gerraty AuthorDate: 2025-08-20 22:42:35 + Commit: Simon J. Gerraty CommitDate: 2025-08-20

git: 095e23bfd4c5 - main - RELNOTES: Note WITHOUT_GSSAPI removal (dc5ba6b8b4f0)

2025-08-20 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=095e23bfd4c514107bf3694d9d0e2428ae198680 commit 095e23bfd4c514107bf3694d9d0e2428ae198680 Author: Lexi Winter AuthorDate: 2025-08-20 20:53:29 + Commit: Lexi Winter CommitDate: 2025-08-20 20:54:36 +

git: 721c98dd89cc - main - OptionalObsoleteFiles: Update Kerberos entries

2025-08-20 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=721c98dd89ccfe4f9b5af4bc5fec7411eeea764f commit 721c98dd89ccfe4f9b5af4bc5fec7411eeea764f Author: Lexi Winter AuthorDate: 2025-08-20 18:43:09 + Commit: Lexi Winter CommitDate: 2025-08-20 19:00:06 +

git: dc5ba6b8b4f0 - main - Remove MK_GSSAPI

2025-08-20 Thread Lexi Winter
endif .if ${MK_KERBEROS} != "no" .if ${MK_MITKRB5} != "no" diff --git a/UPDATING b/UPDATING index 8620df648703..575669b8bc64 100644 --- a/UPDATING +++ b/UPDATING @@ -27,6 +27,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: world, or to merely disable the most

Re: git: cb3eac927b5d - main - krb5: Update version strings

2025-08-20 Thread Cy Schubert
In message , Lexi Winter writes: > > > --1TciSP0QTdr6NjDi > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > Cy Schubert: > > /* Define to the full name and version of this package. */ > > -#define PACKAGE_STRING "Kerberos

Re: git: cb3eac927b5d - main - krb5: Update version strings

2025-08-20 Thread Lexi Winter
Cy Schubert: > /* Define to the full name and version of this package. */ > -#define PACKAGE_STRING "Kerberos 5 1.21.1" > +#define PACKAGE_STRING "Kerberos 5 1.22.0" is this right? in the source code it's called "1.22-final"[0], which is also the version we set in Makefile.inc. [0] see crypto

git: ba487345f85f - main - UPDATING: Add an entry covering recent libvmmapi ABI changes

2025-08-20 Thread Bojan Novković
100644 --- a/UPDATING +++ b/UPDATING @@ -27,6 +27,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20250

git: c0771d8c78b4 - main - jh7110_pcie.c: add empty PIC methods to conform conventions

2025-08-20 Thread Mitchell Horne
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=c0771d8c78b421b26c9b32a899f8d0131bb46ef4 commit c0771d8c78b421b26c9b32a899f8d0131bb46ef4 Author: Jari Sihvola AuthorDate: 2025-08-20 17:13:00 + Commit: Mitchell Horne CommitDate: 2025-08-20 18:

Re: git: 94ca18c18bb0 - main - zfs: fix build issues from 53a2e2635

2025-08-20 Thread Dag-Erling Smørgrav
Martin Matuska writes: > zfs: fix build issues from 53a2e2635 Thank you for the quick fix. DES -- Dag-Erling Smørgrav - d...@freebsd.org

git: 84f8ca1bd11d - main - iflib: add a simple transmit routine

2025-08-20 Thread Andrew Gallatin
The branch main has been updated by gallatin: URL: https://cgit.FreeBSD.org/src/commit/?id=84f8ca1bd11d97d8d254248da7c09507038be505 commit 84f8ca1bd11d97d8d254248da7c09507038be505 Author: Andrew Gallatin AuthorDate: 2025-08-20 16:49:32 + Commit: Andrew Gallatin CommitDate: 2025-08-

git: fe2418f26ed0 - main - libsa/zfs: inline vdev_init_from_label() into vdev_probe()

2025-08-20 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=fe2418f26ed0b2b9e06152c16f72f2bb4ec27c29 commit fe2418f26ed0b2b9e06152c16f72f2bb4ec27c29 Author: Gleb Smirnoff AuthorDate: 2025-08-20 14:53:20 + Commit: Gleb Smirnoff CommitDate: 2025-08-20 14

git: a1572e202a18 - main - libsa/zfs: further improve handling of stale labels

2025-08-20 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=a1572e202a1840c26c950ed728358965f535ec7a commit a1572e202a1840c26c950ed728358965f535ec7a Author: Gleb Smirnoff AuthorDate: 2025-08-20 14:52:20 + Commit: Gleb Smirnoff CommitDate: 2025-08-20 14

git: 9dbd8ee11675 - main - libsa/zfs: refactor vdev tree for better resiliency against stale disks

2025-08-20 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=9dbd8ee1167520eafdd373f6a995f1232e024b1e commit 9dbd8ee1167520eafdd373f6a995f1232e024b1e Author: Gleb Smirnoff AuthorDate: 2025-08-20 14:51:21 + Commit: Gleb Smirnoff CommitDate: 2025-08-20 14

git: 8ef5016f73b9 - main - libsa/zfs: simplify vdev_find_previous()

2025-08-20 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=8ef5016f73b9a4db8ee7b268bd27bb7246c84960 commit 8ef5016f73b9a4db8ee7b268bd27bb7246c84960 Author: Gleb Smirnoff AuthorDate: 2025-08-20 14:51:14 + Commit: Gleb Smirnoff CommitDate: 2025-08-20 14

git: de055556a0d1 - main - libsa/zfs: ignore labels with zero txg

2025-08-20 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=de06a0d18b0523f65fe0d5615723a8b4369b commit de06a0d18b0523f65fe0d5615723a8b4369b Author: Gleb Smirnoff AuthorDate: 2025-08-20 14:51:08 + Commit: Gleb Smirnoff CommitDate: 2025-08-20 14

git: 5d5d03356e21 - main - libsa/zfs: remove unused variable

2025-08-20 Thread Gleb Smirnoff
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=5d5d03356e21123f7002aa4c13136db9761eb98c commit 5d5d03356e21123f7002aa4c13136db9761eb98c Author: Gleb Smirnoff AuthorDate: 2025-08-20 14:50:58 + Commit: Gleb Smirnoff CommitDate: 2025-08-20 14

Re: git: 53a2e2635ab2 - main - zfs: merge openzfs/zfs@a9410ccbd

2025-08-20 Thread Martin Matuska
Hi I have committed a fix one minute before Dag's email. I don't understand why my make universe on a amd64 with a clean obj could pass without that fix. On 20. 8. 2025 15:50, John Baldwin wrote: On 8/20/25 09:44, Dag-Erling Smørgrav wrote: Martin Matuska writes: zfs: merge openzfs/zf

git: 39fea5c8dc59 - main - ObsoleteFiles.inc: Don't remove /usr/share/et

2025-08-20 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=39fea5c8dc598021e900c4feaf0e18111fda57b2 commit 39fea5c8dc598021e900c4feaf0e18111fda57b2 Author: John Baldwin AuthorDate: 2025-08-20 14:02:40 + Commit: John Baldwin CommitDate: 2025-08-20 14:05:03

Re: git: 53a2e2635ab2 - main - zfs: merge openzfs/zfs@a9410ccbd

2025-08-20 Thread John Baldwin
On 8/20/25 09:44, Dag-Erling Smørgrav wrote: Martin Matuska writes: zfs: merge openzfs/zfs@a9410ccbd This doesn't build, please either fix asap or revert. cc -target x86_64-unknown-freebsd15.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -

Re: git: 53a2e2635ab2 - main - zfs: merge openzfs/zfs@a9410ccbd

2025-08-20 Thread Dag-Erling Smørgrav
Martin Matuska writes: > zfs: merge openzfs/zfs@a9410ccbd This doesn't build, please either fix asap or revert. cc -target x86_64-unknown-freebsd15.0 --sysroot=/usr/obj/usr/src/amd64.amd64/tmp -B/usr/obj/usr/src/amd64.amd64/tmp/usr/bin -O2 -pipe -fno-common -DIN_BASE -I/usr/src/sys/co

git: 94ca18c18bb0 - main - zfs: fix build issues from 53a2e2635

2025-08-20 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=94ca18c18bb0d231c66f146704d9233da48bc84e commit 94ca18c18bb0d231c66f146704d9233da48bc84e Author: Martin Matuska AuthorDate: 2025-08-20 12:57:36 + Commit: Martin Matuska CommitDate: 2025-08-20 13:42

Re: git: 75acf71786f2 - main - libifconfig: Remove ifconfig_set_fib and ifconfig_sfp_id_is_qsfp

2025-08-20 Thread John Baldwin
On 8/20/25 06:04, Dag-Erling Smørgrav wrote: Konstantin Belousov writes: Dag-Erling Smørgrav writes: Konstantin Belousov writes: Aymeric Wibo writes: libifconfig: Remove ifconfig_set_fib and ifconfig_sfp_id_is_qsfp This breaks the ABI, of course. No, it does not. Please take the t

git: 8d23b31485fb - main - depend-cleanup: Add a clean_obj function

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

Re: git: 75acf71786f2 - main - libifconfig: Remove ifconfig_set_fib and ifconfig_sfp_id_is_qsfp

2025-08-20 Thread Ed Maste
On Wed, 20 Aug 2025 at 04:12, Konstantin Belousov wrote: > > On Tue, Aug 19, 2025 at 11:09:38PM +, Aymeric Wibo wrote: > > The branch main has been updated by obiwac: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=75acf71786f201093b76f45eff03a8665fb79a72 > > > > commit 75acf71786f20

Re: git: 75acf71786f2 - main - libifconfig: Remove ifconfig_set_fib and ifconfig_sfp_id_is_qsfp

2025-08-20 Thread Dag-Erling Smørgrav
Konstantin Belousov writes: > Dag-Erling Smørgrav writes: > > Konstantin Belousov writes: > > > Aymeric Wibo writes: > > > > libifconfig: Remove ifconfig_set_fib and ifconfig_sfp_id_is_qsfp > > > This breaks the ABI, of course. > > No, it does not. Please take the time to check before thro

Re: git: 75acf71786f2 - main - libifconfig: Remove ifconfig_set_fib and ifconfig_sfp_id_is_qsfp

2025-08-20 Thread Konstantin Belousov
On Wed, Aug 20, 2025 at 11:26:24AM +0200, Dag-Erling Smørgrav wrote: > Konstantin Belousov writes: > > Aymeric Wibo writes: > >> libifconfig: Remove ifconfig_set_fib and ifconfig_sfp_id_is_qsfp > > This breaks the ABI, of course. > > No, it does not. Please take the time to check before thr

Re: git: 75acf71786f2 - main - libifconfig: Remove ifconfig_set_fib and ifconfig_sfp_id_is_qsfp

2025-08-20 Thread Dag-Erling Smørgrav
Konstantin Belousov writes: > Aymeric Wibo writes: >> libifconfig: Remove ifconfig_set_fib and ifconfig_sfp_id_is_qsfp > This breaks the ABI, of course. No, it does not. Please take the time to check before throwing accusations around. DES -- Dag-Erling Smørgrav - d...@freebsd.org

git: 53a2e2635ab2 - main - zfs: merge openzfs/zfs@a9410ccbd

2025-08-20 Thread Martin Matuska
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=53a2e2635ab2d17bed1de7b4e0d782dd23ceb6ea commit 53a2e2635ab2d17bed1de7b4e0d782dd23ceb6ea Merge: 7acae33bc950 a9410ccbd9f0 Author: Martin Matuska AuthorDate: 2025-08-20 08:57:58 + Commit: Martin Matu

git: 7acae33bc950 - main - mlx5 ipsec: for tx, enable SN autoincrement whenever ESN is enabled

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

Re: git: 75acf71786f2 - main - libifconfig: Remove ifconfig_set_fib and ifconfig_sfp_id_is_qsfp

2025-08-20 Thread Konstantin Belousov
On Tue, Aug 19, 2025 at 11:09:38PM +, Aymeric Wibo wrote: > The branch main has been updated by obiwac: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=75acf71786f201093b76f45eff03a8665fb79a72 > > commit 75acf71786f201093b76f45eff03a8665fb79a72 > Author: Muhammad Saheed > AuthorDate:

git: 063dc452cc96 - main - pfctl.8: small cleanups

2025-08-20 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=063dc452cc963e87553d5afb501df062c7f37eb8 commit 063dc452cc963e87553d5afb501df062c7f37eb8 Author: Kristof Provost AuthorDate: 2025-08-05 13:42:25 + Commit: Kristof Provost CommitDate: 2025-08-20 08:

git: 95fda90b84d7 - main - pf: rewrite the pf_state_peer_ntoh and pf_state_peer_hton macros as functions.

2025-08-20 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=95fda90b84d79959109b781db6dab4f5547203b4 commit 95fda90b84d79959109b781db6dab4f5547203b4 Author: Kristof Provost AuthorDate: 2025-08-04 15:46:32 + Commit: Kristof Provost CommitDate: 2025-08-20 08:

git: 005e24b7a546 - main - pf: remove duplicate struct definition

2025-08-20 Thread Kristof Provost
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=005e24b7a546b1c3c37e7cb7df95a3f9679e2d9a commit 005e24b7a546b1c3c37e7cb7df95a3f9679e2d9a Author: Kristof Provost AuthorDate: 2025-08-05 12:46:32 + Commit: Kristof Provost CommitDate: 2025-08-20 08:

git: 0269dc575e83 - main - acpi_gpiobus: implement bus_child_location

2025-08-20 Thread Ahmad Khalifa
The branch main has been updated by vexeduxr: URL: https://cgit.FreeBSD.org/src/commit/?id=0269dc575e8321b0f0166ba1797a4a3cdc9ece7d commit 0269dc575e8321b0f0166ba1797a4a3cdc9ece7d Author: Ahmad Khalifa AuthorDate: 2025-08-20 06:10:02 + Commit: Ahmad Khalifa CommitDate: 2025-08-20 0

git: ed60e694f4a9 - main - gpio: rework gpioaei

2025-08-20 Thread Ahmad Khalifa
The branch main has been updated by vexeduxr: URL: https://cgit.FreeBSD.org/src/commit/?id=ed60e694f4a975eaf269ae3784aa6b4fd4aa582d commit ed60e694f4a975eaf269ae3784aa6b4fd4aa582d Author: Ahmad Khalifa AuthorDate: 2025-08-20 06:04:12 + Commit: Ahmad Khalifa CommitDate: 2025-08-20 0

git: 7f53cf7e1e89 - main - gpiobus: factorize common add_child code

2025-08-20 Thread Ahmad Khalifa
The branch main has been updated by vexeduxr: URL: https://cgit.FreeBSD.org/src/commit/?id=7f53cf7e1e8902dec78f6831e69a89e424169acf commit 7f53cf7e1e8902dec78f6831e69a89e424169acf Author: Ahmad Khalifa AuthorDate: 2025-08-20 06:03:25 + Commit: Ahmad Khalifa CommitDate: 2025-08-20 0