Re: nmea(4): support GNRMC messages sent by gps devices supporting multiple networks

2018-08-29 Thread Landry Breuil
On Wed, Aug 29, 2018 at 02:13:01PM -0600, Theo de Raadt wrote: > Landry Breuil wrote: > > > Hi, > > > > was playing with an usb gps that works ootb with gpsd, but our nmea line > > discipline doesnt recognize it, and the 'indicator' sensor stays at its > > default 'unknown'. > > > > The gps is

Re: nmea(4): support GNRMC messages sent by gps devices supporting multiple networks

2018-08-29 Thread Theo de Raadt
Landry Breuil wrote: > Hi, > > was playing with an usb gps that works ootb with gpsd, but our nmea line > discipline doesnt recognize it, and the 'indicator' sensor stays at its > default 'unknown'. > > The gps is a navilock nl-8002u: > umodem0 at uhub3 port 2 configuration 1 interface 0 "u-blo

nmea(4): support GNRMC messages sent by gps devices supporting multiple networks

2018-08-29 Thread Landry Breuil
Hi, was playing with an usb gps that works ootb with gpsd, but our nmea line discipline doesnt recognize it, and the 'indicator' sensor stays at its default 'unknown'. The gps is a navilock nl-8002u: umodem0 at uhub3 port 2 configuration 1 interface 0 "u-blox AG - www.u-blox.com u-blox GNSS rece

Re: bgpd: allow dumping of invalid paths via control socket

2018-08-29 Thread Denis Fondras
On Wed, Aug 29, 2018 at 01:10:41PM +0200, Claudio Jeker wrote: > On Wed, Aug 29, 2018 at 01:07:33PM +0200, Claudio Jeker wrote: > > This is the bgpd diff that allows bgpctl to show invalid / error paths > > which act as an implicit withdraw. > > > > While there also fix 'bgpctl show rib in nei foo

Re: bgpd: allow dumping of invalid paths via control socket

2018-08-29 Thread Denis Fondras
On Wed, Aug 29, 2018 at 01:07:33PM +0200, Claudio Jeker wrote: > This is the bgpd diff that allows bgpctl to show invalid / error paths > which act as an implicit withdraw. > > While there also fix 'bgpctl show rib in nei foo' since until now that > code actually printed the same as 'bgpctl show r

csh: blkfree() usage

2018-08-29 Thread Michael Mikonos
Hello, In csh(1) the function blkfree() behaves like free(3) and performs no action if its argument is NULL, so the caller can avoid checking. I lightly tested the following patch on i386 and amd64. In two places the pointer was copied to a temporary variable (v) before being passed to blkfree()

Re: bgpd, log updates and invalid path

2018-08-29 Thread Denis Fondras
On Wed, Aug 29, 2018 at 11:49:16AM +0200, Claudio Jeker wrote: > Currently if a path is rejected because of parse errors there is only > a generic error message logged but it is not clear which prefix caused it. > Lets make this at least more obvious when 'log updates' is used. > > OK? OK denis@

smtpd: improve syntax for relay host

2018-08-29 Thread Eric Faurot
For clarity and consistency, we'd like to change the url-like schemes used for specifying smarthost relays in smtpd.conf, to make them match what has been set for smtp(1). The proposed changes are as follow: - the "+auth" specifier is removed: it is implied by the presence of an auth label in

Re: inteldrm(4) regression from 6.1 to 6.2: wrong console resolution

2018-08-29 Thread Philippe Meunier
Mark Kettenis wrote: >I have to think through the consequences of simply doing a delay >without checking the condition here though. Ping? Philippe

Re: bgpd: allow dumping of invalid paths via control socket

2018-08-29 Thread Claudio Jeker
On Wed, Aug 29, 2018 at 01:07:33PM +0200, Claudio Jeker wrote: > This is the bgpd diff that allows bgpctl to show invalid / error paths > which act as an implicit withdraw. > > While there also fix 'bgpctl show rib in nei foo' since until now that > code actually printed the same as 'bgpctl show r

bgpd: allow dumping of invalid paths via control socket

2018-08-29 Thread Claudio Jeker
This is the bgpd diff that allows bgpctl to show invalid / error paths which act as an implicit withdraw. While there also fix 'bgpctl show rib in nei foo' since until now that code actually printed the same as 'bgpctl show rib nei foo'. The code is a bit shuffled to make the if statement in rde_

bgpd, log updates and invalid path

2018-08-29 Thread Claudio Jeker
Currently if a path is rejected because of parse errors there is only a generic error message logged but it is not clear which prefix caused it. Lets make this at least more obvious when 'log updates' is used. OK? -- :wq Claudio Index: rde.c ==

Re: ospfd: prevent additional ospfd from starting

2018-08-29 Thread Florian Obser
OK florian@ On Tue, Aug 28, 2018 at 01:19:39PM +0200, Remi Locherer wrote: > On Tue, Aug 28, 2018 at 07:56:43AM +0200, Claudio Jeker wrote: > > On Mon, Aug 27, 2018 at 11:33:19PM +0200, Remi Locherer wrote: > > > On Fri, Aug 24, 2018 at 12:21:31PM +0200, Remi Locherer wrote: > > > > On Fri, Aug 24

Re: mg: add set-case-replace

2018-08-29 Thread Florian Obser
OK florian On Tue, Aug 28, 2018 at 02:09:58PM +0200, Reyk Floeter wrote: > Hi, > > the new case-preserving replace is a very nice feature - > unless you want to replace a string with the exact capitalisation. > > From florian@'s original commit message: > > Use (mostly) the same capitalisation