aboutsummaryrefslogtreecommitdiff
path: root/shell/msh.c
AgeCommit message (Expand)Author
2007-01-22cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko
2007-01-22Convert cmdedit into more generic line input facilityDenis Vlasenko
2007-01-01stty: fix width of a field for ppc32Denis Vlasenko
2007-01-01msh: double "static char line[LINELIM]" etc deleted.Denis Vlasenko
2006-12-24random tiny size savingsDenis Vlasenko
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko
2006-11-15remove duplicate flag declsMike Frysinger
2006-10-26silly size savings and capitalization fixesDenis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-08-10Make a warning go away when standalone shell is disabled.Rob Landley
2006-07-12A couple things that got tangled up in my tree, easier to check in both thanRob Landley
2006-07-01Get rid of all "#if 0" content."Robert P. J. Day"
2006-07-01Remove all usage of the "register" storage class specifier."Robert P. J. Day"
2006-06-26dont setpgrp() for now as it breaks system() and that is more important than ...Mike Frysinger
2006-06-25- convert old-style parameter declarations (K&R) to modern style.Bernhard Reutner-Fischer
2006-06-20assign default debug level to the MSHDEBUG defineMike Frysinger
2006-06-14Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH.Rob Landley
2006-06-06make the default prompt suck less when using fancy promptsMike Frysinger
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-06-02use xmalloc()Mike Frysinger
2006-05-26- use portability wrapper define bb_setpgrp.Bernhard Reutner-Fischer
2006-05-05didnt mean to commit debug enableMike Frysinger
2006-05-05use %p when printing pointers, not %xMike Frysinger
2006-05-05fix Bug 659 as reported by Robin GetzMike Frysinger
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-02-16moved BB_BANNER to applets/version.c file: make kernel like version, "Vladimir N. Oleynik"
2006-01-30fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-25just whitespaceTim Riker
2005-10-17data --> text"Vladimir N. Oleynik"
2005-10-12usage bb_dev_null"Vladimir N. Oleynik"
2005-09-22Reduce exported from msh applet"Vladimir N. Oleynik"
2005-07-20applyinf fix for:Paul Fox
2004-09-02Jonas Holmberg from axis dot com writes:Eric Andersen
2004-08-27Quiet a few warningsEric Andersen
2004-08-04Michael Leibow, MichaelLe at belkin.com writes:Eric Andersen
2004-08-04Run msh through indentEric Andersen
2004-04-14Larry Doolittle writes:Eric Andersen
2004-04-07Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortofEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-03-14Patch from Jonas Holmberg, adjusted by Robert Schwebel, andEric Andersen
2002-12-11Fixup all the horrible broken function prototypesEric Andersen
2002-04-26Ensure that getenv("PATH") stays current, since otherwise cmdeditEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-10-19Add an option to make the shells not advertise their busybox natureEric Andersen