aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c
AgeCommit message (Expand)Author
2020-12-13help text tweaksDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2019-03-17do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-27config: more tweaking of help textsDenys Vlasenko
2017-07-22crond: do not assume setenv() does not leakDenys Vlasenko
2017-07-22crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes ...Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-07-09crond: code shrinkDenys Vlasenko
2017-07-09crond: move misplaced commentDenys Vlasenko
2017-07-08crond: support @daily etcDenys Vlasenko
2017-01-21make --help texts smallerDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-04-30crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wantsDenys Vlasenko
2014-04-30crond: simplify logging codeDenys Vlasenko
2014-04-30libbb: make syslog level for bb_error_msg's configurable. use it in crondDenys Vlasenko
2014-04-30crond: tweak help text, make course less crypticDenys Vlasenko
2012-12-19CONFIG_PID_FILE_PATH: new configuration option for pidfile pathsAnthony G. Basile
2011-09-07crond: fix the case when option -d is disabledDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-20*: s/open3_or_warn/open_or_warn/ where makes senseDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko
2010-07-11crond: mention other cronds' behavior in comment. no code changesDenys Vlasenko
2010-07-08crond: code shrinkDenys Vlasenko
2010-07-08crond: rename HumpBack names. Note two TODOs/FIXMEsDenys Vlasenko
2010-07-08crond: check mtime on crontab dir every minute, and reread if changedDenys Vlasenko
2010-07-08crond: reorder functions to follow usual order: "main last"Denys Vlasenko
2010-07-06crond: code shrinkDenys Vlasenko
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