| Commit message (Expand) | Author | Age | Files | Lines |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-02 | 1 | -1/+3 |
* | - remove emacs layout block as suggested by Robert P.J. Day | aldot | 2006-05-19 | 1 | -8/+3 |
* | Dennis Vlasenko pointed out that run_applet_by_name sets bb_applet_name already. | landley | 2006-05-07 | 1 | -1/+1 |
* | just whitespace | timr | 2006-01-25 | 1 | -2/+2 |
* | - add platform.h. | aldot | 2006-01-22 | 1 | -1/+1 |
* | - shared libbusybox. | aldot | 2006-01-15 | 1 | -1/+1 |
* | busybox.c: ENABLE_LOCALE logic correct. | vodz | 2005-09-29 | 1 | -1/+1 |
* | remove infinity loop ./busybox --help busybox | vodz | 2005-09-05 | 1 | -2/+3 |
* | Fixes so "make allnoconfig" works again. | landley | 2005-09-05 | 1 | -1/+5 |
* | General cleanup of command line parsing to allow "busybox" to work as a prefix. | landley | 2005-09-04 | 1 | -85/+44 |
* | output busybox help to stdout, not stderr | vapier | 2005-04-22 | 1 | -12/+12 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 1 | -10/+10 |
* | wrap bb help output if CONFIG_FEATURE_AUTOWIDTH | timr | 2003-11-07 | 1 | -1/+9 |
* | Woops, the previous patch reversal wasnt complete, breaking everything. | bug1 | 2003-10-04 | 1 | -1/+1 |
* | Reverse my previous changes and make a note about why its dont this way | bug1 | 2003-10-03 | 1 | -1/+12 |
* | argc has already been decremented | bug1 | 2003-10-03 | 1 | -2/+3 |
* | Patch from Rob Landley, Simplify organisation of arguments. | bug1 | 2003-10-03 | 1 | -13/+2 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -10/+10 |
* | Apply lash_patch35 from vodz, which brings several nice size_optimizations. | andersen | 2002-04-06 | 1 | -7/+10 |
* | Vodz' last_patch31 | andersen | 2001-12-18 | 1 | -1/+1 |
* | Major rework of the directory structure and the entire build system. | andersen | 2001-10-24 | 1 | -7/+7 |
* | Fix invocation of `-/bin/sh' (bug #1209). | kraai | 2001-08-27 | 1 | -6/+6 |
* | Per a suggestion from Tom Oehser, fix up the leading-hyphen hack to | andersen | 2001-06-21 | 1 | -5/+2 |
* | Patch from larry to fix some grammar errors. | andersen | 2001-05-23 | 1 | -1/+1 |
* | Make the locale stuff only do the getpid==1 check if BB_INIT is defined | andersen | 2001-05-13 | 1 | -1/+5 |
* | Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, | andersen | 2001-05-07 | 1 | -4/+1 |
* | Made new xreadlink function for libbb and changed applets to use it instead of | markw | 2001-04-30 | 1 | -14/+3 |
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | andersen | 2001-04-25 | 1 | -5/+0 |
* | Apply Vladimir's latest cleanup patch. | andersen | 2001-04-09 | 1 | -7/+16 |
* | Make 'busybox --help' work as expected, closing bug #1139 | andersen | 2001-04-03 | 1 | -1/+1 |
* | Force applet_name to be "sh" when command prefaced by "-" | andersen | 2001-03-20 | 1 | -1/+1 |
* | Patch from Vladimir to move struct applet from busybox.c to applets.c, | andersen | 2001-03-19 | 1 | -5/+0 |
* | Changed exit code from -1 to 0 when busybox is invoked with no args. | markw | 2001-03-02 | 1 | -1/+1 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | andersen | 2001-02-14 | 1 | -8/+1 |
* | Create find_applet_by_name function. Save 32 bytes. | kraai | 2001-02-01 | 1 | -7/+4 |
* | Removed trailing \n from error_msg{,_and_die} messages. | kraai | 2001-01-31 | 1 | -1/+1 |
* | Fix some formatting | andersen | 2001-01-27 | 1 | -6/+5 |
* | Fix header file usage -- there were many unnecessary header files included in | andersen | 2001-01-27 | 1 | -0/+1 |
* | more bugs fixed -- found doing regression testing | andersen | 2001-01-24 | 1 | -32/+31 |
* | Change calls to error_msg.* and strerror to use perror_msg.*. | kraai | 2000-12-18 | 1 | -2/+2 |
* | Rewrite argv munger. | kraai | 2000-12-15 | 1 | -22/+11 |
* | Forget to set final argv entry to NULL, breaking sh.c amoung | andersen | 2000-12-09 | 1 | -0/+1 |
* | when invoked as 'busybox foo args' remove the "busybox" | andersen | 2000-12-08 | 1 | -4/+25 |
* | Changed names of functions in utility.c and all affected files, to make | markw | 2000-12-07 | 1 | -2/+2 |
* | Patch from Larry Doolittle (with minor touchups from me so everything compiles | andersen | 2000-11-30 | 1 | -0/+4 |
* | Fix up builtin overrides, and hack in the binary search for finding | andersen | 2000-11-17 | 1 | -8/+0 |
* | Restore --help handling I mistakenly removed. | kraai | 2000-10-25 | 1 | -1/+4 |
* | Avoid reinventing the wheel (and thus save some space). | kraai | 2000-10-25 | 1 | -26/+13 |
* | Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search | markw | 2000-10-25 | 1 | -366/+27 |