| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | make a few struct bb_applet members conditional | Denis Vlasenko | 2007-04-10 | 1 | -1/+1 |
* | msh: smallish code shrinkage; cosmetics | Denis Vlasenko | 2007-04-09 | 1 | -68/+58 |
* | make pidfile writing configurable. | Denis Vlasenko | 2007-03-27 | 1 | -5/+5 |
* | inetd,ed,msh: data/bss reduction (in mss, more than 9k of it) | Denis Vlasenko | 2007-03-24 | 1 | -43/+61 |
* | dc: use common_bufsiz1 for evaluation stack | Denis Vlasenko | 2007-03-24 | 1 | -9/+8 |
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 1 | -23/+23 |
* | add STANDALONE support | Mike Frysinger | 2007-03-09 | 1 | -5/+73 |
* | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 1 | -1/+1 |
* | msh: fix my buglet | Denis Vlasenko | 2007-02-09 | 1 | -5/+8 |
* | find: support for ! | Denis Vlasenko | 2007-02-04 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | msh: cleaning up for -Wwrite-strings part #4 | Denis Vlasenko | 2007-02-01 | 1 | -270/+287 |
* | msh: cleaning up for -Wwrite-strings part #3 | Denis Vlasenko | 2007-02-01 | 1 | -61/+57 |
* | msh: cleaning up for -Wwrite-strings part #2 | Denis Vlasenko | 2007-02-01 | 1 | -675/+648 |
* | msh: cleaning up for -Wwrite-strings | Denis Vlasenko | 2007-02-01 | 1 | -196/+236 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -14/+14 |
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | 2007-01-22 | 1 | -14/+14 |
* | Convert cmdedit into more generic line input facility | Denis Vlasenko | 2007-01-22 | 1 | -10/+16 |
* | stty: fix width of a field for ppc32 | Denis Vlasenko | 2007-01-01 | 1 | -2/+5 |
* | msh: double "static char line[LINELIM]" etc deleted. | Denis Vlasenko | 2007-01-01 | 1 | -87/+138 |
* | random tiny size savings | Denis Vlasenko | 2006-12-24 | 1 | -5/+3 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 1 | -1/+1 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -139/+140 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 1 | -89/+89 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -1/+1 |
* | remove duplicate flag decls | Mike Frysinger | 2006-11-15 | 1 | -3/+3 |
* | silly size savings and capitalization fixes | Denis Vlasenko | 2006-10-26 | 1 | -2/+2 |
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -3/+3 |
* | Make a warning go away when standalone shell is disabled. | Rob Landley | 2006-08-10 | 1 | -9/+8 |
* | A couple things that got tangled up in my tree, easier to check in both than | Rob Landley | 2006-07-12 | 1 | -40/+1 |
* | Get rid of all "#if 0" content. | "Robert P. J. Day" | 2006-07-01 | 1 | -44/+0 |
* | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" | 2006-07-01 | 1 | -212/+207 |
* | dont setpgrp() for now as it breaks system() and that is more important than ... | Mike Frysinger | 2006-06-26 | 1 | -4/+0 |
* | - convert old-style parameter declarations (K&R) to modern style. | Bernhard Reutner-Fischer | 2006-06-25 | 1 | -310/+151 |
* | assign default debug level to the MSHDEBUG define | Mike Frysinger | 2006-06-20 | 1 | -2/+1 |
* | Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH. | Rob Landley | 2006-06-14 | 1 | -2/+1 |
* | make the default prompt suck less when using fancy prompts | Mike Frysinger | 2006-06-06 | 1 | -2/+11 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 1 | -1/+1 |
* | use xmalloc() | Mike Frysinger | 2006-06-02 | 1 | -1/+1 |
* | - use portability wrapper define bb_setpgrp. | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -1/+1 |
* | didnt mean to commit debug enable | Mike Frysinger | 2006-05-05 | 1 | -1/+1 |
* | use %p when printing pointers, not %x | Mike Frysinger | 2006-05-05 | 1 | -52/+54 |
* | fix Bug 659 as reported by Robin Getz | Mike Frysinger | 2006-05-05 | 1 | -0/+4 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | moved BB_BANNER to applets/version.c file: make kernel like version, | "Vladimir N. Oleynik" | 2006-02-16 | 1 | -2/+2 |
* | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -3/+3 |
* | data --> text | "Vladimir N. Oleynik" | 2005-10-17 | 1 | -7/+7 |
* | usage bb_dev_null | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -1/+1 |
* | Reduce exported from msh applet | "Vladimir N. Oleynik" | 2005-09-22 | 1 | -5/+6 |