summaryrefslogtreecommitdiff
path: root/shell/msh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stty: fix width of a field for ppc32Denis Vlasenko2007-01-011-2/+5
* msh: double "static char line[LINELIM]" etc deleted.Denis Vlasenko2007-01-011-87/+138
* random tiny size savingsDenis Vlasenko2006-12-241-5/+3
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-1/+1
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-139/+140
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-89/+89
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-1/+1
* remove duplicate flag declsMike Frysinger2006-11-151-3/+3
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-2/+2
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-3/+3
* Make a warning go away when standalone shell is disabled.Rob Landley2006-08-101-9/+8
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-121-40/+1
* Get rid of all "#if 0" content."Robert P. J. Day"2006-07-011-44/+0
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-212/+207
* dont setpgrp() for now as it breaks system() and that is more important than ...Mike Frysinger2006-06-261-4/+0
* - convert old-style parameter declarations (K&R) to modern style.Bernhard Reutner-Fischer2006-06-251-310/+151
* assign default debug level to the MSHDEBUG defineMike Frysinger2006-06-201-2/+1
* Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH.Rob Landley2006-06-141-2/+1
* make the default prompt suck less when using fancy promptsMike Frysinger2006-06-061-2/+11
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-1/+1
* use xmalloc()Mike Frysinger2006-06-021-1/+1
* - use portability wrapper define bb_setpgrp.Bernhard Reutner-Fischer2006-05-261-1/+1
* didnt mean to commit debug enableMike Frysinger2006-05-051-1/+1
* use %p when printing pointers, not %xMike Frysinger2006-05-051-52/+54
* fix Bug 659 as reported by Robin GetzMike Frysinger2006-05-051-0/+4
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"2006-02-161-2/+2
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-1/+1
* just whitespaceTim Riker2006-01-251-3/+3
* data --> text"Vladimir N. Oleynik"2005-10-171-7/+7
* usage bb_dev_null"Vladimir N. Oleynik"2005-10-121-1/+1
* Reduce exported from msh applet"Vladimir N. Oleynik"2005-09-221-5/+6
* applyinf fix for:Paul Fox2005-07-201-1/+1
* Jonas Holmberg from axis dot com writes:Eric Andersen2004-09-021-22/+46
* Quiet a few warningsEric Andersen2004-08-271-19/+1
* Michael Leibow, MichaelLe at belkin.com writes:Eric Andersen2004-08-041-375/+1056
* Run msh through indentEric Andersen2004-08-041-1313/+1164
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortofEric Andersen2004-04-071-3/+0
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-27/+27
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-021-4/+3
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
* Patch from Jonas Holmberg, adjusted by Robert Schwebel, andEric Andersen2003-03-141-55/+144
* Fixup all the horrible broken function prototypesEric Andersen2002-12-111-37/+29
* Ensure that getenv("PATH") stays current, since otherwise cmdeditEric Andersen2002-04-261-0/+2
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-13/+13
* Add an option to make the shells not advertise their busybox natureEric Andersen2001-10-191-0/+2
* Add support for underscores in variable names.Matt Kraai2001-08-061-13/+13
* Allow multiple shells to be enabled.Matt Kraai2001-08-011-2/+2