| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | applyinf fix for: | Paul Fox | 2005-07-20 | 1 | -1/+1 |
* | Jonas Holmberg from axis dot com writes: | Eric Andersen | 2004-09-02 | 1 | -22/+46 |
* | Quiet a few warnings | Eric Andersen | 2004-08-27 | 1 | -19/+1 |
* | Michael Leibow, MichaelLe at belkin.com writes: | Eric Andersen | 2004-08-04 | 1 | -375/+1056 |
* | Run msh through indent | Eric Andersen | 2004-08-04 | 1 | -1313/+1164 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
* | Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof | Eric Andersen | 2004-04-07 | 1 | -3/+0 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -27/+27 |
* | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one | Glenn L McGrath | 2003-09-02 | 1 | -4/+3 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -3/+3 |
* | Patch from Jonas Holmberg, adjusted by Robert Schwebel, and | Eric Andersen | 2003-03-14 | 1 | -55/+144 |
* | Fixup all the horrible broken function prototypes | Eric Andersen | 2002-12-11 | 1 | -37/+29 |
* | Ensure that getenv("PATH") stays current, since otherwise cmdedit | Eric Andersen | 2002-04-26 | 1 | -0/+2 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -13/+13 |
* | Add an option to make the shells not advertise their busybox nature | Eric Andersen | 2001-10-19 | 1 | -0/+2 |
* | Add support for underscores in variable names. | Matt Kraai | 2001-08-06 | 1 | -13/+13 |
* | Allow multiple shells to be enabled. | Matt Kraai | 2001-08-01 | 1 | -2/+2 |