summaryrefslogtreecommitdiff
path: root/shell/msh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch from vodz:Eric Andersen2001-07-121-9/+3
* Allow assignments in the export and readonly commands.Matt Kraai2001-07-121-1/+9
* Remove debugging statement.Matt Kraai2001-07-121-1/+0
* Add in a shell tagline (per lash/hush behavior) to make it easierEric Andersen2001-07-071-30/+98
* This is a busybox port of the Minix shell. It is reasonably capable,Eric Andersen2001-06-291-0/+4799