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
&
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
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/
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
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
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
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.
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
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