aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron
Commit message (Expand)AuthorAgeFilesLines
* Eliminate hard sentence breaks.Tom Rhodes2004-03-041-8/+19
* Discuss the 'MAILTO' option.Tom Rhodes2004-01-121-1/+5
* Mention the fact that our crontab is not fully POSIX.2 conform, becauseHartmut Brandt2003-10-241-2/+7
* Fix a coredump that would occur when fdopen was unable toMike Silbersack2003-06-191-1/+2
* Allow inner whitespace in the right-hand side of an environment variableThomas Quinot2003-02-101-10/+17
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* Actually use the exitstatus value that we maintain.Dima Dorfman2002-10-011-1/+1
* Never allow a user to use crontab if opening /var/cron/{allow,deny} failsTim J. Robbins2002-08-041-16/+23
* The .Nm utilityPhilippe Charnier2002-07-141-7/+12
* load_env(), the function that attempts to parse a crontabOllivier Robert2002-05-231-23/+76
* Mark all internal libraries with INTERNALLIB.Ruslan Ermilov2002-05-131-5/+1
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* Only remove the '\n' at the end of a line if there is one.David Malone2002-04-101-1/+2
* Be a bit more verbose. "modtime" means nothing.Giorgos Keramidas2002-03-241-6/+6
* Grammar fix: "When at least one of the fields .. matches ...".Giorgos Keramidas2002-03-241-1/+1
* Describe the format of the allow and deny files. This is more-or-lessDavid Malone2002-03-171-0/+4
* Make cron actually build without defining LOGIN_CAP.Rob Braun2002-02-061-1/+1
* Document the -x debugging option.Ruslan Ermilov2002-01-161-4/+25
* Fix the @monthly and @weekly shortcuts so that they actually runMike Heffner2001-08-161-0/+3
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-5/+20
* mdoc(7) police: fixed the "new sentence" bogons.Ruslan Ermilov2001-08-101-1/+1
* fix misspelling introduced in rev 1.14 (sames as -> same as)Bill Fumerola2001-07-251-1/+1
* Fix a possible NULL reference that would be triggeredDavid Nugent2001-07-201-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-205-13/+21
* Remove an unused variable, and don't try to print a char[] using %d.Dima Dorfman2001-07-181-2/+2
* free_entry(): Don't free e->envp if it's already NULL; likewise forDima Dorfman2001-07-181-4/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-152-13/+13
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* Where is the pointy hat? Fix cut/paste error. (hey, it compiled! :-)Peter Wemm2001-06-161-1/+1
* Plug two memory leaks: call login_close() after login_getclass(), andDima Dorfman2001-06-131-2/+6
* Remove the 'DO NOT EDIT THIS FILE' crud that we spit out with 'crontab -l'.Peter Wemm2001-04-131-1/+19
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-262-2/+2
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Stop cron from shouting in the syslog. Use setproctitle() instead, sincePeter Wemm2001-03-171-6/+1
* mdoc(7) police revision 1.15:Ruslan Ermilov2001-03-091-10/+9
* The new version of the daylight time saving support. This time it worksSergey Babkin2001-03-093-5/+182
* Properly detach at startup. We could be passing revoked fd's toPeter Wemm2001-03-071-12/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+4
* Backed out the DST support changes.Sergey Babkin2001-01-233-173/+7
* mdoc(7) police: ``Ds'' is not certified (no macro with such name exist)Ruslan Ermilov2001-01-221-1/+1
* Made the special handling of the daylight time switches optional,Sergey Babkin2001-01-222-6/+19
* Added sensible handling of switch to and from daylight saving timeSergey Babkin2001-01-203-5/+158
* mdoc(7) police: removed leading whitespaces that are not insideRuslan Ermilov2001-01-191-1/+2
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-093-9/+12
* Correct definition of MAXHOSTNAMELEN in ifdef'ed out codeKris Kennaway2000-11-261-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-202-3/+3
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+0
* Attempt to fix problem with users being able to convince the crontabDavid Malone2000-11-062-9/+18