aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cmdedit update from Vladimir N. Oleynik (vodz)andersen2003-12-231-22/+24
* Fix for "Broken pipe" issue, vodz last_patch116_3bug12003-11-251-1/+1
* Fix a "broken pipe" problem. vodz, last_patch_116-2bug12003-11-141-5/+1
* last_patch116 from vodz:andersen2003-10-221-10/+18
* Andreas Mohr writes:andersen2003-10-221-8/+9
* Patch by Junio C Hamano to workaround a gcc compiler bug.bug12003-09-171-22/+23
* Patch from Bastian Blank to fix a problem when runing find under ash.bug12003-09-151-3/+3
* Patch by Jean Wolter to fix a bug where a script wouldnt be executedbug12003-09-151-1/+4
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-151-5/+3
* config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must dependandersen2003-09-121-1/+1
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as onebug12003-09-022-5/+4
* Fix compile error and reducing size for libbb/get_console.c to previous size.bug12003-09-011-2/+2
* vodz, last patch 103bug12003-08-291-64/+45
* 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