aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cron
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Since -e and -r are right next to each other prompt before clobberingPaul Richards2000-10-151-0/+10
* Call login_close() to prevent parent from memory leaking in someAndrey A. Chernov2000-07-022-0/+4
* Prevent user from breaking his limits and restrictions orAndrey A. Chernov2000-07-013-4/+61
* Make sure argv gets NULL terminated if cron entry has >= MAX_ARGS argumentsAndrey A. Chernov2000-07-011-0/+1
* Enable SIGCHLD to stop childs complaining to SIG_IGN of it.Andrey A. Chernov2000-07-011-1/+1
* Catch and report fdopen failures.Guy Helmer2000-05-231-0/+10
* Catch and report memory allocation failures.Guy Helmer2000-05-232-27/+95
* Allocate space for arrays of type "char *", not "char **".Guy Helmer2000-04-301-3/+3
* Fix a situation where a pointer which should point to dynamicallyGuy Helmer2000-04-281-3/+8
* Revive rev 1.12 (NetBSD improvements including @ shortcuts).Sheldon Hearn2000-03-141-0/+24
* Fix parsing of commands after @ keywords (@hourly, @daily, etc.).Guy Helmer2000-03-131-1/+16
* Back out previous commit. The code is not ready for it.Sheldon Hearn2000-03-131-24/+0
* Merge in NetBSD improvements:Sheldon Hearn2000-03-081-0/+24
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2827-27/+27
* Bad reference of su(8) changed to su(1).Chris Costello1999-08-141-3/+3
* Christen a BUGS section for an explanation of the impact of DaylightSheldon Hearn1999-08-111-1/+13
* Changed 'overriding what /etc/passwd says' to 'overriding default setNick Hibma1999-07-271-2/+2
* This is a hack. Cron runs with stdin/out/err pointing to /dev/console,Peter Wemm1999-04-061-1/+10
* y2k nit: print 4 digit years correctly.Daniel O'Callaghan1999-01-161-3/+6
* PR: bin/5572Matthew Dillon1998-12-131-16/+28
* Fixed printf format errors.Bruce Evans1998-07-061-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-233-6/+6
* Added forgotten new file for `-Lfoo -lbar' -> `foo/bar.a' change.Bruce Evans1998-03-081-0/+9
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-072-29/+8