On Tue, Dec 28, 2021 at 06:46:03PM +, Raf Czlonka wrote:
> Hello,
>
> Most changes touch the same files hence a single email and diff:
>
> - login_ldap(8) is missing from login.conf(5)
> - capitalise 'radius' where talking about the protocol, and use an
> indefinite article where relevant
>
On Wed, Dec 29, 2021 at 09:44:44PM +0100, Caspar Schutijser wrote:
> Hi,
>
> The diff below fixes a minor typo in ifconfig.8. In the initial
> short description, the "protected" option is said to have a
> "child-iface" argument. In the text, this argument was referred to as
> "interface". This dif
Hi,
The diff below fixes a minor typo in ifconfig.8. In the initial
short description, the "protected" option is said to have a
"child-iface" argument. In the text, this argument was referred to as
"interface". This diff makes it consistent.
Caspar
Index: ifconfig.8
=
> Date: Wed, 29 Dec 2021 19:01:11 +0100
> From: Patrick Wildt
>
> On Wed, Dec 29, 2021 at 06:43:31PM +0100, Patrick Wildt wrote:
> > On Wed, Dec 29, 2021 at 06:02:02PM +0100, Mark Kettenis wrote:
> > > > Date: Wed, 29 Dec 2021 17:16:36 +0100
> > > > From: Patrick Wildt
> > > >
> > > > On Wed, D
On Wed, Dec 29, 2021 at 06:43:31PM +0100, Patrick Wildt wrote:
> On Wed, Dec 29, 2021 at 06:02:02PM +0100, Mark Kettenis wrote:
> > > Date: Wed, 29 Dec 2021 17:16:36 +0100
> > > From: Patrick Wildt
> > >
> > > On Wed, Dec 29, 2021 at 05:03:50PM +0100, Patrick Wildt wrote:
> > > > Hi,
> > > >
> >
On Wed, Dec 29, 2021 at 06:02:02PM +0100, Mark Kettenis wrote:
> > Date: Wed, 29 Dec 2021 17:16:36 +0100
> > From: Patrick Wildt
> >
> > On Wed, Dec 29, 2021 at 05:03:50PM +0100, Patrick Wildt wrote:
> > > Hi,
> > >
> > > a device I have still has oHCI and eHCI controllers, which are needed to
>
> Date: Wed, 29 Dec 2021 18:36:16 +0100
> From: Patrick Wildt
>
> On Wed, Dec 29, 2021 at 06:02:02PM +0100, Mark Kettenis wrote:
> >
> > We have acpi_intr_disestablish() on arm64 now...
> >
>
> Actually we also have it on amd64 now, so maybe we should start by
> removing all those ifdefs? The
On Wed, Dec 29, 2021 at 06:02:02PM +0100, Mark Kettenis wrote:
>
> We have acpi_intr_disestablish() on arm64 now...
>
Actually we also have it on amd64 now, so maybe we should start by
removing all those ifdefs? Then there'll be less cargo-culting.
ok?
Patrick
diff --git a/sys/dev/acpi/dwgpi
On Wed, 29 Dec 2021 07:53:03 -0600, Scott Cheloha wrote:
> uniq(1) defaults to using stdin and stdout, has exactly one input and
> one output, and allows changing the input and/or output to a given
> file.
>
> So, freopen(3) is the idiomatic thing to use here. It simplifies and
> shortens the cod
> Date: Wed, 29 Dec 2021 17:16:36 +0100
> From: Patrick Wildt
>
> On Wed, Dec 29, 2021 at 05:03:50PM +0100, Patrick Wildt wrote:
> > Hi,
> >
> > a device I have still has oHCI and eHCI controllers, which are needed to
> > be able to use the second USB port.
> >
> > ehci(4) at acpi(4) is plain s
Claudio Jeker writes:
> On Wed, Dec 22, 2021 at 12:34:34PM -0500, Dave Voutila wrote:
>>
>> Claudio Jeker writes:
>>
>> > On Wed, Dec 22, 2021 at 10:14:40AM -0500, Dave Voutila wrote:
>> >>
>> >> Claudio Jeker writes:
>> >>
>> >> > I added support for vmctl -cL -B net -b bsd.rd -d disk.img to
On Wed, Dec 29, 2021 at 05:03:50PM +0100, Patrick Wildt wrote:
> Hi,
>
> a device I have still has oHCI and eHCI controllers, which are needed to
> be able to use the second USB port.
>
> ehci(4) at acpi(4) is plain simple, as it attaches to PNP0D20. I have
> copied the xhci(4) at acpi(4) file a
Hi,
a device I have still has oHCI and eHCI controllers, which are needed to
be able to use the second USB port.
ehci(4) at acpi(4) is plain simple, as it attaches to PNP0D20. I have
copied the xhci(4) at acpi(4) file and added the functional changes that
exist between xhci(4) and ehci(4) at fdt
uniq(1) defaults to using stdin and stdout, has exactly one input and
one output, and allows changing the input and/or output to a given
file.
So, freopen(3) is the idiomatic thing to use here. It simplifies and
shortens the code. Then we don't need the file() function, we don't
need additional
On Wed, Dec 22, 2021 at 12:34:34PM -0500, Dave Voutila wrote:
>
> Claudio Jeker writes:
>
> > On Wed, Dec 22, 2021 at 10:14:40AM -0500, Dave Voutila wrote:
> >>
> >> Claudio Jeker writes:
> >>
> >> > I added support for vmctl -cL -B net -b bsd.rd -d disk.img to run the
> >> > autoinstall by emu
On Wed, Dec 29, 2021 at 01:06:30AM +0100, Theo Buehler wrote:
> On Tue, Dec 28, 2021 at 05:08:46PM +0100, Claudio Jeker wrote:
> > On Mon, Dec 27, 2021 at 12:23:32PM +0100, Theo Buehler wrote:
> > > On Sat, Dec 25, 2021 at 05:48:53PM +0100, Claudio Jeker wrote:
> > > [...]
> > > > I would love to g
16 matches
Mail list logo