summaryrefslogtreecommitdiff
path: root/usr.sbin/cron
AgeCommit message (Expand)Author
2010-03-12Quote question mark so it's correctly marked up.wiz
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-04-18Compare size_t vs off_t by casting both to uintmax_tlukem
2009-04-11fix -Wsign-compare issue on amd64lukem
2009-04-11fix -Wcast-qual issueslukem
2009-04-04Convert to mdoc. Bump date for previous.wiz
2009-04-04New feature: "?" for time specifications, means a single time selected atperry
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry
2008-02-16Fix inconsistent prototype. Do some constification.matt
2007-12-29Describe /var/log/cron. Based on PR 37640 by Randolf Richardson.wiz
2007-11-02Remove -or0s argument - cron should not pretend to be smarter than themartin
2006-12-18from Anon Ymous:christos
2006-10-22sprinkle volatile.christos
2006-08-15Add Auto-Submitted header per RFC 3834 from OpenBSDchristos
2006-06-17mark strcpy as safeelad
2006-06-05Check return value for setgid(), initgroups(), and setuid().reed
2006-06-03check the return value of setsid.christos
2006-05-24Coverity CID 3777: Free envp in the success case too.christos
2006-05-24Coverity CID 3778: set tmp to NULL to shutup coverity.christos
2006-05-21use warn/warnx instead of perror/fprintfchristos
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-25Coverity CID 1774, 1773: Don't leak open file descriptors or leave tempchristos
2006-02-25Fix some typos.wiz
2005-08-17Set SIGCHLD to SIG_DFL in cron's child; instead of SIG_IGN, which alters theheas
2005-07-31- eliminate a goto.christos
2005-06-07Initialize s, name and name_end in load_env() to appease -Wuninitialized.he
2005-06-05appease gcc -Wuninitialized on hp700.chs
2005-03-16Kill __P(), use ANSI function declarations, constify; WARNS=3xtraeme
2005-03-04PR/10957: Ed Ravin: Cron does not execute the last line in crontab ifchristos
2004-12-22PR/28744: Ed Ravin: crontab with fewer than 3 comment lines dumps corechristos
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-10-29Add (unsigned char) cast to ctype functionsdsl
2004-09-02Fix indentation of a line in the sample file.jmmv
2004-03-20New sentence, new line; use Ev for environment variable;wiz
2004-03-20log also the time when the job finishes (with CMD FINISH tag), and changejdolecek
2004-03-20when encoding the command for printing in logs, use strvisx() insteadjdolecek
2004-03-20document -x - adresses PR bin/22201 by John Hawkinsonjdolecek
2004-03-20convert to mandoc, bump datejdolecek
2004-02-27Set DO[WM]_STAR if we mean `*' so that @yearly/@monthly/@weekly areenami
2004-02-07minor constificationjdolecek
2004-01-04use system() to spawn editor, so that it's possible to use EDITORjdolecek
2003-12-07Report read errors, too.is
2003-12-03rewind() does an implicit clearerr(), as demanded by e.g. 1003.1. Thus,is
2003-08-13Jobs specified for @reboot are only popped into the job queue at cronatatat
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-23In "crontab -l", suppress the header lines, just as "crontab -e" does.hubertf
2003-04-20PR/3713: Aaron Brown: crontab fails with signals.christos
2003-04-10use setproctitle() instead of uppercasing ProgramNamejdolecek
2003-04-04set close on exec on a couple of FDs. from Charles Blundell PR security/16663perry