summaryrefslogtreecommitdiff
path: root/miscutils/crontab.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>Glenn L McGrath2002-11-101-2/+2
* mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h>Eric Andersen2002-10-221-2/+0
* last_patch63 from vodz: add in crond and crontab appletsEric Andersen2002-10-221-0/+393