freebsd-src/usr.sbin/cron
Andrey A. Chernov b2c0a7d880 MFC: r261146
Bad timespec_subtract() calculations produce negative tv_nsec on i386
which cause EINVAL returned from nanosleep() which cause loop in
cron_sleep() and making all cron jobs to start about 30 seconds earlier
(which cause f.e. logfiles rotation by newsyslog delayed by 1 hour).

Use simple and proved calculations from kernel's timespecsub() instead.
2014-01-28 13:29:54 +00:00
..
cron MFC: r261146 2014-01-28 13:29:54 +00:00
crontab Second attempt to add @every_second keyword support. Due to multiple 2012-10-25 22:54:29 +00:00
doc
lib Second attempt to add @every_second keyword support. Due to multiple 2012-10-25 22:54:29 +00:00
Makefile
Makefile.inc