Bump to version 1.22.1
[platform/upstream/busybox.git] / miscutils / crontab.c
2013-10-08 Ryan Mallonwall,crontab: use xopen_as_uid_gid()
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-02-26 Denys Vlasenkosetup_environment(): eliminate one parameter
2010-02-26 Bernhard Reutner... crontab: use setup_environment
2009-11-25 Denys Vlasenkontpd: and real handling for -N, show usage w/o options...
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-02-03 Denis Vlasenkocrond,crontab: make cron directory location configurable
2008-12-03 Denis Vlasenkolibbb: introduce and use xgetpwnam. ~ -150 bytes.
2008-12-02 Denis Vlasenkolibbb: password/group function helpers rewritten by...
2008-09-21 Denis Vlasenkocrontab: do not destroy STDIN_FILENO, editor may need...
2008-09-20 Denis Vlasenkoinit: set stderr to NONBLOCK
2008-07-21 Bernhard Reutner... - first pass to unify/cleanup uid handling (-236b)
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
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-02-18 Bernhard Reutner... - fix open(creat) without a mode
2008-02-18 Denis Vlasenkomount: recognize "dirsync" (closes bug 835)
2008-02-17 Denis Vlasenkocrontab: stop using remove() - use unlink() instead
2008-02-16 Denis Vlasenkocrontab: clear env if run by non-root, so that we can...
2008-02-16 Denis Vlasenko*: more readable handling of pipe fds. No code changes.
2008-02-16 Denis Vlasenkocrontab: almost complete rewrite
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkostyle and message text fixes
2007-07-21 Denis VlasenkoThree patches from FreeWRT people
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #3
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-11-26 Denis Vlasenkosmall fixes:
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-09-27 Denis Vlasenkocrontab: we indent using tabs
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-04-16 Mike Frysingeruse more boiler plate GPL notices
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-01-10 "Vladimir N. Oleynik"can use TMPDIR if user's HOMEDIR do not found. Noticed...
2004-04-14 Eric AndersenLarry Doolittle writes:
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-14 Eric AndersenPatch from Lars Kellogg-Stedman:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-10 Glenn L McGrathlast_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>
2002-10-22 Eric Andersenmjn3 noticed that crond and crontab had #include <pwd...
2002-10-22 Eric Andersenlast_patch63 from vodz: add in crond and crontab applets