aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c
AgeCommit message (Expand)Author
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-02-26reuse a few stringsBernhard Reutner-Fischer
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2009-12-13crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-10-04sendmail: accept -i too, not only -oiVladimir Dronnikov
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-01more of pointless whitespace fixesDenis Vlasenko
2009-03-11docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko
2009-02-26runsv: small optimizationDenis Vlasenko
2009-02-03crond,crontab: make cron directory location configurableDenis Vlasenko
2008-12-30libbb: add bb_unsetenv (taken from hush).Denis Vlasenko
2008-12-04clarify which version of crond is known to put tasks in separate pgrpsDenis Vlasenko
2008-12-03crond: use bb_setpgrp, not setpgrpDenis Vlasenko
2008-12-02crond: put tasks in separate process groupsDenis Vlasenko
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko
2008-09-20init: set stderr to NONBLOCKDenis Vlasenko
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-19libbb: config_read() updateDenis Vlasenko
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko
2008-07-17- fix segfault in nameif with mactab fileBernhard Reutner-Fischer
2008-07-16fix up callsites of config_read to check for >= 0Denis Vlasenko
2008-07-16update of config file parser from VladimirDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-30crond: use execlp instead of execlDenis Vlasenko
2008-06-30sendmail: from Vladimir:Denis Vlasenko
2008-06-28sendmail: another update from the maintainerDenis Vlasenko
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-04-07crond: add handling of "MAILTO=user" linesDenis Vlasenko
2008-03-20small NOMMU fixesDenis Vlasenko
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-12crond: make it NOMMU-capableDenis Vlasenko
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2008-01-24crond: small code shrink and readability enhancementsDenis Vlasenko
2008-01-02libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-19crond: code shrinkDenis Vlasenko
2007-08-19libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko
2007-08-18crond: don't start sendmail with absolute pathDenis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko