summaryrefslogtreecommitdiff
path: root/usr.sbin/cron
AgeCommit message (Expand)Author
2015-10-29crontab needs "proc" for fork(2)Todd C. Miller
2015-10-29Use stravis(3) instead of a homegrown vis-like function.Todd C. Miller
2015-10-29remove unused variablesTodd C. Miller
2015-10-29Convert env_get() into env_find() similar to __findenv() in libc.Todd C. Miller
2015-10-29Remove useless FACILITY define and use LOG_CRON directly.Todd C. Miller
2015-10-28pledgeTheo de Raadt
2015-10-26Remove TMPDIR support, it is not really useful in crontab.Todd C. Miller
2015-10-26Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl() calls.Todd C. Miller
2015-10-26Remove some useless defines and the set_cron_uid() function.Todd C. Miller
2015-10-25Remove PIDDIR and PIDFILE missed in previous commit.Todd C. Miller
2015-10-25Remove cron.pid support. We still want to avoid multiple cronsTodd C. Miller
2015-10-23remove some more ifdef mazinessTed Unangst
2015-10-06clear out some more legacy code and whatnotTed Unangst
2015-10-04remove stale comment. there is no need to avoid side effects from a "list"Ted Unangst
2015-10-03There is no need to keep a global array of sysconf(_SC_OPEN_MAX) elementsTed Unangst
2015-10-03unifdef some features we will always have. ok benno zhukTed Unangst
2015-08-25Use ppoll(2) instead of poll(2). This has two benefits. Firstly,Todd C. Miller
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
2015-02-09correct copyright, upon approval from paul vixie via todd miller. theTheo de Raadt
2015-01-23braces to open a function go on their own line like god intendedTed Unangst
2015-01-23delete some code that doesn't (and shouldn't) run. ok deraadt millertTed Unangst
2015-01-23Remove now-unused DebugFlags.Todd C. Miller
2015-01-23Remove the OK and ERR macros. They obfuscate the code and don'tTed Unangst
2015-01-23minor debug removal cleanupTed Unangst
2015-01-23remove debug code.Ted Unangst
2015-01-22delete useless casts. ok deraadt guenther millertTed Unangst
2015-01-19If UID_MAX is not defined, this should fail to compile.Theo de Raadt
2015-01-14Use reallocarray() instead of calloc() when making a copy of theTodd C. Miller
2015-01-14Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAXTodd C. Miller
2015-01-14Use HAVE_FOO for BSD-specific features instead of relying on theTodd C. Miller
2015-01-14Use standard types for wait, readdir, signals and pids.Todd C. Miller
2015-01-14Remove compatibility defines for ancient systems. We assume aTodd C. Miller
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-10-29use poll() instead of the select malloc/free dance which was used toTheo de Raadt
2014-10-26Use socket(SOCK_CLOEXEC), open(O_CLOEXEC), and fcntl(F_DUPFD_CLOEXEC)Philip Guenther
2014-10-08use reallocarray() instead of realloc() to handle potential integer overflow;...Theo de Raadt
2014-08-25Delete secret or secret-derived data with explicit_bzero.Doug Hogan
2014-08-15Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)Philip Guenther
2014-02-12make .Nm usage simpler and more consistent, no text change;Ingo Schwarze
2014-01-30reinstate the note that setting env vars in a crontab is an extension;Jason McIntyre
2014-01-30reorganise this file into something a bit saner, killing wacky macrosJason McIntyre
2014-01-30update the EXTENSIONS section, renaming it to STANDARDS while here;Jason McIntyre
2014-01-30expand STANDARDS; ok millertJason McIntyre
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2013-11-23remove redundant check, and be a bit more careful about queue namingTheo de Raadt
2013-11-23obvious unsigned char cast for ctypeTheo de Raadt
2013-11-23remove unused macro; ok jcaTheo de Raadt
2013-08-15Don't include unused copyright[] string in all the cron binaries.Todd C. Miller
2013-08-14editing blip in previous;Jason McIntyre
2013-08-14ISC cron is the defacto BSD cron these days so remove confusingTodd C. Miller