summaryrefslogtreecommitdiff
path: root/usr.sbin/cron
AgeCommit message (Expand)Author
2002-01-09Kill volatile now that jongjmp is history.Todd C. Miller
2001-12-20Cause crontab to send SIGUSR1 when a user's crontab file has changed.Todd C. Miller
2001-12-13Mention that cron should be started late in the rc file and why.Todd C. Miller
2001-12-12o pids should be pid_t, not intTodd C. Miller
2001-12-11If we receive a signal during the sleep(), run signal handlers asTodd C. Miller
2001-12-07do not call abort(), it is tastelessTheo de Raadt
2001-11-17save errno in signal handlerTheo de Raadt
2001-10-24When becoming a daemon, dup stdin, stdout, and stderr to /dev/nullTodd C. Miller
2001-10-01In "r" mode always dup2(STDOUT_FILENO, STDERR_FILENO); from ftpd/popen.cTodd C. Miller
2001-08-22More manpage mania. Crontab entries are comprised of a certain numberHugh Graham
2001-08-22 o System crontab has seven (7) fieldsHeikki Korpela
2001-08-19Better file change detection:Todd C. Miller
2001-08-11If waitpid() returns -1, check for EINTRTodd C. Miller
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-07-13flags set in signal handlers should be volatile sig_atomic_tTodd C. Miller
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-19o Don't talk about /bin/mail vs. sendmail since we always build withTodd C. Miller
2001-06-03Move login_cap stuff before pipe dupingTodd C. Miller
2001-06-02Version derived from new ftpd code which has an updated UCB license.Todd C. Miller
2001-05-29build with BSD auth supportTodd C. Miller
2001-02-21Add back code in find_jobs() that got dropped in cron merge.Todd C. Miller
2001-02-20Turn get_gmtoff into a macro for OSes with tm_gmtoff (like OpenBSD).Todd C. Miller
2001-02-19Normalize the time in minutes to GMT so we can really catch DST changesTodd C. Miller
2001-02-19We handle the clock going backwards.Todd C. Miller
2001-02-18Don't run sendmail with the -or0s arg since it causes sendmail toTodd C. Miller
2001-02-18NULL vs '\0'Todd C. Miller
2001-02-18Define CAPITALIZE_FOR_PS so children are capitalized in ps (like before).Todd C. Miller
2001-02-18Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.Todd C. Miller
2001-02-12Define MAX_UNAME in terms of _PW_NAME_LEN. Potential problem found byTodd C. Miller
2001-01-19mark remaining signal races which are difficult to fixTheo de Raadt
2000-09-15check return value for setenv(3) for failure, and deal appropriatelyTheo de Raadt
2000-08-21snprintf sprinkles; solar@false.com & ITheo de Raadt
2000-08-21correct tmp file path; solar@false.comTheo de Raadt
2000-08-21swap_uids_back; solar@false.comTheo de Raadt
2000-08-21closelog, and check for various child setup failures; solar@false.comTheo de Raadt
2000-08-21prototype repairTheo de Raadt
2000-08-21strncpy not safe on overlapping stringsTheo de Raadt
2000-08-21save errno in handlerTheo de Raadt
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-06-03Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" fromTodd C. Miller
2000-04-15- `coexist', not `co-exist'; it's not hyphenated.Aaron Campbell
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
2000-03-18fix parsing of commands after @ keywords and hourly bitmap handling;Theo de Raadt
2000-01-10the theTheo de Raadt
1999-11-20Use mkstemp() for the temp file created in the tabs dir andTodd C. Miller
1999-08-30in cron_popen(), do an initgroups, setlogin() and chdir to the user'sTodd C. Miller
1999-08-29Add comment to remind people not to use args in MAILARGS that willTodd C. Miller
1999-08-28Run sendmail as the user corresponding to the crontab entry.Todd C. Miller
1999-08-27Make sure argv gets NULL terminated if cron entry has >= MAX_ARGS arguments.Todd C. Miller