| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer | 2008-01-27 | 1 | -1/+1 |
* | crond: small code shrink and readability enhancements | Denis Vlasenko | 2008-01-24 | 1 | -15/+15 |
* | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko | 2008-01-02 | 1 | -1/+1 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | crond: code shrink | Denis Vlasenko | 2007-08-19 | 1 | -59/+21 |
* | libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) | Denis Vlasenko | 2007-08-19 | 1 | -1/+1 |
* | crond: don't start sendmail with absolute path | Denis Vlasenko | 2007-08-18 | 1 | -8/+8 |
* | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko | 2007-06-25 | 1 | -3/+2 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko | 2007-04-11 | 1 | -7/+6 |
* | make pidfile writing configurable. | Denis Vlasenko | 2007-03-27 | 1 | -0/+1 |
* | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko | 2007-03-26 | 1 | -48/+16 |
* | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko | 2007-03-24 | 1 | -2/+2 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | convert calloc to xzalloc | Denis Vlasenko | 2007-01-03 | 1 | -2/+2 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -5/+5 |
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -12/+12 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -3/+3 |
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -2/+2 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -4/+4 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -4/+4 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -18/+3 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -2/+1 |
* | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -3/+3 |
* | New version of nohup that's much smaller, less paranoid, consistent, | Rob Landley | 2006-05-21 | 1 | -15/+0 |
* | - silence warning about no return in function returning non-void | Bernhard Reutner-Fischer | 2006-05-20 | 1 | -25/+22 |
* | use more boiler plate GPL notices | Mike Frysinger | 2006-04-16 | 1 | -2/+2 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -3/+1 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -3/+2 |
* | removed warning "comparison between signed and unsigned". Change very very ol... | "Vladimir N. Oleynik" | 2006-01-30 | 1 | -7/+7 |
* | destroy bug [0000381] | "Vladimir N. Oleynik" | 2005-09-05 | 1 | -2/+2 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | 2005-09-05 | 1 | -2/+2 |
* | According to bug #63, crond is unhappy with crontab lines that don't end in a | Rob Landley | 2005-09-01 | 1 | -4/+2 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -2/+2 |
* | Fixup braces (patch from Thomas Geulig), run through indent and manually | Glenn L McGrath | 2004-02-22 | 1 | -778/+744 |
* | Fix compile error, the indenting really needs to be fixed here | Glenn L McGrath | 2003-12-23 | 1 | -1/+1 |
* | Get vfork_daemon_rexec working under uclinux | Russ Dill | 2003-12-15 | 1 | -6/+4 |
* | last_patch116 from vodz: | Eric Andersen | 2003-10-22 | 1 | -3/+5 |
* | more crond+crontab integrating with loginutil libbb functions and deleted | Glenn L McGrath | 2003-09-03 | 1 | -12/+4 |
* | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one | Glenn L McGrath | 2003-09-02 | 1 | -8/+5 |
* | Avoid shadowing built-in function `log' | Eric Andersen | 2003-07-28 | 1 | -33/+33 |
* | Fixup bugs in last patch | Eric Andersen | 2003-07-28 | 1 | -1/+2 |
* | last_patch95 from vodz: | Eric Andersen | 2003-07-28 | 1 | -225/+186 |
* | last_patch89 from vodz: | Eric Andersen | 2003-06-20 | 1 | -34/+28 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -5/+5 |
* | mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> | Eric Andersen | 2002-10-22 | 1 | -2/+0 |
* | last_patch63 from vodz: add in crond and crontab applets | Eric Andersen | 2002-10-22 | 1 | -0/+1146 |