Re: git: 50ecbc5142e1 - main - libipsec: make const-correct

2024-06-18 Thread Lexi Winter
Bjoern A. Zeeb: > > commit 50ecbc5142e1c58f2132b351da19c5e4aa5f4e6a > > Author: Lexi Winter > > AuthorDate: 2024-04-22 21:56:24 + > > Commit: Warner Losh > > CommitDate: 2024-04-23 04:36:34 + > > > >libipsec: make const-correct &

Re: git: 67783db661f8 - main - CONTRIBUTING: request only one submission type per change

2024-04-18 Thread Lexi Winter
Ed Maste: > +A change should be submitted by only one method. For example, please do not > +open a GitHub pull request and create a Phabricator review for the same > change > +(unless explicitly requested to do so by a FreeBSD committer). as a non-committer src contributor, i've discussed this w

Re: git: aa34b1d20e44 - main - vmrun.sh: Add arm64 support

2024-05-03 Thread Lexi Winter
John Baldwin: > On 5/3/24 7:58 AM, Gleb Smirnoff wrote: > > The share/examples/bhyve/vmrun.sh is not really an example, but a good > > standalone tool. I use it all the time without any modification, and I > > guess many other people do, too. > > > > Maybe time to move it to some path that is in

Re: git: cb808de400c7 - main - rc.conf.5: modernise network_interfaces

2024-05-04 Thread Lexi Winter
Kelly Hays: > On Sat, May 4, 2024 at 11:45 AM Warner Losh wrote: > > @@ -2045,9 +2062,9 @@ interfaces with: > > .Bd -literal > > gif_interfaces="gif0 gif1" > > gifconfig_gif0="100.64.0.1 100.64.0.2" > > -ifconfig_gif0="inet 10.0.0.1 10.0.0.2 netmask 255.255.255.252" > > +ifconfig_gif0="inet 10.

Re: git: 27358245644c - main - freebsd-tips: Add fortune to find font providing Unicode character

2024-05-14 Thread Lexi Winter
Joseph Mingrone: > The branch main has been updated by jrm: [...] > +Under X Windows, you can determine which fonts provide a particular Unicode separately to bapt's comment, there is no such thing as "X Windows". the correct terminology is "the X Window System" or simply "X" or "X11". signature

Re: git: 408957613bc0 - main - Regen

2024-05-22 Thread Lexi Winter
Mariusz Zaborski: > The branch main has been updated by oshogbo: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=408957613bc065c812c3ae276ace03697ebd > > commit 408957613bc065c812c3ae276ace03697ebd > Author: Mariusz Zaborski > AuthorDate: 2024-05-21 20:02:50 + > Commit: M

Re: git: 380ee9b3c0c5 - main - sys/netinet/icmp6.h: Fix build

2024-05-23 Thread Lexi Winter
Cy Schubert: > -#include > +#include sorry, that's my fault: i had already fixed this locally but apparently forgot to push the change into the GitHub PR before it was merged. i'm not sure why the GH CI tooling didn't pick this up though. signature.asc Description: PGP signature

Re: git: 408957613bc0 - main - Regen

2024-05-23 Thread Lexi Winter
Brooks Davis: > This is more or less standard practice for generated files. These > commits are of basically no interest. to be clear, i'm certainly not expecting a detailed commit message for things like this. my only concern is that when viewing the commit log for all of src/, or for src/sys/

Re: git: dcb65c5a94d4 - main - csh: Remove hardlink /.cshrc

2024-06-04 Thread Lexi Winter
John Baldwin: > > csh: Remove hardlink /.cshrc > > FWIW, this happens anytime you use /bin/csh as root's shell and boot into > single user mode. if csh reads /.cshrc rather than /root/.cshrc, this feels like a bug in csh which should be fixed. is it relying on $HOME rather than using getpwu

Re: git: b61850c4e6f6 - main - bridge(4): default net.link.bridge.member_ifaddrs to false

2025-05-16 Thread Lexi Winter
Kevin Bowling: > On Fri, May 16, 2025 at 5:17 AM Lexi Winter wrote: > > is "epair0a" also in a bridge? if so, this is intentional. > Hmm, can you clarify what you mean? I think that is a common > configuration, it is mentioned in epair(4). basically there are two

Re: git: b61850c4e6f6 - main - bridge(4): default net.link.bridge.member_ifaddrs to false

2025-05-16 Thread Lexi Winter
Cy Schubert: > This patch breaks VNET jails. oops, sorry! however, i can't reproduce this and did test with VNET jails before landing it, so there must be another factor involved. > bob# service jail onestart test2 > Starting jails: cannot start jail "test2": > epair0a > ifconfig: ioctl (SIOC

Re: git: b61850c4e6f6 - main - bridge(4): default net.link.bridge.member_ifaddrs to false

2025-05-18 Thread Lexi Winter
Jessica Clarke: > That would go some way to helping, but I really do not want “I want a > tap interface for a VM” and “I want devd+dhclient to manage DHCP for me > automatically” to be incompatible, which based on the thread here it > sounds like they are. this is not supposed to be broken, or at

git: f947f58ce624 - main - packages: rename elftoolchain to toolchain, add more things

2025-05-27 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=f947f58ce624b5442e24b1efa69c0ddcdf3e0ddb commit f947f58ce624b5442e24b1efa69c0ddcdf3e0ddb Author: Lexi Winter AuthorDate: 2025-05-27 07:21:51 + Commit: Lexi Winter CommitDate: 2025-05-28 01:16:30

git: 76a612526c84 - main - packages: move ctl{d,stat,adm} to the ctl package

2025-05-27 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=76a612526c8477188f41825346f99a8382e70543 commit 76a612526c8477188f41825346f99a8382e70543 Author: Lexi Winter AuthorDate: 2025-05-27 07:17:21 + Commit: Lexi Winter CommitDate: 2025-05-28 01:16:29

git: adef3618b8a5 - main - packages: move smbfs examples to the smbutils package

2025-05-27 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=adef3618b8a51979bc961a04eefbdfee0e77343b commit adef3618b8a51979bc961a04eefbdfee0e77343b Author: Lexi Winter AuthorDate: 2025-05-27 07:30:18 + Commit: Lexi Winter CommitDate: 2025-05-28 01:16:30

git: 2d6c5614aab8 - main - move ch{own,grp}(8) and tee(1) to FreeBSD-runtime

2025-05-27 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=2d6c5614aab89a93c56ef1ebff6817a024d17476 commit 2d6c5614aab89a93c56ef1ebff6817a024d17476 Author: Lexi Winter AuthorDate: 2025-05-27 07:35:49 + Commit: Lexi Winter CommitDate: 2025-05-28 01:16:30

git: 06c41801afac - main - svcj: correctly handle kernels without INET or INET6

2025-05-27 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=06c41801afacbcfb2912a6716788a2c26e94ea00 commit 06c41801afacbcfb2912a6716788a2c26e94ea00 Author: Lexi Winter AuthorDate: 2025-05-27 07:31:18 + Commit: Lexi Winter CommitDate: 2025-05-28 01:16:30

git: c8d8cac2a847 - main - mac_do(4): allow compiling into kernel

2025-05-22 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=c8d8cac2a8479009bcdca6c0cb9852af514896f2 commit c8d8cac2a8479009bcdca6c0cb9852af514896f2 Author: Lexi Winter AuthorDate: 2025-05-22 16:59:32 + Commit: Lexi Winter CommitDate: 2025-05-22 16:59:32

git: da2dbdc297c9 - main - bridge: check allow_llz_overlap before member_ifaddrs

2025-05-23 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=da2dbdc297c948d5923812e3d3b777b790d3bf43 commit da2dbdc297c948d5923812e3d3b777b790d3bf43 Author: Lexi Winter AuthorDate: 2025-05-23 18:08:14 + Commit: Lexi Winter CommitDate: 2025-05-23 18:08:14

git: 9a79f1b8c342 - main - Remove vestiges of keyserv(8)

2025-05-23 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=9a79f1b8c342730653030c1df177b24a144c53b7 commit 9a79f1b8c342730653030c1df177b24a144c53b7 Author: Lexi Winter AuthorDate: 2025-05-23 21:58:28 + Commit: Lexi Winter CommitDate: 2025-05-23 21:59:33

git: 08419bf19469 - main - don't gate ctl{d,adm} behind MK_ISCSI

2025-05-31 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=08419bf194697d08837b0e0cd7ea30e911eec4bf commit 08419bf194697d08837b0e0cd7ea30e911eec4bf Author: Lexi Winter AuthorDate: 2025-06-01 02:04:37 + Commit: Lexi Winter CommitDate: 2025-06-01 02:08:40

git: 6ab70fbec423 - main - ifconfig tests: remove incorrect #!

2025-05-30 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=6ab70fbec4236a940275a42e301f76ade7faacbf commit 6ab70fbec4236a940275a42e301f76ade7faacbf Author: Lexi Winter AuthorDate: 2025-05-31 06:19:45 + Commit: Lexi Winter CommitDate: 2025-05-31 06:19:45

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.

Re: git: b6e33f0cd536 - main - rc.d/mountcritlocal: Make sure zpools are imported for legacy ZFS

2025-06-17 Thread Lexi Winter
Cy Schubert: > In message <240137891.21754.1749997280448@localhost>, Ronald Klop writes: [...] > > > + if [ "$vfstype" = "zfs" -a "$a" != "#" ]; then > > > > Does this mean that a comment # must always be folllowed by a whitespace? > Yes. It's a hack but it's the only way without grep (when

git: d9b6b10e5ebb - main - if_vlan_var.h: fix value of DOT1Q_VID_MAX

2025-06-03 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=d9b6b10e5ebbb517a079e89ac0de99be3b815c8d commit d9b6b10e5ebbb517a079e89ac0de99be3b815c8d Author: Lexi Winter AuthorDate: 2025-06-04 05:33:05 + Commit: Lexi Winter CommitDate: 2025-06-04 05:33:57

git: 0e33211f911c - main - kyua: increase cleanup_timeout to 300s

2025-06-03 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=0e33211f911c906b47cd0c457a86372c4b5daf87 commit 0e33211f911c906b47cd0c457a86372c4b5daf87 Author: Lexi Winter AuthorDate: 2025-06-04 05:35:51 + Commit: Lexi Winter CommitDate: 2025-06-04 05:35:51

git: da9f1571dcd2 - main - tests/sys/net: run if_bridge_test in a jail

2025-06-03 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=da9f1571dcd28201a235fa230329ae3b1aa8e020 commit da9f1571dcd28201a235fa230329ae3b1aa8e020 Author: Lexi Winter AuthorDate: 2025-06-04 05:37:18 + Commit: Lexi Winter CommitDate: 2025-06-04 05:37:18

git: 0ddc223c6d52 - main - OptionalObsoleteFiles.inc: add some now-optional rc.d scripts

2025-06-03 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=0ddc223c6d526d19c338ed2af0820a998cbcb93e commit 0ddc223c6d526d19c338ed2af0820a998cbcb93e Author: Lexi Winter AuthorDate: 2025-06-04 05:45:10 + Commit: Lexi Winter CommitDate: 2025-06-04 05:45:10

git: 6b2993e74eba - main - packages: fix ownership of /tmp and /dev

2025-06-03 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=6b2993e74ebaacd46bd1e438787c23450cd2752d commit 6b2993e74ebaacd46bd1e438787c23450cd2752d Author: Lexi Winter AuthorDate: 2025-06-04 05:38:48 + Commit: Lexi Winter CommitDate: 2025-06-04 05:38:48

git: a5fe142e0844 - main - bridge: fix vlan(4) on a bridge member

2025-06-03 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=a5fe142e08447c7116b89159c110d02e860ac6a1 commit a5fe142e08447c7116b89159c110d02e860ac6a1 Author: Lexi Winter AuthorDate: 2025-06-04 06:05:12 + Commit: Lexi Winter CommitDate: 2025-06-04 06:05:12

git: d3c06bed2c16 - main - clang: install clang-scan-deps

2025-07-06 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=d3c06bed2c16b434dd49958dee5de8c55ad00b85 commit d3c06bed2c16b434dd49958dee5de8c55ad00b85 Author: Lexi Winter AuthorDate: 2025-07-06 20:42:58 + Commit: Lexi Winter CommitDate: 2025-07-06 21:02:52

git: 4b7cdb5a420f - main - deprecate RIP

2025-07-06 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=4b7cdb5a420f518fbe1968a6916b6d017f54025d commit 4b7cdb5a420f518fbe1968a6916b6d017f54025d Author: Lexi Winter AuthorDate: 2025-07-06 23:22:42 + Commit: Lexi Winter CommitDate: 2025-07-06 23:23:41

Re: git: d3c06bed2c16 - main - clang: install clang-scan-deps (enable generation of std*.cppm and such too?)

2025-07-07 Thread Lexi Winter
Mark Millard: > Lexi Winter wrote on > > clang: install clang-scan-deps > Would it be reasonable to also enable generation/installation of, > > /usr/lib/libc++.module.json (a guess about where it goes) > > /usr/include/c++/v1/std.cppm > /usr/include/c++/v1/v

git: 55dfaeae8e9a - main - contrib/llvm-project: fix clang crash compiling modules

2025-06-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=55dfaeae8e9aa95f0b724d90ad2423ca1b623142 commit 55dfaeae8e9aa95f0b724d90ad2423ca1b623142 Author: Lexi Winter AuthorDate: 2025-06-25 17:12:02 + Commit: Lexi Winter CommitDate: 2025-06-25 17:12:02

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

2025-06-25 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" so

git: 6a13b3d90612 - main - if_vlan: add a prototype for vlan_input_p

2025-06-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=6a13b3d90612120c6e157ce7aaf7e2d1340e98ad commit 6a13b3d90612120c6e157ce7aaf7e2d1340e98ad Author: Lexi Winter AuthorDate: 2025-06-25 14:23:34 + Commit: Lexi Winter CommitDate: 2025-06-25 15:29:54

git: 877a7a325b98 - main - bridge: transparently add and remove VLAN tags

2025-07-05 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=877a7a325b9824995e920d070a0bfb0c6a1cc7e2 commit 877a7a325b9824995e920d070a0bfb0c6a1cc7e2 Author: Lexi Winter AuthorDate: 2025-07-05 04:54:25 + Commit: Lexi Winter CommitDate: 2025-07-05 07:04:31

git: 65ed1a035ceb - main - bridge: allow member interface vlan to be configured

2025-07-05 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=65ed1a035ceb8f7c323c0bc0c7344a7fa7cadc9f commit 65ed1a035ceb8f7c323c0bc0c7344a7fa7cadc9f Author: Lexi Winter AuthorDate: 2025-07-05 04:27:25 + Commit: Lexi Winter CommitDate: 2025-07-05 07:04:22

git: 032d32c2c276 - main - bridge: add per-interface vlan access list

2025-07-05 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=032d32c2c276983ce680ffaa6e7d6c12a9584fab commit 032d32c2c276983ce680ffaa6e7d6c12a9584fab Author: Lexi Winter AuthorDate: 2025-05-28 07:57:33 + Commit: Lexi Winter CommitDate: 2025-07-05 07:04:31

git: 95e7d47a4bce - main - bridge: allow vlan(4) interfaces on a bridge

2025-07-05 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=95e7d47a4bcea741f44aac4cbdcdb41bbbff6d70 commit 95e7d47a4bcea741f44aac4cbdcdb41bbbff6d70 Author: Lexi Winter AuthorDate: 2025-07-05 06:36:00 + Commit: Lexi Winter CommitDate: 2025-07-05 07:04:31

git: c5f5d0cf49bf - main - if_bridge_test: add a test for QinQ (802.1ad)

2025-07-05 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=c5f5d0cf49bfa042aa6f8416449010370853e2bc commit c5f5d0cf49bfa042aa6f8416449010370853e2bc Author: Lexi Winter AuthorDate: 2025-07-05 06:57:33 + Commit: Lexi Winter CommitDate: 2025-07-05 07:08:09

git: 47a10c0f4824 - main - bridge.4: clarify vlan support status

2025-07-05 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=47a10c0f48240948dc493c229656914193440036 commit 47a10c0f48240948dc493c229656914193440036 Author: Lexi Winter AuthorDate: 2025-07-05 06:56:13 + Commit: Lexi Winter CommitDate: 2025-07-05 07:08:03

git: 533c0d345b93 - main - sys/net: move DOT1Q_VID_* constants to ethernet.h

2025-07-04 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=533c0d345b93ecf6832c9f689f5401c3fb182229 commit 533c0d345b93ecf6832c9f689f5401c3fb182229 Author: Lexi Winter AuthorDate: 2025-07-02 01:19:34 + Commit: Lexi Winter CommitDate: 2025-07-04 23:21:51

git: e64ad2324153 - main - packages: move ucl files to a subdirectory

2025-07-14 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=e64ad2324153dcd77aba0cd42bb8f194b62bb955 commit e64ad2324153dcd77aba0cd42bb8f194b62bb955 Author: Lexi Winter AuthorDate: 2025-07-07 13:30:13 + Commit: Lexi Winter CommitDate: 2025-07-15 05:12:44

git: f75b20e7ddb8 - main - packages: make UCL files required

2025-07-14 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=f75b20e7ddb86a68e0c7bd1d96de523f27fc4182 commit f75b20e7ddb86a68e0c7bd1d96de523f27fc4182 Author: Lexi Winter AuthorDate: 2025-07-07 13:37:19 + Commit: Lexi Winter CommitDate: 2025-07-15 05:12:44

git: 953b3a061438 - main - release/packages/generate-ucl.sh: use correct exit status

2025-07-14 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=953b3a061438ab977c60c79ac3efd38018a4fa0b commit 953b3a061438ab977c60c79ac3efd38018a4fa0b Author: Lexi Winter AuthorDate: 2025-07-07 14:13:18 + Commit: Lexi Winter CommitDate: 2025-07-15 05:12:45

git: 29121751723a - main - packages: create UCL files for package descriptions

2025-07-14 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=29121751723a0ea1a357d32148165c416b0824ec commit 29121751723a0ea1a357d32148165c416b0824ec Author: Lexi Winter AuthorDate: 2025-07-07 13:34:58 + Commit: Lexi Winter CommitDate: 2025-07-15 05:12:44

git: d9c11f0799b5 - main - packages: handle dependencies in ucl

2025-07-14 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=d9c11f0799b546e8a244af2125ded27aa1ce05b8 commit d9c11f0799b546e8a244af2125ded27aa1ce05b8 Author: Lexi Winter AuthorDate: 2025-07-07 13:38:23 + Commit: Lexi Winter CommitDate: 2025-07-15 05:12:44

git: 237db83d02c8 - main - packages: handle suffixes in generate-ucl.lua

2025-07-14 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=237db83d02c8fb3a6292427990a92ca280f73177 commit 237db83d02c8fb3a6292427990a92ca280f73177 Author: Lexi Winter AuthorDate: 2025-07-07 13:39:39 + Commit: Lexi Winter CommitDate: 2025-07-15 05:12:44

git: db55cc8110ce - main - nlmsg_report_err_msg: add __printflike annotation

2025-07-14 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=db55cc8110ceea084c6f52a1ecfd6ab87e0aac2b commit db55cc8110ceea084c6f52a1ecfd6ab87e0aac2b Author: Lexi Winter AuthorDate: 2025-07-10 21:02:21 + Commit: Lexi Winter CommitDate: 2025-07-15 05:12:45

git: 6738882248a7 - main - inetd.conf: remove -[46] from the ssh entry

2025-07-14 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=6738882248a755aad859784150969085e006cf89 commit 6738882248a755aad859784150969085e006cf89 Author: Lexi Winter AuthorDate: 2025-07-15 04:44:38 + Commit: Lexi Winter CommitDate: 2025-07-15 05:12:45

git: 7d4673d3a439 - main - netinet6: allow binding a raw socket to an anycast address

2025-07-14 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=7d4673d3a439d1394df6bed0f9a50235eab5630f commit 7d4673d3a439d1394df6bed0f9a50235eab5630f Author: Lexi Winter AuthorDate: 2025-07-15 05:11:40 + Commit: Lexi Winter CommitDate: 2025-07-15 05:12:45

git: b2e9c8e69bcf - main - packages: add package ucl for libopencsd-all

2025-07-17 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=b2e9c8e69bcf4c757ac4dbcd836618d65cfe2c0e commit b2e9c8e69bcf4c757ac4dbcd836618d65cfe2c0e Author: Lexi Winter AuthorDate: 2025-07-17 17:49:04 + Commit: Lexi Winter CommitDate: 2025-07-17 17:49:44

Re: git: 5df4eb5fd7f2 - main - krb5: Add pkgbase templates

2025-07-20 Thread Lexi Winter
Cy Schubert: > krb5: Add pkgbase templates NB, a related review is open at which will restore the old package names for WITH_MITKRB5. signature.asc Description: PGP signature

git: bf0ee5f2175a - main - pom.6: add a more complete bibliography

2025-07-24 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=bf0ee5f2175a3c6eb52f9fc74b93b445d37a6086 commit bf0ee5f2175a3c6eb52f9fc74b93b445d37a6086 Author: Lexi Winter AuthorDate: 2025-07-24 21:12:50 + Commit: Lexi Winter CommitDate: 2025-07-24 21:13:57

git: 4cb1baa7d85c - main - krb5: use 'kerberos' as package name

2025-07-24 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=4cb1baa7d85c1e227c4acfcc13a35a9f1b7e5a44 commit 4cb1baa7d85c1e227c4acfcc13a35a9f1b7e5a44 Author: Lexi Winter AuthorDate: 2025-07-24 09:31:40 + Commit: Lexi Winter CommitDate: 2025-07-24 10:35:35

git: 962876cc24ee - main - UPDATING: Note the Kerberos package rename (c7da9fb90b0b)

2025-07-24 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=962876cc24ee9fe1f0ee508f420f11fdeac02ee3 commit 962876cc24ee9fe1f0ee508f420f11fdeac02ee3 Author: Lexi Winter AuthorDate: 2025-07-24 18:24:33 + Commit: Lexi Winter CommitDate: 2025-07-24 18:25:05

Re: git: 962876cc24ee - main - UPDATING: Note the Kerberos package rename (c7da9fb90b0b)

2025-07-24 Thread Lexi Winter
hi Cy, Cy Schubert: > In message <202507241824.56oio88s005...@gitrepo.freebsd.org>, Lexi Winter > writes: > > UPDATING: Note the Kerberos package rename (c7da9fb90b0b) > Shouldn't this be the other way around? Heimdal is FreeBSD-kerberos while > MIT is FreeBSD

git: fb1ccc04adfe - main - krb5: don't install libdb manual pages

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=fb1ccc04adfe6357b84b577704cd641e192d69d8 commit fb1ccc04adfe6357b84b577704cd641e192d69d8 Author: Lexi Winter AuthorDate: 2025-07-25 14:07:14 + Commit: Lexi Winter CommitDate: 2025-07-25 17:31:27

git: 76446b5aa350 - main - gssd: move to a new package

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=76446b5aa350873c3c426de734fdd9a0052f6270 commit 76446b5aa350873c3c426de734fdd9a0052f6270 Author: Lexi Winter AuthorDate: 2025-07-25 14:08:03 + Commit: Lexi Winter CommitDate: 2025-07-25 17:31:27

git: c6da58bc17fa - main - UPDATING: note the new gssd package

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=c6da58bc17fa2cd9d39ad53a5b15b7c74d445df8 commit c6da58bc17fa2cd9d39ad53a5b15b7c74d445df8 Author: Lexi Winter AuthorDate: 2025-07-25 17:34:14 + Commit: Lexi Winter CommitDate: 2025-07-25 17:34:14

git: e6ef675de261 - main - tests/sys/net/if_bridge_test: fix MTU test

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=e6ef675de261b15ed66d434d054a6e5e69308ce5 commit e6ef675de261b15ed66d434d054a6e5e69308ce5 Author: Lexi Winter AuthorDate: 2025-07-25 23:11:39 + Commit: Lexi Winter CommitDate: 2025-07-25 23:13:16

git: 763d1bc05a71 - main - ifconfig: don't print bridge member ifmaxaddr if it's 0

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=763d1bc05a718cbc29f45cfca7d566183e3349a4 commit 763d1bc05a718cbc29f45cfca7d566183e3349a4 Author: Lexi Winter AuthorDate: 2025-07-25 23:12:23 + Commit: Lexi Winter CommitDate: 2025-07-25 23:13:16

git: 328110da2661 - main - Move toolchain utils to -toolchain package

2025-07-28 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=328110da2661a8841f12000b99fea27ceacdd5b2 commit 328110da2661a8841f12000b99fea27ceacdd5b2 Author: Lexi Winter AuthorDate: 2025-07-28 16:29:09 + Commit: Lexi Winter CommitDate: 2025-07-28 16:29:29

git: 4d281507f5f1 - main - bridge: be consistent about PVID terminology

2025-07-28 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=4d281507f5f159e0717ae9f4a46cf6fbca67e23d commit 4d281507f5f159e0717ae9f4a46cf6fbca67e23d Author: Lexi Winter AuthorDate: 2025-07-28 17:26:22 + Commit: Lexi Winter CommitDate: 2025-07-28 17:26:22

Re: git: c7da9fb90b0b - main - KRB5: Enable MIT KRB5 by default

2025-07-28 Thread Lexi Winter
hi Rick, Rick Macklem: > I know diddly about how libraries are handled, but is it possible to put the > old Heimdal 1.5.2 libraries somewhere (semi-private) under different names? > > I ask because it is going to be very difficult to port the gssd to the > new libraries. note that one of the rea

git: ad023bc26e10 - main - clang-scan-deps: Pass ${TDFILE} to tblgen, not ${.ALLSRC}

2025-07-28 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=ad023bc26e106e28e1b4845f991b52b533bd0802 commit ad023bc26e106e28e1b4845f991b52b533bd0802 Author: Lexi Winter AuthorDate: 2025-07-27 10:53:19 + Commit: Lexi Winter CommitDate: 2025-07-28 09:17:36

git: f252caf0015a - main - bridge: exterr-ize

2025-07-28 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=f252caf0015a892b2c362719d0098ed654c65bc3 commit f252caf0015a892b2c362719d0098ed654c65bc3 Author: Lexi Winter AuthorDate: 2025-07-27 15:09:49 + Commit: Lexi Winter CommitDate: 2025-07-28 09:17:36

git: 14f57afb852d - main - bmake: Add a package for bmake and share/mk

2025-07-28 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=14f57afb852ddac57d3a277aef375cda5666c620 commit 14f57afb852ddac57d3a277aef375cda5666c620 Author: Lexi Winter AuthorDate: 2025-07-27 11:24:33 + Commit: Lexi Winter CommitDate: 2025-07-28 09:17:36

git: 16045420e7f8 - main - bsdinstall: use the canonical name for compression

2025-07-28 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=16045420e7f83489ecd5e2163aa9bb11236962f5 commit 16045420e7f83489ecd5e2163aa9bb11236962f5 Author: Lexi Winter AuthorDate: 2025-07-28 12:45:26 + Commit: Lexi Winter CommitDate: 2025-07-28 12:45:26

git: 287a5fdcd3c9 - main - ifconfig/ifbridge.c: add get_vlan_id()

2025-07-28 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=287a5fdcd3c941ce73705c664b5df4932ba3bad4 commit 287a5fdcd3c941ce73705c664b5df4932ba3bad4 Author: Lexi Winter AuthorDate: 2025-07-28 14:09:29 + Commit: Lexi Winter CommitDate: 2025-07-28 14:09:29

git: 64f493e664cc - main - bridge: do not allow a bridge SVI in a bridge

2025-07-28 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=64f493e664cc4bd52c67c6ba2c36a35f68c9fbe4 commit 64f493e664cc4bd52c67c6ba2c36a35f68c9fbe4 Author: Lexi Winter AuthorDate: 2025-07-28 17:38:02 + Commit: Lexi Winter CommitDate: 2025-07-28 17:38:02

git: c9868af774ec - main - crash.8: update a little

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=c9868af774ec24bcf6914fc971378e9723eb44ab commit c9868af774ec24bcf6914fc971378e9723eb44ab Author: Lexi Winter AuthorDate: 2025-07-25 13:59:58 + Commit: Lexi Winter CommitDate: 2025-07-25 17:31:26

git: 5e50b89ddf2b - main - bsd.man.mk: add MANGROUPS

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=5e50b89ddf2b47154b3b632b46bc99876d01866d commit 5e50b89ddf2b47154b3b632b46bc99876d01866d Author: Lexi Winter AuthorDate: 2025-07-25 14:00:48 + Commit: Lexi Winter CommitDate: 2025-07-25 17:31:26

git: caddfcd546e0 - main - share/man: Move many manpages to more correct packages

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=caddfcd546e020aec73b0a53d925460f10f7ae7d commit caddfcd546e020aec73b0a53d925460f10f7ae7d Author: Lexi Winter AuthorDate: 2025-07-25 14:02:23 + Commit: Lexi Winter CommitDate: 2025-07-25 17:31:26

git: ca9ccf0ce9ad - main - krb5/usr.bin/kadmin: Fix typo kamdin -> kadmin

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=ca9ccf0ce9adf9c0e079936f2766fc464181b6c2 commit ca9ccf0ce9adf9c0e079936f2766fc464181b6c2 Author: Lexi Winter AuthorDate: 2025-07-25 14:05:51 + Commit: Lexi Winter CommitDate: 2025-07-25 17:31:26

git: 6b28571cb6ba - main - krb5: Move some manpages to other packages

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=6b28571cb6ba7efc6b710ac0e3987e67976f7355 commit 6b28571cb6ba7efc6b710ac0e3987e67976f7355 Author: Lexi Winter AuthorDate: 2025-07-25 14:05:14 + Commit: Lexi Winter CommitDate: 2025-07-25 17:31:26

git: b98d0566b2bd - main - krb5: don't install /usr/include/import_err.h

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=b98d0566b2bddb3478abe6f26cfde180920de092 commit b98d0566b2bddb3478abe6f26cfde180920de092 Author: Lexi Winter AuthorDate: 2025-07-25 14:06:21 + Commit: Lexi Winter CommitDate: 2025-07-25 17:31:26

git: 2a454b05f2c1 - main - krb5: remove private headers

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=2a454b05f2c1f9dc2d27f0d553fd1f890b750aa1 commit 2a454b05f2c1f9dc2d27f0d553fd1f890b750aa1 Author: Lexi Winter AuthorDate: 2025-07-25 14:04:03 + Commit: Lexi Winter CommitDate: 2025-07-25 17:31:26

git: 98d46e05ab08 - main - krb5/util/profile: Do not install profile.5

2025-07-25 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=98d46e05ab08c015247b53e770895521acca93fe commit 98d46e05ab08c015247b53e770895521acca93fe Author: Lexi Winter AuthorDate: 2025-07-25 14:04:40 + Commit: Lexi Winter CommitDate: 2025-07-25 17:31:26

git: 3650722abf29 - main - ifconfig: Support VLAN ID in static/deladdr

2025-08-01 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=3650722abf2922893540361a1369b54abc5ff8d2 commit 3650722abf2922893540361a1369b54abc5ff8d2 Author: Lexi Winter AuthorDate: 2025-07-31 15:56:51 + Commit: Lexi Winter CommitDate: 2025-08-01 14:06:39

git: 62473ce8ccba - main - pam_krb5: fix the GCC build

2025-08-01 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=62473ce8ccba20bad3e34f63448dba13433816e8 commit 62473ce8ccba20bad3e34f63448dba13433816e8 Author: Lexi Winter AuthorDate: 2025-08-01 14:05:58 + Commit: Lexi Winter CommitDate: 2025-08-01 14:06:39

git: 250bb6793a2b - main - bsnmp: fix undefined behaviour

2025-08-01 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=250bb6793a2bc4d2530eb304ac4c4f03ea585985 commit 250bb6793a2bc4d2530eb304ac4c4f03ea585985 Author: Lexi Winter AuthorDate: 2025-07-31 11:18:40 + Commit: Lexi Winter CommitDate: 2025-08-01 14:06:39

git: 7d4a177efc65 - main - ifconfig: Support variable-argument commands

2025-08-01 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=7d4a177efc653bc60a496ba0adf5cb4e0560fa07 commit 7d4a177efc653bc60a496ba0adf5cb4e0560fa07 Author: Lexi Winter AuthorDate: 2025-07-31 15:54:53 + Commit: Lexi Winter CommitDate: 2025-08-01 14:06:39

git: d1095367eb51 - main - krb5: Rename the ALIGN macro in aestab.h

2025-08-01 Thread Lexi Winter
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=d1095367eb5116a0b9a1b9fb6eb913a77eeb5e5d commit d1095367eb5116a0b9a1b9fb6eb913a77eeb5e5d Author: Lexi Winter AuthorDate: 2025-08-02 05:25:02 + Commit: Lexi Winter CommitDate: 2025-08-02 05:30:17