Bump to version 1.22.1
[platform/upstream/busybox.git] / miscutils / crond.c
2012-12-19 Anthony G. BasileCONFIG_PID_FILE_PATH: new configuration option for...
2011-09-07 Denys Vlasenkocrond: fix the case when option -d is disabled
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-20 Denys Vlasenko*: s/open3_or_warn/open_or_warn/ where makes sense
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-07-11 Denys Vlasenkocrond: mention other cronds' behavior in comment. no...
2010-07-08 Denys Vlasenkocrond: code shrink
2010-07-08 Denys Vlasenkocrond: rename HumpBack names. Note two TODOs/FIXMEs
2010-07-08 Denys Vlasenkocrond: check mtime on crontab dir every minute, and...
2010-07-08 Denys Vlasenkocrond: reorder functions to follow usual order: "main...
2010-07-06 Denys Vlasenkocrond: code shrink
2010-06-24 Denys Vlasenko*: introduce and use bb_unsetenv_and_free
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-02-26 Bernhard Reutner... reuse a few strings
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2009-12-13 Denys Vlasenkocrond: do not log info messages at LOG_ERR. Closes...
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-10-03 Vladimir Dronnikovsendmail: accept -i too, not only -oi
2009-09-23 Denys Vlasenko*: optimize code size in strtoul calls
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-01 Denis Vlasenkomore of pointless whitespace fixes
2009-03-11 Denis Vlasenkodocs/logging_and_backgrounding.txt: new mini-doc
2009-02-26 Denis Vlasenkorunsv: small optimization
2009-02-03 Denis Vlasenkocrond,crontab: make cron directory location configurable
2008-12-30 Denis Vlasenkolibbb: add bb_unsetenv (taken from hush).
2008-12-04 Denis Vlasenkoclarify which version of crond is known to put tasks...
2008-12-03 Denis Vlasenkocrond: use bb_setpgrp, not setpgrp
2008-12-02 Denis Vlasenkocrond: put tasks in separate process groups
2008-11-06 Denis Vlasenkobuild system: tidying up CONFIG_xxx names (suggested...
2008-09-20 Denis Vlasenkoinit: set stderr to NONBLOCK
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-19 Denis Vlasenkolibbb: config_read() update
2008-07-19 Denis Vlasenkolibbb: updated config_parse() from Vladimir
2008-07-17 Bernhard Reutner... - fix segfault in nameif with mactab file
2008-07-16 Denis Vlasenkofix up callsites of config_read to check for >= 0
2008-07-16 Denis Vlasenkoupdate of config file parser from Vladimir
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-30 Denis Vlasenkocrond: use execlp instead of execl
2008-06-30 Denis Vlasenkosendmail: from Vladimir:
2008-06-28 Denis Vlasenkosendmail: another update from the maintainer
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-04-07 Denis Vlasenkocrond: add handling of "MAILTO=user" lines
2008-03-20 Denis Vlasenkosmall NOMMU fixes
2008-03-17 Denis Vlasenko*: fix various kinds of damage to letter 'c' in Arkadiu...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-12 Denis Vlasenkocrond: make it NOMMU-capable
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2008-01-24 Denis Vlasenkocrond: small code shrink and readability enhancements
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-19 Denis Vlasenkocrond: code shrink
2007-08-19 Denis Vlasenkolibbb,crond,lash: fix getopt32 (don't know how it manag...
2007-08-18 Denis Vlasenkocrond: don't start sendmail with absolute path
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-03 Denis Vlasenkoconvert calloc to xzalloc
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-21 Rob LandleyNew version of nohup that's much smaller, less paranoid...
2006-05-20 Bernhard Reutner... - silence warning about no return in function returning...
2006-04-16 Mike Frysingeruse more boiler plate GPL notices
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2005-09-05 "Vladimir N. Oleynik"destroy bug [0000381]
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyAccording to bug #63, crond is unhappy with crontab...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-02-22 Glenn L McGrathFixup braces (patch from Thomas Geulig), run through...
2003-12-23 Glenn L McGrathFix compile error, the indenting really needs to be...
2003-12-15 Russ DillGet vfork_daemon_rexec working under uclinux
2003-10-22 Eric Andersenlast_patch116 from vodz:
2003-09-03 Glenn L McGrathmore crond+crontab integrating with loginutil libbb...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-07-28 Eric AndersenAvoid shadowing built-in function `log'
2003-07-28 Eric AndersenFixup bugs in last patch
2003-07-28 Eric Andersenlast_patch95 from vodz:
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-10-22 Eric Andersenmjn3 noticed that crond and crontab had #include <pwd...
next