summaryrefslogtreecommitdiff
path: root/shell/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typoGlenn L McGrath2004-09-241-2/+2
|
* A bit of extra explanation regarding STANDALONEEric Andersen2004-09-241-0/+5
|
* Patch from Bastian Blank:Eric Andersen2004-06-221-0/+9
| | | | | | | | | | | | The updated patch adds a config option to explicitely enable 64 bit arithmetic. Also it removes the arith prototype from libbb.h as it is not used outside of ash. Bastian this patch has been slightly modified by Erik for cleanliness.
* Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortofEric Andersen2004-04-071-10/+8
| | | | stupid and didn't work properly anyways.
* Patch from vodz to fix the dynamic vars patch, which I should notEric Andersen2004-03-161-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have checked in. Vladimir writes: Your patch have many problem. 1. You always added + time(). This cannot reset RANDOM=value for debuging with replay sequential. 2. Hmm. I examine bash 2.04 source. This pseudorandom generator use low bits of counter value. You use high bits. This make bad pseudorandom values after have 0-value. For example, if + time() do remove, your generator always return 0 after first generate 0. 3. Memory leak per call. Use ash-unlike unecessary bb_strdup function. 4. Unsupport show last $RANDOM value for "set" and "export" command. 5. Bloat code. Busybox-unlike patch - added unstandart feature as default hardcode. Last patch attached. Erik, why you apply Paul patch with have 5-th point problem? :( Last patch have ash change xwrite() to fresh libbb/bb_full_write interfase (haved loop after EINTR). --w vodz
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Declare dependencies of command line editing in the build systemGlenn L McGrath2004-01-031-34/+33
|
* Andreas Mohr writes:Eric Andersen2003-10-221-8/+9
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must dependEric Andersen2003-09-121-1/+1
| | | | on CONFIG_FEATURE_SH_STANDALONE_SHELL.
* Use the new 'select' option to make the shell configEric Andersen2003-08-081-38/+27
| | | | | much less evil and far more obvious. -Erik
* Merge/rework config system per the latest from linux-2.6.0-test2.Eric Andersen2003-08-051-1/+1
| | | | | Fix the config bugs revealed by the updated config system. -Erik
* 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
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-21/+21
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen2003-07-031-19/+21
|
* Command line history changes, lastpatch_71 from Vladimir N. OleynikGlenn L McGrath2002-12-091-7/+8
|
* Allow for people to select no default shellEric Andersen2002-12-061-1/+4
|
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+208
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik