Re: CVS commit: src/sys

2017-01-03 Thread Robert Elz
Date:Wed, 04 Jan 2017 14:23:12 +0700 From:Robert Elz Message-ID: <3987.1483514...@andromeda.noi.kre.to> Ignore this gibberish.. | division into a constant is equvalent to multiplication by its reciprocal, I still have the impression tha it is

Re: CVS commit: src/sys

2017-01-03 Thread Robert Elz
Date:Wed, 4 Jan 2017 14:52:11 +0800 (PHT) From:Paul Goyette Message-ID: | Either is possible, although converting to fixed-point fraction is | marginally more expensive (requires a division

Re: CVS commit: src/sys

2017-01-03 Thread Paul Goyette
On Wed, 4 Jan 2017, Robert Elz wrote: Date:Wed, 4 Jan 2017 05:52:45 + From:David Holland Message-ID: <20170104055245.ga16...@netbsd.org> | also make it nsec... Since it is a 64 bt value, better would be pico-secs if it is

Re: CVS commit: src/sys

2017-01-03 Thread Robert Elz
Date:Wed, 4 Jan 2017 05:52:45 + From:David Holland Message-ID: <20170104055245.ga16...@netbsd.org> | also make it nsec... Since it is a 64 bt value, better would be pico-secs if it is going to continue to be a

Re: CVS commit: src/sys

2017-01-03 Thread David Holland
On Wed, Jan 04, 2017 at 09:17:23AM +0800, Paul Goyette wrote: > > > /* info for a single history event */ > > > struct sysctl_history_event { > > > -struct timespec she_tspec; > > > +time_t she_time_sec; > > > +uint32_tshe_time_usec; > > > +

Re: CVS commit: src/sys

2017-01-03 Thread Paul Goyette
On Wed, 4 Jan 2017, Christos Zoulas wrote: @@ -80,13 +80,14 @@ struct sysctl_history_list_entry { /* info for a single history event */ struct sysctl_history_event { - struct timespec she_tspec; + time_t she_time_sec; + uint32_tshe_time_usec; + uint32_t

Re: CVS commit: src/sys

2017-01-03 Thread Christos Zoulas
In article <20170104010558.7643ef...@cvs.netbsd.org>, Paul Goyette wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: pgoyette >Date: Wed Jan 4 01:05:58 UTC 2017 > >Modified Files: > src/sys/kern: kern_history.c > src/sys/sys: kernhist.h >

Re: CVS commit: src/sys/compat/linux/arch

2017-01-03 Thread Ryo ONODERA
From: m...@netbsd.org (Emmanuel Dreyfus), Date: Tue, 3 Jan 2017 02:30:17 +0100 > Ryo ONODERA wrote: > >> This commit breaks my kernel build. >> It seems that this commit does not fit with -current's format. >> Could you regenerate these files again? > > What error do you