crond: don't start sendmail with absolute path
[oweals/busybox.git] / miscutils / crond.c
2007-08-18 Denis Vlasenkocrond: don't start sendmail with absolute path
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-03 Denis Vlasenkoconvert calloc to xzalloc
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-21 Rob LandleyNew version of nohup that's much smaller, less paranoid...
2006-05-20 Bernhard Reutner... - silence warning about no return in function returning...
2006-04-16 Mike Frysingeruse more boiler plate GPL notices
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2005-09-05 "Vladimir N. Oleynik"destroy bug [0000381]
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyAccording to bug #63, crond is unhappy with crontab...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-02-22 Glenn L McGrathFixup braces (patch from Thomas Geulig), run through...
2003-12-23 Glenn L McGrathFix compile error, the indenting really needs to be...
2003-12-15 Russ DillGet vfork_daemon_rexec working under uclinux
2003-10-22 Eric Andersenlast_patch116 from vodz:
2003-09-03 Glenn L McGrathmore crond+crontab integrating with loginutil libbb...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-07-28 Eric AndersenAvoid shadowing built-in function `log'
2003-07-28 Eric AndersenFixup bugs in last patch
2003-07-28 Eric Andersenlast_patch95 from vodz:
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-10-22 Eric Andersenmjn3 noticed that crond and crontab had #include <pwd...
2002-10-22 Eric Andersenlast_patch63 from vodz: add in crond and crontab applets