index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
cron
/
do_command.c
Age
Commit message (
Expand
)
Author
2022-05-21
repair a few more backwards compares that create headaches
Theo de Raadt
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2020-04-16
Add a mechanism to prevent cron jobs from running concurrently.
Todd C. Miller
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-06-13
zap a stray ';' and make a comment less ugly
Theo Buehler
2018-06-13
Add crontab entry option -n for "No mail when run successful"
job
2017-10-23
Close cron sockets in child processes.
friehm
2015-11-17
Check pipe(2) return value; noticed by deraadt@
Todd C. Miller
2015-11-15
Clean up the remaining uses of stderr and perror() and use warn/err
Todd C. Miller
2015-11-14
Remove log_it() and call syslog(3) directly using the same format:
Todd C. Miller
2015-11-09
Remove unused xpid argument to log_it().
Todd C. Miller
2015-11-04
Change cron from including all headers in every file to only including
Todd C. Miller
2015-10-29
Use stravis(3) instead of a homegrown vis-like function.
Todd C. Miller
2015-10-25
Remove cron.pid support. We still want to avoid multiple crons
Todd C. Miller
2015-10-23
remove some more ifdef maziness
Ted Unangst
2015-10-03
There is no need to keep a global array of sysconf(_SC_OPEN_MAX) elements
Ted Unangst
2015-10-03
unifdef some features we will always have. ok benno zhuk
Ted Unangst
2015-02-09
correct copyright, upon approval from paul vixie via todd miller. the
Theo de Raadt
2015-01-23
braces to open a function go on their own line like god intended
Ted Unangst
2015-01-23
Remove the OK and ERR macros. They obfuscate the code and don't
Ted Unangst
2015-01-23
minor debug removal cleanup
Ted Unangst
2015-01-23
remove debug code.
Ted Unangst
2015-01-14
Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAX
Todd C. Miller
2015-01-14
Use HAVE_FOO for BSD-specific features instead of relying on the
Todd C. Miller
2015-01-14
Use standard types for wait, readdir, signals and pids.
Todd C. Miller
2013-11-23
obvious unsigned char cast for ctype
Theo de Raadt
2013-03-07
Allow a '+' in the MAILTO email adress; from Constantine A. Murenin
Todd C. Miller
2011-08-22
Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENO
Todd C. Miller
2011-03-03
Reset the SIGPIPE signal handler immediately before executing a command.
Todd C. Miller
2010-12-14
Use _exit() not exit() after forking. OK deraadt@
Todd C. Miller
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-05-25
Check fdopen() return value.
Todd C. Miller
2007-04-10
privledges -> privileges
Miod Vallat
2006-08-13
Add Auto-Submitted header in generated mail as per RFC 3834.
Todd C. Miller
2004-06-17
UUpdate ISC copyright year to 2004
Todd C. Miller
2004-06-06
Fix typo in last commit for non-compiled code. Dmitry V. Levin
Todd C. Miller
2004-06-03
More changes from Dmitry V. Levin:
Todd C. Miller
2004-04-26
isalnum() does not match '_' so check it explicitly. This allows cron
Todd C. Miller
2003-07-30
Use (char *)NULL instead of (char *)0 in execl and execle; Andrey Matveev
Todd C. Miller
2003-04-14
Use setproctitle() instead of the CAPITALIZE_FOR_PS hack. Inspired
Todd C. Miller
2003-02-20
Sync with ISC cron-current + my at(1) integration.
Todd C. Miller
2002-08-08
Move closelog() into log_close() function and call that instead
Todd C. Miller
2002-07-15
fix typo (pw vs. pwd) in unused code
Todd C. Miller
2002-07-15
Pass e->pwd to auth_setpwd() to avoid extra passwd lookup in BSD auth routines
Todd C. Miller
2002-07-15
Move atrun(8) functionality into cron(8) proper. This fixes the
Todd C. Miller
2002-07-12
Do not collapse \\ -> \ in a command, the shell will be unhappy with
Todd C. Miller
2002-07-08
Merge in some changes from Paul Vixie's tree; most are cosmetic
Todd C. Miller
2002-06-23
uid_t and gid_t are unsigned
Theo de Raadt
2002-06-21
Correctly close the writing end of the pipe when dup'ing the fd to
Todd C. Miller
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
[next]