summaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Patch from Bastian Blank to fix a problem when runing find under ash.Glenn L McGrath2003-09-151-3/+3
* Patch by Jean Wolter to fix a bug where a script wouldnt be executedGlenn L McGrath2003-09-151-1/+4
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-5/+3
* config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must dependEric Andersen2003-09-121-1/+1
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-022-5/+4
* Fix compile error and reducing size for libbb/get_console.c to previous size.Glenn L McGrath2003-09-011-2/+2
* vodz, last patch 103Glenn L McGrath2003-08-291-64/+45
* Rewrite timescmd() function to avoid the use of floating point and toManuel Novoa III2003-08-131-16/+24
* Use the new 'select' option to make the shell configEric Andersen2003-08-081-38/+27
* Latest dash update from vodzEric Andersen2003-08-061-152/+909
* Merge/rework config system per the latest from linux-2.6.0-test2.Eric Andersen2003-08-051-1/+1
* Fixup typo noticed by Nick FedchikEric Andersen2003-07-291-1/+1
* Vladimir N. Oleynik writes:Eric Andersen2003-07-292-33/+97
* This is synced from dash-0.4.17 and full ready for insert to new busyboxEric Andersen2003-07-282-6805/+7203
* Document CONFIG_ASH_CMDCMDEric Andersen2003-07-221-1/+3
* Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen2003-07-221-2/+3
* Remove remaining libc5 support codeEric Andersen2003-07-221-5/+0
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-147-16/+17
* Patch from Thomas Cameron:Eric Andersen2003-07-141-21/+21
* Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen2003-07-031-19/+21
* Major coreutils update.Manuel Novoa III2003-03-195-100/+99
* Patch from Jonas Holmberg, adjusted by Robert Schwebel, andEric Andersen2003-03-141-55/+144
* Only call free if it is necessaryEric Andersen2003-01-141-1/+2
* Minor cleanup, identified by Stewart Brodie, patch by Vladimir N.Glenn L McGrath2003-01-061-7/+4
* Correct column width for tab completion and lsGlenn L McGrath2003-01-061-19/+39
* Fix tab-tab listing of files so it properly reflects currentEric Andersen2003-01-021-3/+2
* Fix STANDALONE_SHELL and ALWAYS_WIN options, last_path_73 by Vladimir N. OleynikGlenn L McGrath2002-12-231-9/+23
* Small bugfix, last_patch72 from Vladimir N. OleynikGlenn L McGrath2002-12-111-1/+1
* Fixup all the horrible broken function prototypesEric Andersen2002-12-111-37/+29
* Squash a warning by making function declaration a proper prototypeEric Andersen2002-12-111-1/+1
* Command line history changes, lastpatch_71 from Vladimir N. OleynikGlenn L McGrath2002-12-094-38/+77
* Allow for people to select no default shellEric Andersen2002-12-061-1/+4
* Make hush comple once againEric Andersen2002-12-061-1/+1
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-052-63/+208
* - the number of commands in the history list is now configureable via theRobert Griebl2002-12-034-1/+69
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-282-11/+6
* last_patch_68 from Vladimir N. OleynikGlenn L McGrath2002-11-271-100/+62
* Teach lash to get $1 $2 $3 etc correctEric Andersen2002-11-081-1/+1
* Fix warningEric Andersen2002-10-221-0/+1
* Apply last_patch51_3 from vodzEric Andersen2002-10-221-1/+15
* Use %m, not strerror, and strerror(err) was broken anyways and should have beenEric Andersen2002-09-301-1/+1
* Don't even try to run ash on uClinux. It won't work.Eric Andersen2002-09-301-4/+4
* Avoid calling exit() from within fork/vfork'ed processes.Eric Andersen2002-09-261-3/+7
* Patch from "Joe.C" <joe@numa.com.tw>Eric Andersen2002-09-171-1/+14
* Some CML1 grammar fixesEric Andersen2002-09-011-1/+2
* Apply vodz last_path_51-2Glenn L McGrath2002-08-231-395/+171
* Run through indent, fix commentsGlenn L McGrath2002-08-221-2790/+2705
* Remove ckfree, and replace all references with free. Remove freefunc,Aaron Lehmann2002-08-021-59/+41
* A couple of small bugfixes from Marshall M. Midden <m4@brecis.com>Eric Andersen2002-07-311-3/+6
* Fixed a timing bug which occured when bb ash is run in a rxvt on theRobert Griebl2002-07-301-1/+2