svn commit: r241625 - head/usr.sbin/cron/cron

Konstantin Belousov kostikbel at gmail.com
Wed Oct 17 17:48:27 UTC 2012


On Wed, Oct 17, 2012 at 12:44:35AM +0000, Maxim Sobolev wrote:
> Author: sobomax
> Date: Wed Oct 17 00:44:34 2012
> New Revision: 241625
> URL: http://svn.freebsd.org/changeset/base/241625
> 
> Log:
>   o Use nanosleep(2) to sleep exact amount of time till the next second,
>   not multiple of 1 second, which results in actual time to drift back
>   and forth every run within 1 second of the actual action has
>   been set for.
>   
>   Suggested by:   Ian Lepore
>   
>   o Schedule the first run in 1 second after starting up, not on the
>   boundary of the next minute, which results in the every_second jobs
>   not being run.

The cron daemon in HEAD is not functional, i.e. no jobs are executed
at all. Reverting r241625 r241618 r241576 gives me the expected behaviour.

P.S. I do not remember a single commit from you which did not failed on
tinderbox, or was not found buggy later.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20121017/540f80f5/attachment.sig>


More information about the svn-src-all mailing list