summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/cron
Commit message (Expand)AuthorAgeFilesLines
* Make usr.sbin/cron/crontab and usr.sbin/cron/lib WARNS=3 cleanmatteo2008-11-101-1/+2
* Fix empty mailto (-m "") handling: somehow I missed all checks but the first,marck2008-08-011-1/+3
* Add -m option to cron(8), overriding default mail recipient for cron mails,marck2008-06-294-17/+36
* Cleanup of userland __P usekevlo2007-11-075-65/+67
* Fixed static linkage (build with -DNO_SHARED).ru2007-10-011-1/+1
* Add PAM support to cron(8). Now cron(8) will skip commands scheduledyar2007-06-175-7/+77
* Don't use "implicit int". Move the opening { of the functions to the nextstefanf2006-07-201-2/+4
* o Finally learn how to spell "privileges".maxim2006-06-112-2/+2
* o Spell "privledges" correctly. Re-style comment.maxim2006-06-112-3/+5
* o Better be safe than sorry: check return code from setuid(2),maxim2006-06-012-8/+30
* Pidfiles should be created with permission preventing users from openingpjd2005-09-161-1/+1
* Use pidfile(3) in cron(8).pjd2005-08-243-4/+29
* Expand contractions.ru2005-02-131-1/+1
* Expand *n't contractions.ru2005-02-131-2/+2
* Mechanically kill hard sentence breaks.ru2004-07-021-3/+6
* Add two new options to cron(8), -J and -j. They allow to specifyyar2004-05-164-2/+50
* Fix a coredump that would occur when fdopen was unable tosilby2003-06-191-1/+2
* The .Nm utilitycharnier2002-07-141-7/+12
* Be a bit more verbose. "modtime" means nothing.keramida2002-03-241-6/+6
* Make cron actually build without defining LOGIN_CAP.bbraun2002-02-061-1/+1
* Document the -x debugging option.ru2002-01-161-4/+25
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+4
* Remove whitespace at EOL.dd2001-07-151-10/+10
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* Stop cron from shouting in the syslog. Use setproctitle() instead, sincepeter2001-03-171-6/+1
* mdoc(7) police revision 1.15:ru2001-03-091-10/+9
* The new version of the daylight time saving support. This time it worksbabkin2001-03-093-5/+182
* Properly detach at startup. We could be passing revoked fd's topeter2001-03-071-12/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+4
* Backed out the DST support changes.babkin2001-01-233-173/+7
* mdoc(7) police: ``Ds'' is not certified (no macro with such name exist)ru2001-01-221-1/+1
* Made the special handling of the daylight time switches optional,babkin2001-01-222-6/+19
* Added sensible handling of switch to and from daylight saving timebabkin2001-01-203-5/+158
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
* Add `_PATH_DEVZERO'.obrien2000-12-091-3/+4
* Correct definition of MAXHOSTNAMELEN in ifdef'ed out codekris2000-11-261-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Call login_close() to prevent parent from memory leaking in someache2000-07-022-0/+4
* Prevent user from breaking his limits and restrictions orache2000-07-013-4/+61
* Make sure argv gets NULL terminated if cron entry has >= MAX_ARGS argumentsache2000-07-011-0/+1
* Enable SIGCHLD to stop childs complaining to SIG_IGN of it.ache2000-07-011-1/+1
* Catch and report fdopen failures.ghelmer2000-05-231-0/+10
* $Id$ -> $FreeBSD$peter1999-08-2812-12/+12
* This is a hack. Cron runs with stdin/out/err pointing to /dev/console,peter1999-04-061-1/+10
* PR: bin/5572dillon1998-12-131-16/+28
* Fixed printf format errors.bde1998-07-061-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-071-15/+4
* Don't use LDDESTDIR. Just put the -L arg in LDADD.bde1997-12-171-6/+5
OpenPOWER on IntegriCloud