Re: [patch] cwm: filter duplicate hostnames in ssh menu

2019-05-06 Thread Landry Breuil
On Mon, May 06, 2019 at 08:04:02AM +0200, Bruno Flückiger wrote: > On 01.05., Marcus MERIGHI wrote: > > Hello, > > > > o...@demirmen.com (Okan Demirmen), 2019.04.29 (Mon) 16:19 (CEST): > > > On Fri 2019.04.26 at 07:15 +0200, Bruno Fl?ckiger wrote: > > > > Hi, > > > > > > > > The ssh menu of cwm(1)

Re: [cje...@diehard.n-r-g.com: Re: bgpd acting up, dropping connected/static network statements]

2019-05-06 Thread Sebastian Benoit
ok benno@ Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.05.04 15:19:47 +0200: > For those people not on misc@. This bgpd diff fixes reload issues with > all non fixed (those not using a prefix but e.g. static or rtlabel). > > On Fri, May 03, 2019 at 09:59:40AM +0200, open...@kene.nu wrote: > >

clean up LC_NUMERIC in sort(1)

2019-05-06 Thread Ingo Schwarze
Hi, it was noticed years ago that our implementation of sort(1) is very messy. It contains huge amounts of dead code -- many hundreds of lines -- and many wrapper functions around standard C library functions that are in very bad taste and mostly pointless. However, nobody ever came round to cle

Re: OpenBSD 6.4 - Simple multicast routing

2019-05-06 Thread Luthing
I finally got something working with the igmp-proxy package. But I am not sur this is stable because : - I guess only multicast traffic advertised with IGMP packets will be forwarded. - The process sometimes crashes Somebody has an experience feedback on multicast routing within OpenBSD to share?

mention opensmtpd mail archive on a web page

2019-05-06 Thread Sergey Bronnikov
diff --git a/opensmtpd/list.html b/opensmtpd/list.html index cdb66803b..97e55d3df 100644 --- a/opensmtpd/list.html +++ b/opensmtpd/list.html @@ -38,7 +38,8 @@ General OpenSMTPD user discussion list General purpose discussions, issues and ideas may be discussed on - our mailto:m...@opensmtp

Re: pledge(1), revisited

2019-05-06 Thread Andy Seniuk
An index page for pledge stuff: https://fremissant.net/pledge There is a new tarball. It's moving fairly quickly, and smaller and prettier (esp. the kernel side), but still a few days away from anything "supportable".

tmux: cannot select pane after prefix-b q

2019-05-06 Thread Denis Fondras
As discovered and reported by solene@, since a few day selecting a pane after C-b q (display pane index) does not work. >From what I understand, the number entered is sent after the select-pane command, too late... Here is a diff : Index: cmd-queue.c =

Remove "Not supported yet" message from `machine boot`

2019-05-06 Thread Callum R. Davies
Based on revisions 1.7 and 1.11, I think this line should have been removed as part of revision 1.11. Index: sys/arch/amd64/stand/libsa/cmd_i386.c === RCS file: /cvs/src/sys/arch/amd64/stand/libsa/cmd_i386.c,v retrieving revision 1.13