enable mpip(4) in GENERIC?

2019-03-17 Thread David Gwynne
ok? Index: GENERIC === RCS file: /cvs/src/sys/conf/GENERIC,v retrieving revision 1.257 diff -u -p -r1.257 GENERIC --- GENERIC 20 Dec 2018 23:00:55 - 1.257 +++ GENERIC 18 Mar 2019 03:22:03 - @@ -94,6 +94,7 @@

Re: wscons: precision scrolling

2019-03-17 Thread joshua stein
On Sun, 17 Mar 2019 at 19:35:17 +0100, Ulf Brosziewski wrote: > Hi Joshua, > > could you make a test with the updated diff below and check whether > the scroll speed is normal? (There are no changes in ws, it's just > the kernel part). Hi, this version scrolls much better.

Re: [patch] improve strptime(3) %z timezone parsing

2019-03-17 Thread Marc Espie
On Sun, Mar 17, 2019 at 03:10:04PM -0400, Ted Unangst wrote: > Hiltjo Posthuma wrote: > > Not all BSD man pages reference the same RFCs, like RFC5322. The OpenBSD > > strptime(3) man page (%z) describes military/nautical zones are supported. > > > > - NetBSD supports it (correctly since only a

Re: [patch] improve strptime(3) %z timezone parsing

2019-03-17 Thread Ted Unangst
Hiltjo Posthuma wrote: > Not all BSD man pages reference the same RFCs, like RFC5322. The OpenBSD > strptime(3) man page (%z) describes military/nautical zones are supported. > > - NetBSD supports it (correctly since only a few months ago and it is not in > stable or backported). > - FreeBSD

Re: wscons: precision scrolling

2019-03-17 Thread Ulf Brosziewski
Hi Joshua, could you make a test with the updated diff below and check whether the scroll speed is normal? (There are no changes in ws, it's just the kernel part). On 3/16/19 4:16 PM, joshua stein wrote: > On Thu, 14 Mar 2019 at 00:48:33 +0100, Ulf Brosziewski wrote: >> Much too fast? I'm a bit

Re: switch Xorg protos to xorgproto 2018.4

2019-03-17 Thread Stefan Sperling
On Sun, Feb 24, 2019 at 12:56:53PM +0100, Matthieu Herrb wrote: > On Thu, Feb 14, 2019 at 09:38:33AM +0100, Matthieu Herrb wrote: > > On Mon, Feb 11, 2019 at 07:34:46AM +0100, Matthieu Herrb wrote: > > > Hi, > > > > > > I've recently imported xorgproto 2018.4 in xenocara. This is a package > > >

Re: update xserver to version 1.19.7

2019-03-17 Thread Stefan Sperling
On Sun, Mar 03, 2019 at 01:48:18PM +0100, Matthieu Herrb wrote: > Hi, > > the patch below updates the X server to version 1.19.7. It's a bug-fix > release. You'll find the change log at the begining of the patch. > > To test, apply the patch with patch -p0 -E in /usr/xenocara/xserver, > and then

Re: [patch] improve strptime(3) %z timezone parsing

2019-03-17 Thread Hiltjo Posthuma
On Sun, Mar 10, 2019 at 04:16:37PM -0400, Ted Unangst wrote: > Hiltjo Posthuma wrote: > > 2. The military/nautical UTC offsets are also reversed. This was also > > actually > > a bug in RFC822: > > > > RFC5322 (referenced in strptime(3) man page): > > https://tools.ietf.org/html/rfc5322 > >

bgpd, change peer config handling

2019-03-17 Thread Claudio Jeker
Move the struct peer into bgpd_config and switch it to a TAILQ instead of the hand-rolled list. This changes the way peers are reloaded since now both parent and session engine are now merging the lists. If you are using neighbor templates you should really test this diff since it may fix

Re: vmd/vmctl: improve VM name checks/error handling

2019-03-17 Thread Jason McIntyre
On Sun, Mar 17, 2019 at 01:07:23AM +0100, Klemens Nanni wrote: > On Sat, Mar 16, 2019 at 11:41:02PM +, Jason McIntyre wrote: > > i don;t understand why you special case "id" in a separate paragraph. > Specifying an ID is valid only if you want to start an existing VM. > You cannot create new