mg: add bounce matching for [] and {}

2014-08-13 Thread Brian Callahan
Hi tech -- Diff below adds the bounce matching for [] and {} in mg like it does for (). I miss having that from GNU Emacs, anyone else? OK? ~Brian Index: keymap.c === RCS file: /cvs/src/usr.bin/mg/keymap.c,v retrieving revision 1.

Re: ssh man page additions for unix domain socket forwarding

2014-08-13 Thread Todd C. Miller
On Wed, 13 Aug 2014 00:46:25 -0400, Jared Yanovich wrote: > It might be desired to change some of the usage strings as well. The actual usage is too convoluted to describe in the SYNOPSIS. What you have is OK but I think what is really needed is a subsection devoted to port forwarding. - todd

Re: ksh history bug

2014-08-13 Thread Remi Locherer
On Wed, Aug 13, 2014 at 07:41:08PM +0100, Jason McIntyre wrote: > hi! > > notice how ksh's history command (fc -l) does not list the last typed history > command: > > $ ls > $ date > Wed Aug 13 19:29:59 BST 2014 > $ history > 1 ls > 2 date > > the

Re: autonetd, Wi-Fi automated configuration

2014-08-13 Thread patrick keshishian
Hi, Since you did ask for input. On Wed, Aug 13, 2014 at 07:06:23PM +0400, Vadim Zhukov wrote: > Hello all. > > I won't describe the problem, you all new it: when you switch between > hotspots, your network interface doesn't follow you. Also, you > probably want to have some sort of fallback con

ksh history bug

2014-08-13 Thread Jason McIntyre
hi! notice how ksh's history command (fc -l) does not list the last typed history command: $ ls $ date Wed Aug 13 19:29:59 BST 2014 $ history 1 ls 2 date the only thing i have to compare it with is bash: bash-4.3$ ls b

[regress] convert enc (3des) test from /dev/crypto

2014-08-13 Thread Mike Belopuhov
this one with a bit of cheating however (manual cbc implementation). OK? diff --git regress/sys/crypto/enc/Makefile regress/sys/crypto/enc/Makefile index cc29b32..8725f0c 100644 --- regress/sys/crypto/enc/Makefile +++ regress/sys/crypto/enc/Makefile @@ -1,12 +1,21 @@ # $OpenBSD: Makefile,v

autonetd, Wi-Fi automated configuration

2014-08-13 Thread Vadim Zhukov
Hello all. I won't describe the problem, you all new it: when you switch between hotspots, your network interface doesn't follow you. Also, you probably want to have some sort of fallback configuration. Maybe you have a bunch of shell scripts, or whatever, - all this stuff that rely on ifconfig(8

[regress] convert aes-ctr test from /dev/crypto

2014-08-13 Thread Mike Belopuhov
this test is converted the same way jsing@ has recently converted an xts test by pulling in xform.c code. OK? diff --git regress/sys/crypto/aesctr/Makefile regress/sys/crypto/aesctr/Makefile index 31ae500..7310dbc 100644 --- regress/sys/crypto/aesctr/Makefile +++ regress/sys/crypto/aesctr/Makefil

[regress] convert aes testcase from /dev/crypto

2014-08-13 Thread Mike Belopuhov
in order to deprecate crypto(4) interface regress tests need to be converted. this aes test case actually uses ecb vectors, therefore no chaining is required and the code looks very simple. OK? diff --git regress/sys/crypto/aes/Makefile regress/sys/crypto/aes/Makefile index 459aedb..826d98c 1006

jumbo support for bnx(4)

2014-08-13 Thread David Gwynne
ive had this for 2 years or so. updated to current again. its been tested on the following: bnx0 at pci4 dev 0 function 0 "Broadcom BCM5708" rev 0x12: apic 8 int 16 bnx1 at pci13 dev 0 function 0 "Broadcom BCM5708" rev 0x12: apic 8 int 16 bnx0: address 00:1e:4f:1b:26:53 brgphy0 at bnx0 phy 1: BCM

Re: Fix pppoe(4) with rdomain != 0

2014-08-13 Thread Mike Belopuhov
OK On 13 August 2014 11:56, Martin Pieuchot wrote: > ok? > > Index: net/if_pppoe.c > === > RCS file: /home/ncvs/src/sys/net/if_pppoe.c,v > retrieving revision 1.40 > diff -u -p -r1.40 if_pppoe.c > --- net/if_pppoe.c 12 Jul 2014

Fix pppoe(4) with rdomain != 0

2014-08-13 Thread Martin Pieuchot
ok? Index: net/if_pppoe.c === RCS file: /home/ncvs/src/sys/net/if_pppoe.c,v retrieving revision 1.40 diff -u -p -r1.40 if_pppoe.c --- net/if_pppoe.c 12 Jul 2014 18:44:22 - 1.40 +++ net/if_pppoe.c 13 Aug 2014 09:56:1

Re: Kill MRT_{ADD,DEL}_BW_UPCALL

2014-08-13 Thread Mike Belopuhov
On 13 August 2014 10:56, Martin Pieuchot wrote: > Our multicast routing code is and for the most > part unused. We discussed with claudio@ during t2k13 to rewrite only > the parts that people currently use, any volunteer? > > In the meantime, I'd like to kill the obviously unused parts of it. S

Kill MRT_{ADD,DEL}_BW_UPCALL

2014-08-13 Thread Martin Pieuchot
Our multicast routing code is and for the most part unused. We discussed with claudio@ during t2k13 to rewrite only the parts that people currently use, any volunteer? In the meantime, I'd like to kill the obviously unused parts of it. So here's a first diff that remove the bandwidth monitoring