rad(8) and carp interfaces

2019-09-04 Thread Matthieu Herrb
Hi, I've a pair of redundant routers, which need to run rad(8) on the internal interfaces. But using carp, on the inactive router, rad complains every time it tries to send a RA: rad[65590]: sendmsg on carp2: Can't assign requested address Which I can understand since it currently doesnt

Spleen kernel fonts improvements

2019-09-04 Thread Frederic Cambus
Hi tech@, Here is a diff to sync kernel fonts with the latest released Spleen version, bringing the following improvements: - Character at position CB is 'E' with diaeresis, not with tilde (12x24 version) - Character at position D6 is 'O' with diaeresis, not with tilde (12x24 version) -

Re: once again: iwm(4) multi-frame rx + monitor mode

2019-09-04 Thread richard . n . procter
On Fri, 30 Aug 2019, Stefan Sperling wrote: > I would like to try this again: In iwm(4), process more than one frame > per Rx interrupt, and enable monitor mode. > > Monitor mode triggers "unhandled fimware response" errors without multi-Rx > support. We have seen these infamous errors in other

Question about man 2 fcntl

2019-09-04 Thread Masato Asou
The following statement is a part of man 2 fctl. [EINTR]The argument cmd is invalid. The argument cmd is F_SETLKW, and the function was interrupted by a signal. Will EINVAL be returned in the case of 'The

Re: [patch] vmd: fix possible small memleak in vm_claimid() error path

2019-09-04 Thread Mike Larkin
On Thu, Aug 29, 2019 at 07:43:31PM +0200, Hiltjo Posthuma wrote: > Hi, > > This fixes a small possible memory leak in an error handling path in vmd.c > vm_claimid(). > > > diff --git usr.sbin/vmd/vmd.c usr.sbin/vmd/vmd.c > index 654af5974d3..81be6b356d6 100644 > --- usr.sbin/vmd/vmd.c > +++