aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-01add the -c option, modified version of a patch from Bastian BlankGlenn L McGrath
2002-12-01Patch from Bastian Blank (waldi) for debian installerGlenn L McGrath
2002-11-28I miscalculated on this one, change it backGlenn L McGrath
2002-11-28Clean up error messagesGlenn L McGrath
2002-11-28Minor error messages changesGlenn L McGrath
2002-11-28Cleanup error messagesGlenn L McGrath
2002-11-28Cleanup error messagesGlenn L McGrath
2002-11-28Syntax errorGlenn L McGrath
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2002-11-28Style, error_msgGlenn L McGrath
2002-11-28StyleGlenn L McGrath
2002-11-28Woops, forgot they printout applet name as well....Glenn L McGrath
2002-11-28Use standard error messagesGlenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderrGlenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderrGlenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderrGlenn L McGrath
2002-11-28Use error_msg( instead of fprintf(stderrGlenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderr, other minor cleanupsGlenn L McGrath
2002-11-28Style, minor cleanupsGlenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderrGlenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderrGlenn L McGrath
2002-11-28Use erorr_msg( isntead of fprintf(stderr,Glenn L McGrath
2002-11-28Use error_msg instead of printf(stderrGlenn L McGrath
2002-11-28StyleGlenn L McGrath
2002-11-28Use printf instead of fprintf(stdoutGlenn L McGrath
2002-11-28Save a few bytes in show_usageGlenn L McGrath
2002-11-28left out a \"Glenn L McGrath
2002-11-28This test was hangingGlenn L McGrath
2002-11-27Adds a dummy entry to make it easier to make custom debsGlenn L McGrath
2002-11-27Install symlinks for the udeb, dont install changelogs for the udebGlenn L McGrath
2002-11-27last_patch_68 from Vladimir N. OleynikGlenn L McGrath
2002-11-27Check that one and only one of the [cxt] options is givenGlenn L McGrath
2002-11-26fdisk applet by Vladimir N. OleynikGlenn L McGrath
2002-11-26Name package busybox-unstable to keep a clean seperation between the official...Glenn L McGrath
2002-11-26use #ifdef CONFIG_* instead of #if CONFIG_*Glenn L McGrath
2002-11-26Required file for busybox-doc packageGlenn L McGrath
2002-11-26Store a custom Rules.mak file to enable buildign static binariesGlenn L McGrath
2002-11-26use #ifdef instead of #ifGlenn L McGrath
2002-11-26Include heaps of options as is tradional with this debGlenn L McGrath
2002-11-26Use #ifdef instead of #ifGlenn L McGrath
2002-11-26Fix simple syntax errorGlenn L McGrath
2002-11-26Make a seperate busybox-doc packageGlenn L McGrath
2002-11-25Use vfork instead of fork, some more cleanup from Vladimir N. OleynikGlenn L McGrath
2002-11-25Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Ol...Glenn L McGrath
2002-11-25last_patch_67 from Vladimir N. OleynikGlenn L McGrath
2002-11-24Dont need a seperate functionGlenn L McGrath
2002-11-24When making parent directories set permissions based on the base parent tree ...Glenn L McGrath
2002-11-24Add an input buffer (currently 32kB) to speed things up heaps, it still requi...Glenn L McGrath
2002-11-24include libbb after stdlib.h as it breaks dmallocGlenn L McGrath
2002-11-23Fix long filename supportGlenn L McGrath