summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
Commit message (Expand)AuthorAgeFilesLines
* 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
* /etc/crontab is similar enough to parse as correct if you runbrooks2006-01-101-0/+4
* Pidfiles should be created with permission preventing users from openingpjd2005-09-161-1/+1
* Use pidfile(3) in cron(8).pjd2005-08-244-63/+29
* Mention the default value of PATH and that it may be overridden.brueffer2005-07-311-2/+7
* Remove kludges intended to support src trees with partial obj trees.des2005-06-101-4/+0
* Fix parsing of '0' and non-alphanumerics in steps. Previously, andelphij2005-02-141-1/+3
* Expand contractions.ru2005-02-132-3/+3
* Expand *n't contractions.ru2005-02-132-9/+9
* Properly initialise the variable `deny'.stefanf2005-02-091-1/+1
* Sort sections.ru2005-01-181-6/+6
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Ensure that edits that do not span a clock tick are not lost.dds2004-09-142-6/+15
* Refactoring: move two similar code blocks into a seprate function.dds2004-09-131-47/+31
* Fix for the following behavior:dds2004-09-131-4/+6
* Mechanically kill hard sentence breaks.ru2004-07-022-26/+54
* Trim whitespace at EOL.ru2004-06-041-2/+2
* Markup nits.ru2004-06-041-2/+2
* Add two new options to cron(8), -J and -j. They allow to specifyyar2004-05-164-2/+50
* Eliminate hard sentence breaks.trhodes2004-03-041-8/+19
* Discuss the 'MAILTO' option.trhodes2004-01-121-1/+5
* Mention the fact that our crontab is not fully POSIX.2 conform, becauseharti2003-10-241-2/+7
* Fix a coredump that would occur when fdopen was unable tosilby2003-06-191-1/+2
* Allow inner whitespace in the right-hand side of an environment variablethomas2003-02-101-10/+17
* english(4) police.schweikh2002-12-271-1/+1
* Actually use the exitstatus value that we maintain.dd2002-10-011-1/+1
* Never allow a user to use crontab if opening /var/cron/{allow,deny} failstjr2002-08-041-16/+23
* The .Nm utilitycharnier2002-07-141-7/+12
* load_env(), the function that attempts to parse a crontabroberto2002-05-231-23/+76
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-5/+1
* Use `The .Nm utility'charnier2002-04-201-2/+3
* Only remove the '\n' at the end of a line if there is one.dwmalone2002-04-101-1/+2
* Be a bit more verbose. "modtime" means nothing.keramida2002-03-241-6/+6
* Grammar fix: "When at least one of the fields .. matches ...".keramida2002-03-241-1/+1
* Describe the format of the allow and deny files. This is more-or-lessdwmalone2002-03-171-0/+4
* Make cron actually build without defining LOGIN_CAP.bbraun2002-02-061-1/+1
* Document the -x debugging option.ru2002-01-161-4/+25
* Fix the @monthly and @weekly shortcuts so that they actually runmikeh2001-08-161-0/+3
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-5/+20
* mdoc(7) police: fixed the "new sentence" bogons.ru2001-08-101-1/+1
* fix misspelling introduced in rev 1.14 (sames as -> same as)billf2001-07-251-1/+1
* Fix a possible NULL reference that would be triggereddavidn2001-07-201-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-205-13/+21
* Remove an unused variable, and don't try to print a char[] using %d.dd2001-07-181-2/+2
* free_entry(): Don't free e->envp if it's already NULL; likewise fordd2001-07-181-4/+4
* Remove whitespace at EOL.dd2001-07-152-13/+13
OpenPOWER on IntegriCloud