NetBSD/usr.sbin/cron
atatat 29bf0c2821 Implement CRON_TZ and CRON_WITHIN to provide finer control over job
execution.  CRON_TZ sets the time zone within which a job is
considered for execution (but not in which it runs), and CRON_WITHIN
allows jobs to be skipped whose execution is delayed for any reason
(eg, the system was sleeping or the load average is too high for
timely execution).
2002-04-25 14:45:05 +00:00
..
Makefile
compat.c
compat.h
config.h Reduce default crontab size limit to 32K. Use the limit in 1999-04-09 02:47:03 +00:00
cron.8 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:36:18 +00:00
cron.c Implement CRON_TZ and CRON_WITHIN to provide finer control over job 2002-04-25 14:45:05 +00:00
cron.h
crontab.1 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:36:18 +00:00
crontab.5 Implement CRON_TZ and CRON_WITHIN to provide finer control over job 2002-04-25 14:45:05 +00:00
crontab.c PR/7662: TheMan: crontab does not think the file changed if the editing session 1999-05-29 18:43:40 +00:00
database.c
do_command.c child_process(): if the input_data didn't contain any '%', the pointer 2002-03-23 09:38:02 +00:00
entry.c When @hourly is specified, set not just 23 but bit 0 through 22 also in 2000-09-13 04:07:34 +00:00
env.c
externs.h
job.c Implement CRON_TZ and CRON_WITHIN to provide finer control over job 2002-04-25 14:45:05 +00:00
misc.c
pathnames.h Reduce default crontab size limit to 32K. Use the limit in 1999-04-09 02:47:03 +00:00
popen.c
user.c