Patch for install64.octeon : EdgeRouter 6 info

2018-12-17 Thread Chris McGee
Hi: I would like to add some info for Edgerouter 6 (and presumably ER4, and maybe also ER12?) to install64.octeon. The document is great but it won't get a new user booting on the new 4-core machines with MMC drives. I tried to make it as brief as possible while pointing the user in the right d

break out separate wsmouse devices for ps2 types

2018-12-17 Thread William Graeber
I was having an issue where I was unable to separately define sensitivity and acceleration on my X1. When the touchpad is usable, the trackpoint is borderline unusable (the opposite is also true). xinput was showing: $ xinput list ⎡ Vir

Re: relayd and TLS client cert verification

2018-12-17 Thread Ashe Connor
On Fri, Dec 14, 2018 at 10:58:06AM +0100, Sebastian Benoit wrote: > The parse and config bits look good. > > And the use of tls* looks ok to me too, but I would like to have someone > more familiar with it to give an ok though. Sounds good. > As for style, please make lines not longer than 80 c

Re: request for testing: patch for boot loader out of mem

2018-12-17 Thread diego righi
Tested also the snapshot of today 2018/12/17 on same hardware but with 500Gb disk with single big "a" partition, it works: OpenBSD 6.4-current (GENERIC.MP) #522: Mon Dec 17 11:59:44 MST 2018 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 2130313216 (2031MB) ava

mg: Delete region

2018-12-17 Thread Mark Lumsden
Currently in mg, if the cursor is in a region and the 'delete' or 'backspace' keys are pressed mg will not behave any differently than if the cursor wasn't in a region. The diff below makes mg behave like emacs and kills the region and places it into the kill buffer. ok? Mark Index: mg.1 ==