summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
Commit message (Expand)AuthorAgeFilesLines
* Add `_PATH_DEVZERO'.obrien2000-12-093-9/+12
* 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-202-3/+3
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-1/+0
* Attempt to fix problem with users being able to convince the crontabdwmalone2000-11-062-9/+18
* Since -e and -r are right next to each other prompt before clobberingpaul2000-10-151-0/+10
* 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
* Catch and report memory allocation failures.ghelmer2000-05-232-27/+95
* Allocate space for arrays of type "char *", not "char **".ghelmer2000-04-301-3/+3
* Fix a situation where a pointer which should point to dynamicallyghelmer2000-04-281-3/+8
* Revive rev 1.12 (NetBSD improvements including @ shortcuts).sheldonh2000-03-141-0/+24
* Fix parsing of commands after @ keywords (@hourly, @daily, etc.).ghelmer2000-03-131-1/+16
* Back out previous commit. The code is not ready for it.sheldonh2000-03-131-24/+0
* Merge in NetBSD improvements:sheldonh2000-03-081-0/+24
* $Id$ -> $FreeBSD$peter1999-08-2827-27/+27
* Bad reference of su(8) changed to su(1).chris1999-08-141-3/+3
* Christen a BUGS section for an explanation of the impact of Daylightsheldonh1999-08-111-1/+13
* Changed 'overriding what /etc/passwd says' to 'overriding default setn_hibma1999-07-271-2/+2
* This is a hack. Cron runs with stdin/out/err pointing to /dev/console,peter1999-04-061-1/+10
* y2k nit: print 4 digit years correctly.danny1999-01-161-3/+6
* 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-233-6/+6
* Added forgotten new file for `-Lfoo -lbar' -> `foo/bar.a' change.bde1998-03-081-0/+9
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalbde1998-03-072-29/+8
* Don't use LDDESTDIR. Just put the -L arg in LDADD.bde1997-12-172-13/+11
* Log run-time parsing errors nowache1997-11-028-16/+88
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-3/+3
* Use err(3). Rewrote man page in mdoc format.charnier1997-09-1514-343/+347
* NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".pst1997-06-291-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-312-4/+4
* Tone down the paranoia a bit in from the previous commit. setusercontext()peter1997-03-141-11/+7
* For some reason, the old login class code didn't seem to be working here.peter1997-03-141-13/+24
* Revert $FreeBSD$ to $Id$peter1997-02-2224-24/+24
* crontab(5) incorrectly documented the dom/month arguments.mpp1997-02-131-2/+2
* Fix compile breakage: link against libutil.davidn1997-01-211-0/+2
* Make cron login class savvy.davidn1997-01-202-0/+17
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1424-24/+24
* Replace my "inane" usage of snprintf to copy strings with strncpy aspst1996-12-179-41/+102
* Close yet another buffer overrunpst1996-12-161-2/+2
* Add sendmail option '-oi'wosch1996-11-101-2/+3
* personal (ie: with the crontab command) cron tabs were broken by thepeter1996-09-101-2/+2
* Fix some buffer overflow problems...pst1996-09-081-3/+3
* Gratuitous whitespace change so that I can commit the source of the recentpst1996-08-051-3/+1
* Fix up some more buffer overflow problems.pst1996-08-052-5/+9
* fix: debug flag 'test' cause endless loopwosch1996-06-302-6/+15
OpenPOWER on IntegriCloud