Re: Fix parsing of '\' in hostname.if

2020-01-05 Thread Klemens Nanni
On Sun, Jan 05, 2020 at 10:36:24PM -0600, Matt Kunkel wrote: > Backslash characters inside hostname.if cause it to differ from > parameters provided to ifconfig. I don't understand what you mean by that, can you elaborate? > Adding '-r' to eliminate the need to > escape '\' inside hostname.if (ss

[WIP] mprotect_ept for vmm(4)

2020-01-05 Thread Adam Steen
Hi I have been working on this diff on and off for a while now, mlarkin was able to give me lots of tips, but now i am stuck, so i thought i would ask for nits, tips or even your doing it wrong. The code below causes the vm to triple fault without the ((*pte & EPT_WB) == EPT_WB) check in vmx_mpro

Fix parsing of '\' in hostname.if

2020-01-05 Thread Matt Kunkel
Backslash characters inside hostname.if cause it to differ from parameters provided to ifconfig. Adding '-r' to eliminate the need to escape '\' inside hostname.if (ssid/wpa key material). If this has unintended consequences, I can provide a hostname.if man patch (currently an un-documented "fea

Re: EFI frame buffer > 4GB

2020-01-05 Thread Bobby Johnson
On Sun, Sep 22, 2019 at 04:18:08PM +0900, YASUOKA Masahiko wrote: > Hi, > > I'm sorry for delay. > > On Fri, 20 Sep 2019 22:08:52 -0700 > Mike Larkin wrote: > > On Fri, Sep 20, 2019 at 03:35:00PM +0200, Mark Kettenis wrote: > >> > Date: Fri, 20 Sep 2019 06:06:40 -0700 > >> > From: Mike Larkin >

Re: Scrolling in top(1)

2020-01-05 Thread Vadim Zhukov
5 января 2020 г. 22:37:05 GMT+02:00, Ted Unangst пишет: >Vadim Zhukov wrote: >> Today I get really upset and angry due limitation of top(1): it shows >> only hrrm, top processes (thank you, Chromium). Now here is a diff >that >> allows you to scroll process list by line or by half a screen. >> >>

Re: Scrolling in top(1)

2020-01-05 Thread Ted Unangst
Vadim Zhukov wrote: > Today I get really upset and angry due limitation of top(1): it shows > only hrrm, top processes (thank you, Chromium). Now here is a diff that > allows you to scroll process list by line or by half a screen. > > I've used the '0' and '9' keys to scroll down and up, respectiv

ldomctl: Fail on duplicate vcpu and memory parameters

2020-01-05 Thread Klemens Nanni
Domains get to define their cores and memory only once unlike the other parameters of which it makes sense to have more than one. $ cat dup.conf domain primary { vcpu 2 vcpu 2 } $ ldomctl init-system -n dup.conf ; echo $? 0

Re: netcat unix getnameinfo

2020-01-05 Thread Alexander Bluhm
On Sun, Jan 05, 2020 at 06:41:08PM +0100, Alexander Bluhm wrote: > When using netcat with the options -Uuvs I get: > netcat-regress: getnameinfo: Invalid argument Correction, -U -u -n -v -l triggers the bug. -U -u -v -l gives: netcat-regress: getnameinfo: ai_family not supported My diff fixes b

netcat unix getnameinfo

2020-01-05 Thread Alexander Bluhm
Hi, When using netcat with the options -Uuvs I get: netcat-regress: getnameinfo: Invalid argument Using the same check when calling report_sock() as a few lines below fixes it. While there use the same error check for both calls to getnameinfo(3). ok? bluhm Index: usr.bin/nc/netcat.c ===

Scrolling in top(1)

2020-01-05 Thread Vadim Zhukov
Hi all. Today I get really upset and angry due limitation of top(1): it shows only hrrm, top processes (thank you, Chromium). Now here is a diff that allows you to scroll process list by line or by half a screen. I've used the '0' and '9' keys to scroll down and up, respectively. Unfortunately, '

Re: openiked.org down?

2020-01-05 Thread lu hu
who can bring up openiked.org to life? > Sent: Tuesday, December 31, 2019 at 4:14 PM > From: "Umgeher Torgersen" > To: m...@openbsd.org > Subject: Re: openiked.org down? > > yeah, it's down... > > ; <<>> DiG 9.4.2-P2 <<>> openiked.org > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER

Fw: Re: Why isn't ChallengeResponseAuthentication NO in sshd_config?

2020-01-05 Thread lu hu
Hello, any thoughts anyone? > Sent: Sunday, December 29, 2019 at 6:07 PM > From: "lu hu" > To: m...@openbsd.org > Subject: Re: Why isn't ChallengeResponseAuthentication NO in sshd_config? > > Hello: > > 66# grep -i challenge /etc/ssh/sshd_config > #ChallengeResponseAuthentication yes > 66# s

MAKE: fix -q flag

2020-01-05 Thread Marc Espie
-q is just plain broken in compat mode, it's easy to fix though. The second issue is that, if a Makefile as an .END target, that one will always be run, even in query mode, contrary to .BEGIN. So let's fix that as well. Fairly obvious patch Index: compat.c ==

Re: sparc64: autoconf: Ignore reboot-memory device

2020-01-05 Thread Mark Kettenis
> Date: Sun, 5 Jan 2020 00:45:12 +0100 > From: Klemens Nanni > > On Thu, Dec 26, 2019 at 10:02:42PM +0100, Klemens Nanni wrote: > > Solaris supports booting fallback images from "retained memory" which > > is a relatively new feature introduced, it requires recent versions of > > Solaris as well