summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2014-04-30crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wantsDenys Vlasenko1-24/+48
2014-04-30crond: simplify logging codeDenys Vlasenko1-87/+88
2014-04-30libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko3-16/+11
2014-04-30crond: tweak help text, make course less crypticDenys Vlasenko4-62/+68
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile9-9/+30
2011-09-07crond: fix the case when option -d is disabledDenys Vlasenko1-1/+2
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-20*: s/open3_or_warn/open_or_warn/ where makes senseDenys Vlasenko2-2/+2
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-25*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko53-111/+13
2010-07-11crond: mention other cronds' behavior in comment. no code changesDenys Vlasenko1-4/+6
2010-07-08crond: code shrinkDenys Vlasenko1-36/+31
2010-07-08crond: rename HumpBack names. Note two TODOs/FIXMEsDenys Vlasenko1-311/+322
2010-07-08crond: check mtime on crontab dir every minute, and reread if changedDenys Vlasenko1-39/+36
2010-07-08crond: reorder functions to follow usual order: "main last"Denys Vlasenko1-231/+221
2010-07-06crond: code shrinkDenys Vlasenko1-62/+65
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko6-10/+11
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko13-444/+1390
2010-02-26reuse a few stringsBernhard Reutner-Fischer2-5/+5
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko13-122/+131
2009-12-13crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes.Denys Vlasenko2-16/+27
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-10-03sendmail: accept -i too, not only -oiVladimir Dronnikov3-6/+8
2009-09-23*: optimize code size in strtoul callsDenys Vlasenko8-23/+37
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-04-01more of pointless whitespace fixesDenis Vlasenko8-32/+31
2009-03-11docs/logging_and_backgrounding.txt: new mini-docDenis Vlasenko8-58/+143
2009-02-26runsv: small optimizationDenis Vlasenko5-10/+7
2009-02-03crond,crontab: make cron directory location configurableDenis Vlasenko3-9/+10
2008-12-30libbb: add bb_unsetenv (taken from hush).Denis Vlasenko7-57/+65
2008-12-04clarify which version of crond is known to put tasks in separate pgrpsDenis Vlasenko1-2/+2
2008-12-03crond: use bb_setpgrp, not setpgrpDenis Vlasenko2-24/+26
2008-12-02crond: put tasks in separate process groupsDenis Vlasenko1-0/+4
2008-11-06build system: tidying up CONFIG_xxx names (suggested by Rob)Denis Vlasenko19-59/+57
2008-09-20init: set stderr to NONBLOCKDenis Vlasenko4-27/+22
2008-07-26fix several problems with config parser:Denis Vlasenko18-145/+163
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-19libbb: config_read() updateDenis Vlasenko4-18/+16
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko10-54/+206
2008-07-17- fix segfault in nameif with mactab fileBernhard Reutner-Fischer5-59/+59
2008-07-16fix up callsites of config_read to check for >= 0Denis Vlasenko4-5/+5
2008-07-16update of config file parser from VladimirDenis Vlasenko4-177/+52
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-30crond: use execlp instead of execlDenis Vlasenko1-1/+1
2008-06-30sendmail: from Vladimir:Denis Vlasenko4-25/+46
[next]