summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/job.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Log skipped jobs in job_add() not job_runqueue().millert2020-04-171-5/+7
* Add a mechanism to prevent cron jobs from running concurrently.millert2020-04-161-5/+60
* queue(3) instead of homegrown queues and lists. This also fixesmillert2015-11-091-14/+9
* Change cron from including all headers in every file to only includingmillert2015-11-041-2/+11
* correct copyright, upon approval from paul vixie via todd miller. thederaadt2015-02-091-5/+1
* braces to open a function go on their own line like god intendedtedu2015-01-231-3/+5
* delete useless casts. ok deraadt guenther millerttedu2015-01-221-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* UUpdate ISC copyright year to 2004millert2004-06-171-10/+10
* Sync with ISC cron-current + my at(1) integration.millert2003-02-201-2/+3
* More syncing with my cron 4.0 patch tree, basically cosmetic:millert2002-07-111-4/+4
* Merge in some changes from Paul Vixie's tree; most are cosmeticmillert2002-07-081-15/+6
* Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.millert2001-02-181-23/+31
* Check malloc/strdup ret val and deal.millert1996-11-011-2/+3
* initial import of NetBSD treederaadt1995-10-181-0/+74