freebsd-skq/usr.sbin/cron
ache 1626ab813a 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 Spelling fixes for usr.sbin/ 2011-12-30 10:58:14 +00:00
lib Second attempt to add @every_second keyword support. Due to multiple 2012-10-25 22:54:29 +00:00
Makefile
Makefile.inc