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