Re: OpenBSD 6.x and wxallowed

2019-10-22 Thread Matthias Kilian
Hi, On Mon, Oct 21, 2019 at 09:57:24AM +0100, Stuart Henderson wrote: > > $ grep -rHI USE_WXNEEDED /usr/ports/ | wc > > 64 2013827 > > This ignores ports where USE_WXNEEDED is set by a module, this is a better > number: > > $ sqlite3 /usr/local/share/sqlports "select

Re: vmm(4) question: unneeded vmclear() in vcpu_readregs_vmx()?

2019-10-22 Thread Mike Larkin
On Tue, Oct 22, 2019 at 06:57:32PM +0900, Iori YONEJI wrote: > On Tue, Oct 22, 2019 at 11:17 AM Mike Larkin wrote: > > > > On Mon, Oct 21, 2019 at 03:52:52AM +0900, Iori YONEJI wrote: > > > Hello tech@, > > > > > > I have a question (or maybe a suggestion) about vmm(4). > > > > > > I'm writing a

use pluart(4) as console on rpi

2019-10-22 Thread Jonathan Gray
Use the pl011 as console uart instead of the 'mini uart' a quirky 8250 alike. By default the pl011 is used for bluetooth. When com(4) takes over the console with the mini uart on rpi3 I see a bunch of noise before output resumes and can't interact with the console after it has booted. With

Re: vmm(4) question: unneeded vmclear() in vcpu_readregs_vmx()?

2019-10-22 Thread Iori怀YONEJI
On Tue, Oct 22, 2019 at 11:17 AM Mike Larkin wrote: > > On Mon, Oct 21, 2019 at 03:52:52AM +0900, Iori YONEJI wrote: > > Hello tech@, > > > > I have a question (or maybe a suggestion) about vmm(4). > > > > I'm writing a small additional feature to sys/arch/amd64/amd64/vmm.c > > and found a

Re: ssh-keygen.1 fixes regarding new -Y flag

2019-10-22 Thread Jason McIntyre
On Sat, Oct 19, 2019 at 03:10:40PM +, Lucas wrote: > Hello tech@, > > Find a patch fixing some details in ssh-keygen.1 regarding the new -Y > flag for signing and verifying signatures. > > Precisely: > - Include a missing 'returning a zero exit status' in `-Y verify` > paragraph. > - Don't