summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/cron
Commit message (Expand)AuthorAgeFilesLines
* MFC: r261146ache2014-01-281-20/+7
* Second attempt to add @every_second keyword support. Due to multiplesobomax2012-10-252-30/+124
* Fully backout latest changes.sobomax2012-10-181-48/+6
* Remove harmless, but superfluous local change that creeped in alongsobomax2012-10-171-1/+0
* Revert latest changes to cron, until better version is worked out (I hope).sobomax2012-10-172-22/+10
* o Use nanosleep(2) to sleep exact amount of time till the next second,sobomax2012-10-171-6/+48
* Add per-second scheduling into the cron(8). Right now it'ssobomax2012-10-152-9/+22
* Fix build with DEBUGGING disabled.pluknet2012-10-021-0/+4
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapattilio2009-11-251-0/+4
* 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
OpenPOWER on IntegriCloud