aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-2/+2
* crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wantsDenys Vlasenko2014-04-301-24/+48
* crond: simplify logging codeDenys Vlasenko2014-04-301-87/+88
* libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko2014-04-301-15/+8
* crond: tweak help text, make course less crypticDenys Vlasenko2014-04-301-26/+68
* CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile2012-12-191-1/+1
* crond: fix the case when option -d is disabledDenys Vlasenko2011-09-071-1/+2
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+13
* *: whitespace fixesDenys Vlasenko2010-10-281-2/+2
* *: s/open3_or_warn/open_or_warn/ where makes senseDenys Vlasenko2010-10-201-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-261-1/+0
* crond: mention other cronds' behavior in comment. no code changesDenys Vlasenko2010-07-111-4/+6
* crond: code shrinkDenys Vlasenko2010-07-081-36/+31
* crond: rename HumpBack names. Note two TODOs/FIXMEsDenys Vlasenko2010-07-081-311/+322
* crond: check mtime on crontab dir every minute, and reread if changedDenys Vlasenko2010-07-081-39/+36
* crond: reorder functions to follow usual order: "main last"Denys Vlasenko2010-07-081-231/+221
* crond: code shrinkDenys Vlasenko2010-07-061-62/+65
* *: introduce and use bb_unsetenv_and_freeDenys Vlasenko2010-06-241-2/+1
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-1/+1
* reuse a few stringsBernhard Reutner-Fischer2010-02-261-4/+4
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-5/+5
* crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko2009-12-131-15/+26
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* sendmail: accept -i too, not only -oiVladimir Dronnikov2009-10-041-1/+1
* *: optimize code size in strtoul callsDenys Vlasenko2009-09-231-3/+7
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-3/+3
* 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