[PATCH] /etc/netstart: unquoted command substitution inside arithmetic expression

2021-10-07 Thread bm1les
Index: netstart === RCS file: /cvs/src/etc/netstart,v retrieving revision 1.216 diff -u -p -u -r1.216 netstart --- netstart2 Sep 2021 19:38:20 - 1.216 +++ netstart8 Oct 2021 02:43:30 - @@ -365,7 +365,7 @@ ifmstart

Re: [PATCH] /etc/netstart: unquoted command substitution inside arithmetic expression

2021-10-07 Thread Klemens Nanni
On Fri, Oct 08, 2021 at 05:15:36AM +, bm1les wrote: > The first problem is the lack of correctness; that should be enough. > The second problem is that such command actually breaks when run using bsd.rd. netstart(8) has nothing to do in or with bsd.rd, whatever you do: you own all the pieces.

Re: [PATCH] /etc/netstart: unquoted command substitution inside arithmetic expression

2021-10-07 Thread Philip Guenther
On Thu, Oct 7, 2021 at 5:57 PM bm1les wrote: > --- netstart2 Sep 2021 19:38:20 - 1.216 > +++ netstart8 Oct 2021 02:43:30 - > @@ -365,7 +365,7 @@ ifmstart "tun tap gif etherip gre egre p > if [[ $ip6kernel == YES ]]; then > # Ensure IPv6 Duplicate Address Detection (

Re: hostctl does not work on Xen

2021-10-07 Thread Masato Asou
Attached obsd69-dmesg.txt and ubuntu-dmesg.txt. regards. -- ASOU Masato From: Brian Brombacher Date: Thu, 7 Oct 2021 23:21:59 -0400 >> On Oct 7, 2021, at 9:46 PM, Masato Asou wrote: >> >> How can I use the hostctl command on Xen virtual machine? >> >> The hostctl command doesn't work on my

Re: hostctl does not work on Xen

2021-10-07 Thread Brian Brombacher
> On Oct 7, 2021, at 9:46 PM, Masato Asou wrote: > > How can I use the hostctl command on Xen virtual machine? > > The hostctl command doesn't work on my Ubuntu (bear metal PC) + Xen + > OpenBSD 6.9 release as follows: > $ hostctl device > hostctl: open: /dev/pvbus0: Operation not supported

hostctl does not work on Xen

2021-10-07 Thread Masato Asou
How can I use the hostctl command on Xen virtual machine? The hostctl command doesn't work on my Ubuntu (bear metal PC) + Xen + OpenBSD 6.9 release as follows: $ hostctl device hostctl: open: /dev/pvbus0: Operation not supported by device $ doas hostctl device doas (a...@obsd69.my.domain) passwor

iwm: initial 40Mhz channel support

2021-10-07 Thread Stefan Sperling
This patch adds initial support for 40Mhz channels to the iwm driver. There are a few changes in net80211 to support this feature in RA and when parsing beacons. The work for net80211 is not yet complete but more can be done incrementally later. What is missing in particular is integration with if

Re: sigwaitinfo(2) and sigtimedwait(2)

2021-10-07 Thread William Ahern
On Sun, Sep 26, 2021 at 02:36:02PM +0200, Mark Kettenis wrote: > > Date: Fri, 24 Sep 2021 19:36:21 +0200 > > From: Rafael Sadowski > > > > I'm trying to port the more KDE stuff so my question is from porter > > perspective. > > > > I need sigwaitinfo(2)/sigtimedwait(2) and I found both functions