aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crond.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-031-2/+1
* - s/defined(__uClinux__)/BB_NOMMU/aldot2006-05-311-3/+3
* New version of nohup that's much smaller, less paranoid, consistent,landley2006-05-211-15/+0
* - silence warning about no return in function returning non-voidaldot2006-05-201-25/+22
* use more boiler plate GPL noticesvapier2006-04-161-2/+2
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-3/+1
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-121-3/+2
* removed warning "comparison between signed and unsigned". Change very very ol...vodz2006-01-301-7/+7
* destroy bug [0000381]vodz2005-09-051-2/+2
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-2/+2
* According to bug #63, crond is unhappy with crontab lines that don't end in alandley2005-09-011-4/+2
* Larry Doolittle writes:andersen2004-04-141-2/+2
* Fixup braces (patch from Thomas Geulig), run through indent and manuallybug12004-02-221-778/+744
* Fix compile error, the indenting really needs to be fixed herebug12003-12-231-1/+1
* Get vfork_daemon_rexec working under uclinuxruss2003-12-151-6/+4
* last_patch116 from vodz:andersen2003-10-221-3/+5
* more crond+crontab integrating with loginutil libbb functions and deletedbug12003-09-031-12/+4
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as onebug12003-09-021-8/+5
* Avoid shadowing built-in function `log'andersen2003-07-281-33/+33
* Fixup bugs in last patchandersen2003-07-281-1/+2
* last_patch95 from vodz:andersen2003-07-281-225/+186
* last_patch89 from vodz:andersen2003-06-201-34/+28
* Major coreutils update.mjn32003-03-191-5/+5
* 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/+1146