aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2002-12-09Command line history changes, lastpatch_71 from Vladimir N. OleynikGlenn L McGrath
2002-12-06Allow for people to select no default shellEric Andersen
2002-12-06Make hush comple once againEric Andersen
2002-12-05Yet another major rework of the BusyBox config system, using the considerablyEric Andersen
2002-12-03 - the number of commands in the history list is now configureable via theRobert Griebl
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2002-11-27last_patch_68 from Vladimir N. OleynikGlenn L McGrath
2002-11-08Teach lash to get $1 $2 $3 etc correctEric Andersen
2002-10-22Fix warningEric Andersen
2002-10-22Apply last_patch51_3 from vodzEric Andersen
2002-09-30Use %m, not strerror, and strerror(err) was broken anyways and should have beenEric Andersen
2002-09-30Don't even try to run ash on uClinux. It won't work.Eric Andersen
2002-09-26Avoid calling exit() from within fork/vfork'ed processes.Eric Andersen
2002-09-17Patch from "Joe.C" <joe@numa.com.tw>Eric Andersen
2002-09-01Some CML1 grammar fixesEric Andersen
2002-08-23Apply vodz last_path_51-2Glenn L McGrath
2002-08-22Run through indent, fix commentsGlenn L McGrath
2002-08-02Remove ckfree, and replace all references with free. Remove freefunc,Aaron Lehmann
2002-07-31A couple of small bugfixes from Marshall M. Midden <m4@brecis.com>Eric Andersen
2002-07-30Fixed a timing bug which occured when bb ash is run in a rxvt on theRobert Griebl
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
2002-07-11Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen
2002-07-04Patch from Stewart Brodie <stewart.brodie@pace.co.uk> to fix ash:Eric Andersen
2002-07-03Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen
2002-06-06Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar>Eric Andersen
2002-06-06Patch from vodz to only setenv PATH when PATH changes, which is muchEric Andersen
2002-06-04Fix for broken handling off BusyBox's own pwd/grp implementationsRobert Griebl
2002-05-14Add --login support. This is the bash way of starting a shell that shouldRobert Griebl
2002-04-26Ensure that getenv("PATH") stays current, since otherwise cmdeditEric Andersen
2002-04-24vodz noted this line (as imported from Debian) is wrong, and has sinceEric Andersen
2002-04-24Apply last_patch37 from vodzEric Andersen
2002-04-13Patch from Jim Treadway and Vladimir Oleynik to Add CTRL-KEric Andersen
2002-04-13Nice patch from Wolfgang Denk <wd@denx.de> to provide hush withEric Andersen
2002-04-13make ash prompt the same as other shells if cmdedit and fancypromptTim Riker
2002-04-12Completely rework the config system so that it no longer annoys me to work onEric Andersen
2002-03-20Patch from vodz to fix a potential segfaultEric Andersen
2002-01-09Make private ash config options be publicEric Andersen
2001-12-31ash patch: errname-diffAaron Lehmann
2001-12-31ash patch: initvar-diffAaron Lehmann
2001-12-31ash patch: forkshell-diffAaron Lehmann
2001-12-31ash patch: fgcmd-diffAaron Lehmann
2001-12-31ash patch: breakcmd-diffAaron Lehmann
2001-12-31ash patch: addfname-diffAaron Lehmann
2001-12-21Patch from vodz to fix broken function prototypeEric Andersen
2001-12-21Patch from vodz to implement ^L (clear screen)Eric Andersen
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai
2001-12-08Begin moving things to busybox.netEric Andersen
2001-12-06The ash ansification diff!Aaron Lehmann
2001-11-12Change strdup calls to xstrdup (patch from Steve Merrifield).Matt Kraai
2001-11-12Use fopen wrapper.Matt Kraai