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