Re: [PATCH] [src] etc/etc.*/login.conf, share/man/man5/login.conf.5, libexec/login_radius/login_radius.8

2021-12-29 Thread Jason McIntyre
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

Re: ifconfig.8: fix for minor typo

2021-12-29 Thread Jason McIntyre
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

ifconfig.8: fix for minor typo

2021-12-29 Thread Caspar Schutijser
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

Re: ohci(4) and ehci(4) at acpi(4)

2021-12-29 Thread Mark Kettenis
> 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,

Re: ohci(4) and ehci(4) at acpi(4)

2021-12-29 Thread 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, Dec 29, 2021 at 05:03:50PM +0100, Patrick Wildt wrote: > > > > Hi, > > > > >

Re: ohci(4) and ehci(4) at acpi(4)

2021-12-29 Thread Patrick Wildt
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

Re: ohci(4) and ehci(4) at acpi(4)

2021-12-29 Thread Mark Kettenis
> 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?

Re: ohci(4) and ehci(4) at acpi(4)

2021-12-29 Thread 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? Then there'll be less cargo-culting. ok? Patrick diff --git

Re: uniq(1): freopen(3) stdin, stdout

2021-12-29 Thread Todd C . Miller
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

Re: ohci(4) and ehci(4) at acpi(4)

2021-12-29 Thread Mark Kettenis
> 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

Re: fix vmctl -B net -b bsd.rd to autoinstall

2021-12-29 Thread Dave Voutila
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

Re: ohci(4) and ehci(4) at acpi(4)

2021-12-29 Thread 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 simple, as it attaches to PNP0D20. I have > copied the xhci(4) at acpi(4) file

ohci(4) and ehci(4) at acpi(4)

2021-12-29 Thread Patrick Wildt
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

uniq(1): freopen(3) stdin, stdout

2021-12-29 Thread Scott Cheloha
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

Re: fix vmctl -B net -b bsd.rd to autoinstall

2021-12-29 Thread Claudio Jeker
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

Re: rpki-client: check ipAddrBlock and autonomousSysNum for criticality

2021-12-29 Thread Claudio Jeker
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