C-j in tmux

2014-02-07 Thread Simon Nicolussi
Hello. This patch by me and Alexander Hirsch makes tmux accept C-j everywhere Enter/C-M is accepted, as seems customary in Unix: --- src/usr.bin/tmux/mode-key.c +++ src/usr.bin/tmux/mode-key.c @@ -153,6 +153,7 @@ { '\025' /* C-u */, 0, MODEKEYEDIT_DELETELINE }, { '\027' /*

Re: na with router flag in ip_carp.c

2014-02-07 Thread Stefan Sperling
On Wed, Feb 05, 2014 at 02:39:43AM +0100, Alexander Bluhm wrote: > On Tue, Feb 04, 2014 at 07:44:42PM +0100, Ole Myhre wrote: > > Small patch that make carp send na with router flag set when > > net.inet6.ip6.forwarding=1. Otherwise clients will lose the default > > gateway during failover if it

Re: exp() / expl() on Linux and OpenBSD (expl() bug?)

2014-02-07 Thread David Coppa
On Fri, Feb 7, 2014 at 3:49 PM, Mark Kettenis wrote: >> Date: Thu, 6 Feb 2014 23:07:58 -0800 >> From: Martynas Venckus >> >> Yup.Does this diff fix it for you? > > Here's a diff that sticks a bit closer to the original code. It's > equivalent to your diff, and admittedly purely a matter of t

Re: exp() / expl() on Linux and OpenBSD (expl() bug?)

2014-02-07 Thread Mark Kettenis
> Date: Thu, 6 Feb 2014 23:07:58 -0800 > From: Martynas Venckus > > Yup.Does this diff fix it for you? Here's a diff that sticks a bit closer to the original code. It's equivalent to your diff, and admittedly purely a matter of taste which version to prefer. Index: s_floorl.c =

Re: em(4): Don't count RX overruns and missed packets as input errros

2014-02-07 Thread Brad Smith
On Tue, Jan 28, 2014 at 02:08:09AM -0500, Brad Smith wrote: > On Tue, Jan 28, 2014 at 01:21:46PM +1000, David Gwynne wrote: > > > > On 26 Jan 2014, at 11:31 am, Brad Smith wrote: > > > > > On 31/12/13 5:50 AM, Mike Belopuhov wrote: > > >> On 31 December 2013 09:46, Brad Smith wrote: > > >>> On

Re: ip6opt.c

2014-02-07 Thread Martin Pieuchot
On 06/02/14(Thu) 19:43, Eitan Adler wrote: > On Tue, Feb 4, 2014 at 8:54 PM, Alexander Bluhm > wrote: > > On Tue, Feb 04, 2014 at 08:35:02PM -0500, Eitan Adler wrote: > >> Hi all, > >> > >> The following bug was recently fixed in DragonFlyBSD and FreeBSD: > >> > >> libc/net: Fix issue in inet6_op

Re: exp() / expl() on Linux and OpenBSD (expl() bug?)

2014-02-07 Thread David Coppa
On Fri, Feb 7, 2014 at 8:07 AM, Martynas Venckus wrote: > Yup.Does this diff fix it for you? Yeah! It works. And R-3's testsuite is also happy now. Thanks a lot! And thanks to Daniel too... ok dcoppa@ to commit it, obviously Ciao, David > On 2/6/14, Daniel Dickman wrote: >> I think I r