aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite timescmd() function to avoid the use of floating point and tomjn32003-08-131-16/+24
* Use the new 'select' option to make the shell configandersen2003-08-081-38/+27
* Latest dash update from vodzandersen2003-08-061-152/+909
* Merge/rework config system per the latest from linux-2.6.0-test2.andersen2003-08-051-1/+1
* Fixup typo noticed by Nick Fedchikandersen2003-07-291-1/+1
* Vladimir N. Oleynik writes:andersen2003-07-292-33/+97
* This is synced from dash-0.4.17 and full ready for insert to new busyboxandersen2003-07-282-6805/+7203
* Document CONFIG_ASH_CMDCMDandersen2003-07-221-1/+3
* Patch from Terje Kvernes adding quite a lot of missing documentationandersen2003-07-221-2/+3
* Remove remaining libc5 support codeandersen2003-07-221-5/+0
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-147-16/+17
* Patch from Thomas Cameron:andersen2003-07-141-21/+21
* Patch from Kent Robotti adding a bunch of menuconfig helpandersen2003-07-031-19/+21
* Major coreutils update.mjn32003-03-195-100/+99
* Patch from Jonas Holmberg, adjusted by Robert Schwebel, andandersen2003-03-141-55/+144
* Only call free if it is necessaryandersen2003-01-141-1/+2
* Minor cleanup, identified by Stewart Brodie, patch by Vladimir N.bug12003-01-061-7/+4
* Correct column width for tab completion and lsbug12003-01-061-19/+39
* Fix tab-tab listing of files so it properly reflects currentandersen2003-01-021-3/+2
* Fix STANDALONE_SHELL and ALWAYS_WIN options, last_path_73 by Vladimir N. Oleynikbug12002-12-231-9/+23
* Small bugfix, last_patch72 from Vladimir N. Oleynikbug12002-12-111-1/+1
* Fixup all the horrible broken function prototypesandersen2002-12-111-37/+29
* Squash a warning by making function declaration a proper prototypeandersen2002-12-111-1/+1
* Command line history changes, lastpatch_71 from Vladimir N. Oleynikbug12002-12-094-38/+77
* Allow for people to select no default shellandersen2002-12-061-1/+4
* Make hush comple once againandersen2002-12-061-1/+1
* Yet another major rework of the BusyBox config system, using the considerablyandersen2002-12-052-63/+208
* - the number of commands in the history list is now configureable via thesandman2002-12-034-1/+69
* Change if(x)free(x); to free(x);aaronl2002-11-282-11/+6
* last_patch_68 from Vladimir N. Oleynikbug12002-11-271-100/+62
* Teach lash to get $1 $2 $3 etc correctandersen2002-11-081-1/+1
* Fix warningandersen2002-10-221-0/+1
* Apply last_patch51_3 from vodzandersen2002-10-221-1/+15
* Use %m, not strerror, and strerror(err) was broken anyways and should have beenandersen2002-09-301-1/+1
* Don't even try to run ash on uClinux. It won't work.andersen2002-09-301-4/+4
* Avoid calling exit() from within fork/vfork'ed processes.andersen2002-09-261-3/+7
* Patch from "Joe.C" <joe@numa.com.tw>andersen2002-09-171-1/+14
* Some CML1 grammar fixesandersen2002-09-011-1/+2
* Apply vodz last_path_51-2bug12002-08-231-395/+171
* Run through indent, fix commentsbug12002-08-221-2790/+2705
* Remove ckfree, and replace all references with free. Remove freefunc,aaronl2002-08-021-59/+41
* A couple of small bugfixes from Marshall M. Midden <m4@brecis.com>andersen2002-07-311-3/+6
* Fixed a timing bug which occured when bb ash is run in a rxvt on thesandman2002-07-301-1/+2
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)sandman2002-07-191-2/+1
* Fixup warnings and undefined operations that show up in gcc-3.1andersen2002-07-111-2/+2
* Patch from Stewart Brodie <stewart.brodie@pace.co.uk> to fix ash:andersen2002-07-041-6/+4
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-032-3/+3
* Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar>andersen2002-06-061-1/+1
* Patch from vodz to only setenv PATH when PATH changes, which is muchandersen2002-06-061-3/+3
* Fix for broken handling off BusyBox's own pwd/grp implementationssandman2002-06-041-2/+2