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

2014-02-12 Thread Martynas Venckus
On 2/12/14, Donovan Watteau wrote: > On Thu, 6 Feb 2014, Donovan Watteau wrote: >> David Coppa wrote: >> > Take the following reduced test-case, adapted from what R's code >> > does: >> > >> > ---8<--- >> > >> > #include >> > #include >> > #include >> > >> > int main(void) { >> >double thet

Re: release(8) patch

2014-02-12 Thread Frank Brodbeck
Hi, first of all thanks for your feedback. On Wed, Feb 12, 2014 at 12:27:18AM +, Stuart Henderson wrote: > It isn't a big help for copy-and-paste though because the next section > goes on to use ${NAME}, and then a bit later on there's your-destdir and > your-releasedir... On Wed, Feb 12, 20

Re: Trivial patch for ipv6

2014-02-12 Thread Alexander Bluhm
On Wed, Feb 12, 2014 at 10:10:36AM -0800, Loganaden Velvindron wrote: > Hi All, > > based on a similar change from FreeBSD: > > Change the return error from EACCES to EPERM as it is not a file. According to errno(2) EACCES is for file access permissions, so EPERM seems more apporiate. A grep fo

[Patch] ospfd: allow router lsa with 0 links

2014-02-12 Thread Florian Riehm
Hi Claudio, could you please have a look to the following patch. It removes a check that tries to make sure, a router lsa has at least one link. I have seen a problem with the check in the following situation: On a router with only one ospf speaking interface, the link on this interface goes down

Trivial patch for ipv6

2014-02-12 Thread Loganaden Velvindron
Hi All, based on a similar change from FreeBSD: Change the return error from EACCES to EPERM as it is not a file. Index: src/sys/netinet6/ip6_mroute.c === RCS file: /cvs/src/sys/netinet6/ip6_mroute.c,v retrieving revision 1.67 diff

Re: fix ntpd.8 rfc authors

2014-02-12 Thread Ingo Schwarze
Hi Arto, Arto Jonsson wrote on Wed, Feb 12, 2014 at 04:39:39PM +0200: > University of Delaware mixup. Done, thanks. Ingo > Index: ntpd.8 > === > RCS file: /cvs/src/usr.sbin/ntpd/ntpd.8,v > retrieving revision 1.36 > diff -u -p -r

fix ntpd.8 rfc authors

2014-02-12 Thread Arto Jonsson
University of Delaware mixup. Index: ntpd.8 === RCS file: /cvs/src/usr.sbin/ntpd/ntpd.8,v retrieving revision 1.36 diff -u -p -r1.36 ntpd.8 --- ntpd.8 4 Oct 2013 14:28:16 - 1.36 +++ ntpd.8 12 Feb 2014 14:37:13 -000

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

2014-02-12 Thread Geoff Steckel
On 02/12/2014 05:44 AM, Mike Belopuhov wrote: On 11 February 2014 20:05, Brad Smith wrote: On Tue, Feb 11, 2014 at 07:43:51PM +0100, Mark Kettenis wrote: Date: Tue, 11 Feb 2014 13:30:47 -0500 From: Brad Smith Index: arch/socppc/dev/if_tsec.c =

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

2014-02-12 Thread Donovan Watteau
On Thu, 6 Feb 2014, Donovan Watteau wrote: > David Coppa wrote: > > Take the following reduced test-case, adapted from what R's code > > does: > > > > ---8<--- > > > > #include > > #include > > #include > > > > int main(void) { > > double theta = 1; > > long double lambda, pr, pr2; >

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

2014-02-12 Thread Mike Belopuhov
On 11 February 2014 20:05, Brad Smith wrote: > On Tue, Feb 11, 2014 at 07:43:51PM +0100, Mark Kettenis wrote: >> > Date: Tue, 11 Feb 2014 13:30:47 -0500 >> > From: Brad Smith >> > >> > > Index: arch/socppc/dev/if_tsec.c >> > > === >>

Re: carp sends incorrect NA

2014-02-12 Thread Martin Pieuchot
On 11/02/14(Tue) 19:40, Alexander Bluhm wrote: > On Tue, Feb 11, 2014 at 03:53:24PM +0100, Martin Pieuchot wrote: > > When a carp node sends a neighbor advertisement, because its status > > switch from BACKUP to MASTER for example, it does it using a wrong > > mac address: the one from its real ass

Re: release(8) patch

2014-02-12 Thread Landry Breuil
On Wed, Feb 12, 2014 at 08:47:29AM +, Stuart Henderson wrote: > On 2014/02/12 08:16, Mark Kettenis wrote: > > Just make sure you set $ARCH in your .profile. > > I used to do that, but it can cause some confusion when working > on the ports tree. yes, i ran with $ARCH set for a while, and this

Re: release(8) patch

2014-02-12 Thread Stuart Henderson
On 2014/02/12 08:16, Mark Kettenis wrote: > Just make sure you set $ARCH in your .profile. I used to do that, but it can cause some confusion when working on the ports tree.

Re: release(8) patch

2014-02-12 Thread Marc Espie
On Wed, Feb 12, 2014 at 08:16:26AM +0100, Mark Kettenis wrote: > > Just make sure you set $ARCH in your .profile. If you feel like it, how about a patch for /etc/skel ? It's not set by default !