summaryrefslogtreecommitdiff
path: root/miscutils/crontab.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-11move remaining help text from include/usage.src.hPere Orga1-0/+10
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko1-3/+4
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko1-1/+1
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard1-6/+2
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko1-2/+3
2010-02-26crontab: use setup_environmentBernhard Reutner-Fischer1-17/+4
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko1-2/+2
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko1-2/+2
2009-02-03crond,crontab: make cron directory location configurableDenis Vlasenko1-3/+1
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko1-3/+1
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko1-5/+1
2008-09-21crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)Denis Vlasenko1-9/+10
2008-09-20init: set stderr to NONBLOCKDenis Vlasenko1-3/+3
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer1-2/+2
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko1-1/+1
2008-07-01revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko1-2/+6
2008-07-01*: introduce and use xvfork()Denis Vlasenko1-6/+2
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko1-6/+5
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko1-1/+1
2008-02-18- fix open(creat) without a modeBernhard Reutner-Fischer1-1/+1
2008-02-18mount: recognize "dirsync" (closes bug 835)Denis Vlasenko1-8/+3
2008-02-17crontab: stop using remove() - use unlink() insteadDenis Vlasenko1-16/+9
2008-02-16crontab: clear env if run by non-root, so that we can use PATH nowDenis Vlasenko1-10/+8
2008-02-16*: more readable handling of pipe fds. No code changes.Denis Vlasenko1-6/+6
2008-02-16crontab: almost complete rewriteDenis Vlasenko1-283/+187
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko1-1/+1
2007-09-27style and message text fixesDenis Vlasenko1-1/+1
2007-07-21Three patches from FreeWRT peopleDenis Vlasenko1-1/+3
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko1-1/+1
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko1-0/+1
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko1-6/+4
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko1-1/+1
2006-11-26small fixes:Denis Vlasenko1-2/+5
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko1-3/+3
2006-10-14add open_read_close() and similar stuffDenis Vlasenko1-1/+1
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko1-1/+1
2006-09-27crontab: we indent using tabsDenis Vlasenko1-272/+277
2006-09-11- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer1-1/+1
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley1-28/+8
2006-06-25Various cleanups I made while going through Erik Hovland's patch submissions,Rob Landley1-1/+1
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer1-2/+1
2006-04-16use more boiler plate GPL noticesMike Frysinger1-3/+2
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer1-18/+11
2006-04-12- patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer1-6/+3
2006-01-10can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard"Vladimir N. Oleynik"1-2/+2
2004-04-14Larry Doolittle writes:Eric Andersen1-1/+1
2003-09-03more crond+crontab integrating with loginutil libbb functions and deletedGlenn L McGrath1-27/+4
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath1-2/+2
2003-07-14Patch from Lars Kellogg-Stedman:Eric Andersen1-1/+1
2003-03-19Major coreutils update.Manuel Novoa III1-14/+14