aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crond: log5 fix typo, replace log level '4' with '5'Jones Syue2024-03-021-1/+1
* Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* crond: implement support for setting PATH in crontab filesPaul Fox2022-05-021-7/+16
* libbb: introduce and use chdir_or_warn()Denys Vlasenko2022-01-131-2/+1
* help text tweaksDenys Vlasenko2020-12-131-1/+1
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-4/+2
* do not duplicate CONFIG_PID_FILE_PATH and ".pid" stringsDenys Vlasenko2019-03-171-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-5/+9
* config: more tweaking of help textsDenys Vlasenko2017-07-271-1/+1
* crond: do not assume setenv() does not leakDenys Vlasenko2017-07-221-3/+3
* crond: allow $SHELL and starting user's shell override DEFAULT_SHELL. Closes ...Denys Vlasenko2017-07-221-2/+7
* config: deindent all help textsDenys Vlasenko2017-07-211-20/+20
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* crond: code shrinkDenys Vlasenko2017-07-091-5/+4
* crond: move misplaced commentDenys Vlasenko2017-07-091-13/+13
* crond: support @daily etcDenys Vlasenko2017-07-081-19/+122
* make --help texts smallerDenys Vlasenko2017-01-211-1/+1
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* 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