aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* more of pointless whitespace fixesDenis Vlasenko2009-04-011-1/+1
* docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko2009-03-111-1/+1
* runsv: small optimizationDenis Vlasenko2009-02-261-2/+2
* crond,crontab: make cron directory location configurableDenis Vlasenko2009-02-031-6/+2
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-7/+5
* clarify which version of crond is known to put tasks in separate pgrpsDenis Vlasenko2008-12-041-2/+2
* crond: use bb_setpgrp, not setpgrpDenis Vlasenko2008-12-031-2/+2
* crond: put tasks in separate process groupsDenis Vlasenko2008-12-021-0/+4
* build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko2008-11-061-5/+5
* init: set stderr to NONBLOCKDenis Vlasenko2008-09-201-3/+3
* fix several problems with config parser:Denis Vlasenko2008-07-261-4/+8
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* libbb: config_read() updateDenis Vlasenko2008-07-191-5/+3
* libbb: updated config_parse() from VladimirDenis Vlasenko2008-07-191-5/+8
* - fix segfault in nameif with mactab fileBernhard Reutner-Fischer2008-07-171-6/+7
* fix up callsites of config_read to check for >= 0Denis Vlasenko2008-07-161-1/+1
* update of config file parser from VladimirDenis Vlasenko2008-07-161-49/+34
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* crond: use execlp instead of execlDenis Vlasenko2008-06-301-1/+1
* sendmail: from Vladimir:Denis Vlasenko2008-06-301-1/+1
* sendmail: another update from the maintainerDenis Vlasenko2008-06-281-5/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-2/+2
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-2/+2
* crond: add handling of "MAILTO=user" linesDenis Vlasenko2008-04-071-18/+41
* small NOMMU fixesDenis Vlasenko2008-03-201-1/+1
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-2/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* crond: make it NOMMU-capableDenis Vlasenko2008-03-121-385/+360
* libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko2008-02-171-5/+5
* - 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