On Mon Aug 15 11, Alexander Best wrote:
> On Mon Aug 15 11, Bruce Evans wrote:
> > On Wed, 10 Aug 2011, Alexander Best wrote:
> >
> > >On Wed Aug 10 11, Bruce Evans wrote:
> > >>On Wed, 10 Aug 2011, Alexander Best wrote:
> > >>>any reason {TIMEVAL,TIMESPEC}_TO_{TIMESPEC,TIMEVAL}()s code is being
>
On Mon Aug 15 11, Bruce Evans wrote:
> On Wed, 10 Aug 2011, Alexander Best wrote:
>
> >On Wed Aug 10 11, Bruce Evans wrote:
> >>On Wed, 10 Aug 2011, Alexander Best wrote:
> >>>any reason {TIMEVAL,TIMESPEC}_TO_{TIMESPEC,TIMEVAL}()s code is being
> >>>executed
> >>>in a
> >>>
> >>>do { ... } while (
On Wed, 10 Aug 2011, Alexander Best wrote:
On Wed Aug 10 11, Bruce Evans wrote:
On Wed, 10 Aug 2011, Alexander Best wrote:
any reason {TIMEVAL,TIMESPEC}_TO_{TIMESPEC,TIMEVAL}()s code is being
executed
in a
do { ... } while (0)
conditional loop?
Just the usual syntactical trick for making l
On Wed Aug 10 11, Bruce Evans wrote:
> On Wed, 10 Aug 2011, Alexander Best wrote:
>
> >On Tue Aug 9 11, Bruce Evans wrote:
> >>...
> >>What is wrong with the existing APIs TIMEVAL_TO_TIMESPEC() and
> >>TIMESPEC_TO_TIMEVAL(), which are used for these conversions by almost
> >>everything now? Well
On Wed, 10 Aug 2011, Alexander Best wrote:
On Tue Aug 9 11, Bruce Evans wrote:
...
What is wrong with the existing APIs TIMEVAL_TO_TIMESPEC() and
TIMESPEC_TO_TIMEVAL(), which are used for these conversions by almost
everything now? Well, quite a bit is wrong with them, starting with
...
any
On 2011-08-10 12:38, Alexander Best wrote:
...
any reason {TIMEVAL,TIMESPEC}_TO_{TIMESPEC,TIMEVAL}()s code is being executed
in a
do { ... } while (0)
conditional loop? both macros are also defined in crypto/openssh/defines.h and
don't seem to need that extra one-time-loop.
It's a very common
On Tue Aug 9 11, Bruce Evans wrote:
> On Mon, 8 Aug 2011, Jonathan Anderson wrote:
>
> >Log:
> > Create timeval2timespec() and timespec2timeval().
> >
> > These functions will be used by process descriptors to convert process
> > creation time into process descriptor [acm]time.
>
> These were in
On Mon, 8 Aug 2011, Jonathan Anderson wrote:
Log:
Create timeval2timespec() and timespec2timeval().
These functions will be used by process descriptors to convert process
creation time into process descriptor [acm]time.
These were intentionally left out.
What is wrong with the existing AP