aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-1/+1
* crond: small code shrink and readability enhancementsDenis Vlasenko2008-01-241-15/+15
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* crond: code shrinkDenis Vlasenko2007-08-191-59/+21
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-1/+1
* crond: don't start sendmail with absolute pathDenis Vlasenko2007-08-181-8/+8
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-3/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-7/+6
* make pidfile writing configurable.Denis Vlasenko2007-03-271-0/+1
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-48/+16
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-241-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* convert calloc to xzallocDenis Vlasenko2007-01-031-2/+2
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-5/+5
* remove bb_printf and the likeDenis Vlasenko2006-10-261-12/+12
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-3/+3
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-2/+2
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-4/+4
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-4/+4
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-18/+3
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-031-2/+1
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-311-3/+3
* New version of nohup that's much smaller, less paranoid, consistent,Rob Landley2006-05-211-15/+0
* - silence warning about no return in function returning non-voidBernhard Reutner-Fischer2006-05-201-25/+22
* use more boiler plate GPL noticesMike Frysinger2006-04-161-2/+2
* - patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer2006-04-121-3/+1
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-121-3/+2
* removed warning "comparison between signed and unsigned". Change very very ol..."Vladimir N. Oleynik"2006-01-301-7/+7
* destroy bug [0000381]"Vladimir N. Oleynik"2005-09-051-2/+2
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-2/+2
* According to bug #63, crond is unhappy with crontab lines that don't end in aRob Landley2005-09-011-4/+2
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Fixup braces (patch from Thomas Geulig), run through indent and manuallyGlenn L McGrath2004-02-221-778/+744
* Fix compile error, the indenting really needs to be fixed hereGlenn L McGrath2003-12-231-1/+1
* Get vfork_daemon_rexec working under uclinuxRuss Dill2003-12-151-6/+4
* last_patch116 from vodz:Eric Andersen2003-10-221-3/+5
* more crond+crontab integrating with loginutil libbb functions and deletedGlenn L McGrath2003-09-031-12/+4
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-021-8/+5
* Avoid shadowing built-in function `log'Eric Andersen2003-07-281-33/+33
* Fixup bugs in last patchEric Andersen2003-07-281-1/+2
* last_patch95 from vodz:Eric Andersen2003-07-281-225/+186
* last_patch89 from vodz:Eric Andersen2003-06-201-34/+28
* Major coreutils update.Manuel Novoa III2003-03-191-5/+5
* mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>Eric Andersen2002-10-221-2/+0
* last_patch63 from vodz: add in crond and crontab appletsEric Andersen2002-10-221-0/+1146