Add the ability to style inactive panes in tmux

2018-09-30 Thread Aaron Bieber
Hi! This diff lets one style the inactive panes in tmux without forcing a default style. Before this diff I was using a combo of 'window-style' and 'window-active-style' to mimic this feature. This method isn't ideal because window-active-style becomes the "default", while window-style is the "in

Re: Qcow2: External snapshots

2018-09-30 Thread Ori Bernstein
On Sun, 30 Sep 2018 12:27:00 -0700, Ori Bernstein wrote: > I've added support to vmd for external snapshots. That is, > snapshots that are derived from a base image. Data lookups > start in the derived image, and if the derived image does not > contain some data, the search proceeds ot the base i

Qcow2: External snapshots

2018-09-30 Thread Ori Bernstein
I've added support to vmd for external snapshots. That is, snapshots that are derived from a base image. Data lookups start in the derived image, and if the derived image does not contain some data, the search proceeds ot the base image. Multiple derived images may exist off of a single base image.

Making relayd (re)resolve DNS names and respect TTL

2018-09-30 Thread Jasper Siepkes
Hi all! Currently relayd (great piece of software!) does not re-resolve DNS hostnames for hosts in tables; It resolves hostnames once during startup. After that the IP used for a host stays the same forever as far as relayd is concerned. We use relayd in a situation where the IP's of the hosts so

Re: ifconfig(8) to deny non-contiguous netmask / take 2

2018-09-30 Thread Job Snijders
OK job@

Re: vmd losing VMs

2018-09-30 Thread Mike Larkin
On Fri, Sep 28, 2018 at 05:01:27PM -0700, Greg Steuck wrote: > I've been running syzkaller for about a day now. It launches/kills VMs all > the time. Somewhere along the way vmd seems to have lost track of one of > its VMs. Notice how syzkaller ci-openbsd-main-1 is conspicuously missing > from vmct

Re: [bgpd] vstate might be used unitialized

2018-09-30 Thread Claudio Jeker
On Sun, Sep 30, 2018 at 12:33:44PM +0200, Denis Fondras wrote: > On Sun, Sep 30, 2018 at 12:08:36PM +0200, Claudio Jeker wrote: > > This is wrong. It should be initialized to: > > vstate = p->validation_state; > > > > > Index: rde.c > =

Re: [bgpd] vstate might be used unitialized

2018-09-30 Thread Denis Fondras
On Sun, Sep 30, 2018 at 12:08:36PM +0200, Claudio Jeker wrote: > This is wrong. It should be initialized to: > vstate = p->validation_state; > Index: rde.c === RCS file: /cvs/src/usr.sbin/bgpd/rde.c,v retrieving revision 1.430 diff

Re: [bgpd] vstate might be used unitialized

2018-09-30 Thread Claudio Jeker
On Sun, Sep 30, 2018 at 11:58:08AM +0200, Denis Fondras wrote: > > Index: rde.c > === > RCS file: /cvs/src/usr.sbin/bgpd/rde.c,v > retrieving revision 1.430 > diff -u -p -r1.430 rde.c > --- rde.c 29 Sep 2018 08:11:11 - 1.

[bgpd] vstate might be used unitialized

2018-09-30 Thread Denis Fondras
Index: rde.c === RCS file: /cvs/src/usr.sbin/bgpd/rde.c,v retrieving revision 1.430 diff -u -p -r1.430 rde.c --- rde.c 29 Sep 2018 08:11:11 - 1.430 +++ rde.c 30 Sep 2018 09:52:32 - @@ -3124,10 +3124,11 @@ rde

Re: [PATCH] bgpd: expose ROA origin validation state in show rib

2018-09-30 Thread Denis Fondras
On Sun, Sep 30, 2018 at 01:49:45AM +, Job Snijders wrote: > Dear all, > > This small patch exposes the origin validation state in 'bgpctl show > rib' and 'bgpctl show rib detail'. This will help debugging, and draw > attention to routing problems. > > I know we're weary of spending horizontal

ifconfig(8) to deny non-contiguous netmask / take 2

2018-09-30 Thread Denis Fondras
Rework the previous diff. Thanks to job@ who noticed that it failed in some cases. Index: ifconfig.c === RCS file: /cvs/src/sbin/ifconfig/ifconfig.c,v retrieving revision 1.378 diff -u -p -r1.378 ifconfig.c --- ifconfig.c 9 Sep 2018