Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-01-03 | Declare dependencies of command line editing in the build system | Glenn L McGrath | |
2003-10-22 | Andreas Mohr writes: | Eric Andersen | |
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 | |||
2003-09-12 | config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend | Eric Andersen | |
on CONFIG_FEATURE_SH_STANDALONE_SHELL. | |||
2003-08-08 | Use the new 'select' option to make the shell config | Eric Andersen | |
much less evil and far more obvious. -Erik | |||
2003-08-05 | Merge/rework config system per the latest from linux-2.6.0-test2. | Eric Andersen | |
Fix the config bugs revealed by the updated config system. -Erik | |||
2003-07-22 | Document CONFIG_ASH_CMDCMD | Eric Andersen | |
2003-07-22 | Patch from Terje Kvernes adding quite a lot of missing documentation | Eric Andersen | |
2003-07-14 | Patch from Thomas Cameron: | Eric Andersen | |
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. | |||
2003-07-03 | Patch from Kent Robotti adding a bunch of menuconfig help | Eric Andersen | |
2002-12-09 | Command line history changes, lastpatch_71 from Vladimir N. Oleynik | Glenn L McGrath | |
2002-12-06 | Allow for people to select no default shell | Eric Andersen | |
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | |
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 |