summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/popen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up the remaining uses of stderr and perror() and use warn/errmillert2015-11-151-3/+7
* Change cron from including all headers in every file to only includingmillert2015-11-041-2/+18
* remove stale comment. there is no need to avoid side effects from a "list"tedu2015-10-041-4/+2
* There is no need to keep a global array of sysconf(_SC_OPEN_MAX) elementstedu2015-10-031-25/+8
* unifdef some features we will always have. ok benno zhuktedu2015-10-031-20/+1
* braces to open a function go on their own line like god intendedtedu2015-01-231-3/+5
* Use HAVE_FOO for BSD-specific features instead of relying on themillert2015-01-141-3/+3
* Use standard types for wait, readdir, signals and pids.millert2015-01-141-6/+6
* Use standard EXIT_SUCCESS/EXIT_FAILURE and STD{IN,OUT,ERR}_FILENOmillert2011-08-221-7/+7
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* some more malloc(x * y); bzero() -> calloc(x, y) whacking fromdjm2006-04-031-4/+3
* I'm a dork, I removed the 4th clause of the UCB license instead ofmillert2003-06-021-6/+5
* Sync with ISC cron-current + my at(1) integration.millert2003-02-201-9/+17
* Move atrun(8) functionality into cron(8) proper. This fixes themillert2002-07-151-18/+13
* We already did a closelog(); no need for it here.millert2002-07-091-3/+2
* Merge in some changes from Paul Vixie's tree; most are cosmeticmillert2002-07-081-59/+14
* uid_t and gid_t are unsignedderaadt2002-06-231-4/+4
* Kill volatile now that jongjmp is history.millert2002-01-091-3/+3
* When becoming a daemon, dup stdin, stdout, and stderr to /dev/nullmillert2001-10-241-7/+7
* In "r" mode always dup2(STDOUT_FILENO, STDERR_FILENO); from ftpd/popen.cmillert2001-10-011-3/+3
* Move login_cap stuff before pipe dupingmillert2001-06-031-18/+19
* Version derived from new ftpd code which has an updated UCB license.millert2001-06-021-58/+87
* Update to ISC cron 4.0b1 + our patches. This is now under a BSD license.millert2001-02-181-33/+23
* closelog, and check for various child setup failures; solar@false.comderaadt2000-08-211-7/+13
* Add calls to setusercontext() and login_get*(). We basically callmillert2000-08-201-3/+20
* in cron_popen(), do an initgroups, setlogin() and chdir to the user'smillert1999-08-301-1/+6
* Run sendmail as the user corresponding to the crontab entry.millert1999-08-281-2/+7
* Make sure argv gets NULL terminated if cron entry has >= MAX_ARGS arguments.millert1999-08-271-1/+2
* Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various placesderaadt1998-03-301-3/+7
* initial import of NetBSD treederaadt1995-10-181-0/+167