freebsd-src/usr.sbin/cron
Maxim Sobolev 7bd028861b 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.
2012-10-17 00:44:34 +00:00
..
cron o Use nanosleep(2) to sleep exact amount of time till the next second, 2012-10-17 00:44:34 +00:00
crontab Add per-second scheduling into the cron(8). Right now it's 2012-10-15 08:21:49 +00:00
doc Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
lib Properly handle non-keyword case by setting e->second to 0. 2012-10-16 21:34:02 +00:00
Makefile
Makefile.inc Remove kludges intended to support src trees with partial obj trees. 2005-06-10 06:12:53 +00:00