aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-09add ordering warning on enum LocationPaul Fox
2006-06-09- make sure that we see string_insert only if we need it.Bernhard Reutner-Fischer
2006-06-08remove leading "Enable" from the config option text. not only is itPaul Fox
2006-06-08made "test" an ash built-in.Paul Fox
2006-06-08Patch from Erik Hovland, via Tito.Rob Landley
2006-06-08Some day, maybe gcc will be able to optimize out static functions that areRob Landley
2006-06-07need prototype for new vfork_daemon()Mike Frysinger
2006-06-07initial support for no-mmu systemsMike Frysinger
2006-06-07sometimes daemonizing and vfork()/exit() is okMike Frysinger
2006-06-07bb_xdaemon() isnt available on no-mmu systemsMike Frysinger
2006-06-07comment all fieldsMike Frysinger
2006-06-07hint at where the Magic comes fromMike Frysinger
2006-06-07- do away with the comment that noted that the current implementationBernhard Reutner-Fischer
2006-06-07Fix from Tito to read from stdin only when it's not a tty.Rob Landley
2006-06-07- spellingBernhard Reutner-Fischer
2006-06-07add reference to proc(5)Mike Frysinger
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer
2006-06-07Consolidate devfs garbage and mark it as obsolete.Rob Landley
2006-06-07use bb_xbind/bb_xlistenMike Frysinger
2006-06-07whitespaceMike Frysinger
2006-06-07whitespaceMike Frysinger
2006-06-07add a --noclobber flagMike Frysinger
2006-06-07add support for cleaning out previous busybox installMike Frysinger
2006-06-07dont install emtpy libdirsMike Frysinger
2006-06-07dont mix tabs and spaces, kthxMike Frysinger
2006-06-07remove cvs $Id tagMike Frysinger
2006-06-07- add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer
2006-06-07Tito writes: this patch fixes two potential bugs with the -i -I flags that co...Mike Frysinger
2006-06-07- fix the build if we have ftpput without ftpget (speeling reeoe)Bernhard Reutner-Fischer
2006-06-07Callers to identify() converted the endianness of the buffer. So didRob Landley
2006-06-06Remove a config entry that leaked in from my tree before I decided toRob Landley
2006-06-06Whack the one last warning in make allbareconfig...Rob Landley
2006-06-06import support for microblaze relocations from uClinux-distMike Frysinger
2006-06-06make the default prompt suck less when using fancy promptsMike Frysinger
2006-06-06fix from uClinux-dist for proper exit status if reading /proc/modules failedMike Frysinger
2006-06-06merge blackfin/microblaze from uClinux-distMike Frysinger
2006-06-06use vfork() instead of vork() since the only thing we do is execve() an app a...Mike Frysinger
2006-06-06only check __GNU_LIBRARY__ if it is actually definedMike Frysinger
2006-06-05Header cleanup on two more networking files (move libbb.h to the top andRob Landley
2006-06-05Confirming it's not needed.Rob Landley
2006-06-05- add note about need to unify the 4 itoa() implementations.Bernhard Reutner-Fischer
2006-06-04- add testcase for grep bug (http://busybox.net/bugs/view.php?id=887)Bernhard Reutner-Fischer
2006-06-04- add note about ingroup and is_a_group_memberBernhard Reutner-Fischer
2006-06-04- add note about removing superfluous fmt specifiersBernhard Reutner-Fischer
2006-06-04- note to cleanup fprintf(2,...) -> bb_error_msg(...) andBernhard Reutner-Fischer
2006-06-03- use bb_msg_{read,write}_error where appropriate.Bernhard Reutner-Fischer
2006-06-03- use bb functions instead of handrolling stuff.Bernhard Reutner-Fischer
2006-06-03Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.Rob Landley
2006-06-03- remove superfluous call of stack_machine(0) upon exit.Bernhard Reutner-Fischer
2006-06-03- no need to have timer_duration in the data section.Bernhard Reutner-Fischer