Re: CVS commit: src/usr.sbin/rtsold

2014-03-25 Thread David Laight
On Tue, Mar 25, 2014 at 05:17:44PM +, Joerg Sonnenberger wrote: > Module Name: src > Committed By: joerg > Date: Tue Mar 25 17:17:44 UTC 2014 > > Modified Files: > src/usr.sbin/rtsold: rtsold.c > > Log Message: > Don't cast to time_t just to implicitly cast to uint32_t next. G

Re: CVS commit: src/usr.sbin/rtsold

2014-03-18 Thread Christos Zoulas
On Mar 18, 9:08pm, da...@l8s.co.uk (David Laight) wrote: -- Subject: Re: CVS commit: src/usr.sbin/rtsold | Only if 'long' is smaller than 100. In this particular case with these constants. | i386 fails on the line: | long interval = arc4random() /* uint32_t */ % 100; |

Re: CVS commit: src/usr.sbin/rtsold

2014-03-18 Thread David Laight
On Tue, Mar 18, 2014 at 08:21:19PM +, Christos Zoulas wrote: > In article <20140318201420.go20...@snowdrop.l8s.co.uk>, > David Laight wrote: > >On Tue, Mar 18, 2014 at 03:30:09PM -0400, Christos Zoulas wrote: > >> Module Name: src > >> Committed By: christos > >> Date:

Re: CVS commit: src/usr.sbin/rtsold

2014-03-18 Thread Christos Zoulas
In article <20140318201420.go20...@snowdrop.l8s.co.uk>, David Laight wrote: >On Tue, Mar 18, 2014 at 03:30:09PM -0400, Christos Zoulas wrote: >> Module Name: src >> Committed By:christos >> Date:Tue Mar 18 19:30:09 UTC 2014 >> >> Modified Files: >> src/usr.sbin/rtsol

Re: CVS commit: src/usr.sbin/rtsold

2014-03-18 Thread David Laight
On Tue, Mar 18, 2014 at 03:30:09PM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Tue Mar 18 19:30:09 UTC 2014 > > Modified Files: > src/usr.sbin/rtsold: rtsold.c > > Log Message: > use time_t for time It isn't a time_t type time. The value is ac

Re: CVS commit: src/usr.sbin/rtsold

2013-05-26 Thread Thomas Klausner
On Mon, May 27, 2013 at 12:03:56AM +0700, Robert Elz wrote: > Date:Sun, 26 May 2013 12:54:44 +0200 > From:Thomas Klausner > Message-ID: <20130526105444.gu9...@danbala.tuwien.ac.at> > > | Could one of the native speakers please fix it in a way that we won't > | hav

Re: CVS commit: src/usr.sbin/rtsold

2013-05-26 Thread Robert Elz
Date:Sun, 26 May 2013 12:54:44 +0200 From:Thomas Klausner Message-ID: <20130526105444.gu9...@danbala.tuwien.ac.at> | Could one of the native speakers please fix it in a way that we won't | have this discussion again? Try the patch below, which I think is both cor

Re: CVS commit: src/usr.sbin/rtsold

2013-05-26 Thread Thomas Klausner
On Sat, May 25, 2013 at 01:37:53AM +0700, Robert Elz wrote: > Date:Fri, 24 May 2013 16:47:08 + > From:David Holland > Message-ID: <20130524164708.ga...@netbsd.org> > > | : -The default interval for router advertisements, which is on the order > of 10 > | :

Re: CVS commit: src/usr.sbin/rtsold

2013-05-24 Thread Hisashi T Fujinaka
On Sat, 25 May 2013, Robert Elz wrote: Date:Fri, 24 May 2013 16:47:08 + From:David Holland Message-ID: <20130524164708.ga...@netbsd.org> | : -The default interval for router advertisements, which is on the order of 10 | : +The default interval for router adve

Re: CVS commit: src/usr.sbin/rtsold

2013-05-24 Thread Warner Losh
On May 24, 2013, at 12:37 PM, Robert Elz wrote: >Date:Fri, 24 May 2013 16:47:08 + >From:David Holland >Message-ID: <20130524164708.ga...@netbsd.org> > > | : -The default interval for router advertisements, which is on the order > of 10 > | : +The default in

Re: CVS commit: src/usr.sbin/rtsold

2013-05-24 Thread Robert Elz
Date:Fri, 24 May 2013 16:47:08 + From:David Holland Message-ID: <20130524164708.ga...@netbsd.org> | : -The default interval for router advertisements, which is on the order of 10 | : +The default interval for router advertisements, which is in the order of

Re: CVS commit: src/usr.sbin/rtsold

2013-05-24 Thread David Holland
On Fri, May 24, 2013 at 04:38:46PM +, Thomas Klausner wrote: > Modified Files: > src/usr.sbin/rtsold: rtsold.8 > > Log Message: > Correct a phrase. From jmc@openbsd. > > Already fixed once by mbalmer and unfixed by me. Oops. : -The default interval for router advertisements, whi