summaryrefslogtreecommitdiff
path: root/usr.sbin/cron
AgeCommit message (Expand)Author
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
2003-03-14PR/15142: Kevin P. Neal: cron does not pay attention to login_cap(3)christos
2003-02-19Create session before setting logname - we don't want to change thedsl
2002-11-16use strlcpyitojun
2002-10-02license clarification, from openbsditojun
2002-08-03o Instead of passing "*system*" as the fname to process_crontab()itojun
2002-07-14Unifdef __STDC__.wiz
2002-04-25Implement CRON_TZ and CRON_WITHIN to provide finer control over jobatatat
2002-03-23child_process(): if the input_data didn't contain any '%', the pointerjdolecek
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-19Whitespace nits.wiz
2002-01-19Fix xref.wiz
2002-01-19Whitespace nits, and standardize an xref.wiz
2001-08-13make consistent escape sequence handlingyamt
2001-08-03Fix a bug that prevented %'s and \'s from being passed to the programyamt
2001-03-13Restore default handler for SIG_CHLD before starting grand-children.wiz
2000-11-28Default crontab size limit is 256k, not 32k; correct documentation tosommerfeld
2000-09-13When @hourly is specified, set not just 23 but bit 0 through 22 also inenami
1999-05-29PR/7662: TheMan: crontab does not think the file changed if the editing sessionchristos
1999-04-09Reduce default crontab size limit to 32K. Use the limit incjs
1999-04-08Make sure that the crontab is not an unreasonable size.cjs
1999-03-23Don't rely on an `rcsid' being present.thorpej
1999-03-22Apply soda's patch to make environment sets act like the man-pageaidan
1999-03-17Patch from PR#6570 to correct for some drift in the calculation of howfair
1998-10-12Allow quote-escaping of environment variable names so that they may containaidan
1998-10-11Quell a compiler warning introduced by the last change.scw
1998-10-07An environment variable name can no longer have spaces in it. This is toaidan
1998-07-28__AUDIT__ cleanup.mycroft
1998-07-26Nuke redundant extern.mycroft
1998-07-09Declare ints, too, don't default them.msaitoh
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-04-01Include <time.h> unconditionally, as there always dependencies on itskleink
1998-02-22WARNSifychristos
1998-02-04Cast time_t to long for printing.thorpej
1998-02-04Y2K fixes: in arpadate (currently not used) format the time using strftime,christos
1998-02-01check_error uses type "const char *" instead of "char *" as argument.frueauf
1998-01-31Add missing ARGS_MAXchristos
1998-01-31Remove crappy globbing stubs. If the feature needs to be added it shouldchristos
1998-01-31Warnsify:christos
1997-10-23use CPPFLAGS instead of CFLAGSlukem
1997-10-19Use S_IS*(), not S_IF*.mycroft
1997-10-18enable WARNS=1 by default, but disable in unclean 3rd party codelukem
1997-10-17getopt returns -1 not EOFlukem