summaryrefslogtreecommitdiff
path: root/external/bsd/cron/dist
AgeCommit message (Expand)Author
2022-02-26explain CRON_WITHIN better.christos
2020-04-18Add -s (SINGLE_JOB) from OpenBSD.christos
2020-04-17Move the range example (for 8-11) to follow the range definition, and topgoyette
2020-04-17Put back the ? syntax accidentally removed when syncing with the OpenBSDchristos
2019-08-03PR/54433: Hisashi Todd Fujinaka: Empty $MAILTO causes cron to crashchristos
2018-07-28Add some more "crappy error detection" - the low value ofkre
2018-07-28Fix from Michael Kaufmann in PR bin/53476kre
2018-06-15Fix Dd argument. Remove unnecessary whitespace.wiz
2018-06-14Add -n (don't send mail if command exited normally) option. From OpenBSD viachristos
2018-06-14Replace with the OpenBSD man page. It removes some historical comparisonschristos
2018-03-06Fix typo in function name.htodd
2018-02-04split out the child runner.christos
2017-09-28Remove debugging log statementchristos
2017-09-25Factor out the read and write data code from the huge child_process function.christos
2017-08-17- since we use log_it for cron_pclose() use log_it for cron_popen() toochristos
2017-06-11Do not partially initialize a static variable.joerg
2017-06-09Apply selected patches from OpenWall:christos
2015-12-17I am having the last_word: Print the full hostname.christos
2015-11-20fix typechristos
2015-01-04bail is dead.joerg
2014-12-15- Don't allow bypassing file size limits with crontabs from stdin.christos
2014-09-07Make crontab(1) work again which got broken by the last commit.tron
2014-09-07Mark usage and quit as dead.joerg
2014-09-06store lastch to an int so that EOF is handled properly.christos
2014-09-05WARNS=6christos
2014-09-05Rewind the file before we install it so that we can check it.christos
2014-06-24PR/48944: cron ignores '?' (question mark) time fieldskrll
2014-06-23even more detailed loggingchristos
2014-06-21Log some actual information on various failures, so you can telldholland
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-07-20Use Mt for email addresses.wiz
2012-12-24PR/47362: Brian Marcotte: cron is too restrictive on file permissionschristos
2012-11-03make the utime and utimes cases work too.christos
2012-11-03use utimensat(2) and correct and centralize file times handling.christos
2012-03-04Fix multiple problems in previous commit:tron
2012-03-02PR/46127: Holger Weiss: "crontab <file>" fails for unprivileged userschristos
2011-10-14simplify the bad extension code, by dsl.christos
2011-10-13Kill redundant ()joerg
2011-10-12Remove trailing whitespace.wiz
2011-10-12renamed len -> i but did not fix it everywhere.christos
2011-10-12process files in /etc/cron.d/christos
2011-07-17- exit with ERROR_EXIT consistentlychristos
2011-07-17calling setlogin() once is good enough.christos
2010-10-02Use setenv(3) instead of putenv(3) because the later doesn't accepttron
2010-07-15Document the format of the system crontab file, since cron(8) says that we do.christos
2010-07-15PR/43623: Takahiro Kambe: Allow /etc/crontab processing if it is not writable,christos
2010-07-15remove bad cast.christos
2010-07-10PR bin/43591: Jeremy Reed: make sure that the default path is always set.christos
2010-05-19rename the allow and deny files to match the documentation.christos
2010-05-18- The new cron keeps time internally as localtime. Revert to previous behaviorchristos