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
*
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
*
When becoming a daemon, dup stdin, stdout, and stderr to /dev/null
millert
2001-10-24
1
-11
/
+14
*
Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.
millert
2001-02-18
1
-166
/
+125
*
snprintf sprinkles; solar@false.com & I
deraadt
2000-08-21
1
-3
/
+2
*
Add calls to setusercontext() and login_get*(). We basically call
millert
2000-08-20
1
-3
/
+38
*
Set SIGCHLD to SIG_DFL not SIG_IGN to prevent "perl -w" from
millert
2000-06-03
1
-2
/
+2
*
Run sendmail as the user corresponding to the crontab entry.
millert
1999-08-28
1
-2
/
+2
*
when handling % line breaks, correctly handle escaped % which should be embedded; fenner@parc.xerox.com
deraadt
1998-05-08
1
-2
/
+11
*
Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places
deraadt
1998-03-30
1
-5
/
+14
*
handle timing normally except when clock jumps between 1 and 3 hours. If it
deraadt
1997-12-22
1
-2
/
+2
*
setlogin(username)
deraadt
1996-08-07
1
-1
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+501