index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
crond.c
Age
Commit message (
Expand
)
Author
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-09
crond: code shrink
Denys Vlasenko
2017-07-09
crond: move misplaced comment
Denys Vlasenko
2017-07-08
crond: support @daily etc
Denys Vlasenko
2017-01-21
make --help texts smaller
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2014-04-30
crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants
Denys Vlasenko
2014-04-30
crond: simplify logging code
Denys Vlasenko
2014-04-30
libbb: make syslog level for bb_error_msg's configurable. use it in crond
Denys Vlasenko
2014-04-30
crond: tweak help text, make course less cryptic
Denys Vlasenko
2012-12-19
CONFIG_PID_FILE_PATH: new configuration option for pidfile paths
Anthony G. Basile
2011-09-07
crond: fix the case when option -d is disabled
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-10-20
*: s/open3_or_warn/open_or_warn/ where makes sense
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-07-26
*: mass cosmetic removal of extra empty lines. no code changes
Denys Vlasenko
2010-07-11
crond: mention other cronds' behavior in comment. no code changes
Denys Vlasenko
2010-07-08
crond: code shrink
Denys Vlasenko
2010-07-08
crond: rename HumpBack names. Note two TODOs/FIXMEs
Denys Vlasenko
2010-07-08
crond: check mtime on crontab dir every minute, and reread if changed
Denys Vlasenko
2010-07-08
crond: reorder functions to follow usual order: "main last"
Denys Vlasenko
2010-07-06
crond: code shrink
Denys Vlasenko
2010-06-24
*: introduce and use bb_unsetenv_and_free
Denys Vlasenko
2010-06-06
pipe_progress: make it independent of printf machinery
Denys Vlasenko
2010-02-26
reuse a few strings
Bernhard Reutner-Fischer
2010-02-04
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-01-09
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2009-12-13
crond: 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-04
sendmail: accept -i too, not only -oi
Vladimir Dronnikov
2009-09-23
*: optimize code size in strtoul calls
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-01
more of pointless whitespace fixes
Denis Vlasenko
2009-03-11
docs/logging_and_backgrounding.txt: new mini-doc
Denis Vlasenko
2009-02-26
runsv: small optimization
Denis Vlasenko
2009-02-03
crond,crontab: make cron directory location configurable
Denis Vlasenko
2008-12-30
libbb: add bb_unsetenv (taken from hush).
Denis Vlasenko
2008-12-04
clarify which version of crond is known to put tasks in separate pgrps
Denis Vlasenko
2008-12-03
crond: use bb_setpgrp, not setpgrp
Denis Vlasenko
2008-12-02
crond: put tasks in separate process groups
Denis Vlasenko
2008-11-06
build system: tidying up CONFIG_xxx names (suggested by Rob)
Denis Vlasenko
2008-09-20
init: set stderr to NONBLOCK
Denis Vlasenko
2008-07-26
fix several problems with config parser:
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-19
libbb: config_read() update
Denis Vlasenko
2008-07-19
libbb: updated config_parse() from Vladimir
Denis Vlasenko
2008-07-17
- fix segfault in nameif with mactab file
Bernhard Reutner-Fischer
[next]