aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crontab.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #3vda2007-01-291-6/+4
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-1/+1
* small fixes:vda2006-11-261-2/+5
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-3/+3
* add open_read_close() and similar stuffvda2006-10-141-1/+1
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* crontab: we indent using tabsvda2006-09-271-272/+277
* - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...aldot2006-09-111-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-28/+8
* Various cleanups I made while going through Erik Hovland's patch submissions,landley2006-06-251-1/+1
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-2/+1
* use more boiler plate GPL noticesvapier2006-04-161-3/+2
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-18/+11
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-6/+3
* can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhardvodz2006-01-101-2/+2
* Larry Doolittle writes:andersen2004-04-141-1/+1
* more crond+crontab integrating with loginutil libbb functions and deletedbug12003-09-031-27/+4
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as onebug12003-09-021-2/+2
* Patch from Lars Kellogg-Stedman:andersen2003-07-141-1/+1
* Major coreutils update.mjn32003-03-191-14/+14
* last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>bug12002-11-101-2/+2
* mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>andersen2002-10-221-2/+0
* last_patch63 from vodz: add in crond and crontab appletsandersen2002-10-221-0/+393