Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the default config to not ask stuff | Eric Andersen | 2004-07-20 | 1 | -0/+1 |
| | |||||
* | Do not prompt about FDISK large disk support when LFS is enabled. | Eric Andersen | 2004-05-25 | 1 | -13/+27 |
| | | | | | | Resolve a dependancy problem with the various malloc debug libs and make them mutually exclusive. -Erik | ||||
* | Update the default config | Eric Andersen | 2004-04-07 | 1 | -50/+81 |
| | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -10/+10 |
| | |||||
* | Elaborate on CONFIG_SELINUX, and explain that most people should | Eric Andersen | 2004-02-05 | 1 | -0/+8 |
| | | | | not enbable this option. | ||||
* | Kill off the loadacm applet. It is unused, unmaintained | Eric Andersen | 2003-12-20 | 1 | -1/+0 |
| | | | | | | garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik | ||||
* | Rob Landley writes: | Eric Andersen | 2003-11-08 | 1 | -3/+0 |
| | | | | | | Remove three entries in defconfig that config no longer has. Rob | ||||
* | Andreas Mohr writes: | Eric Andersen | 2003-10-22 | 1 | -8/+8 |
| | | | | | | | | | | | 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 | ||||
* | Update the config file by running it from menuconfig, get rid of some | Glenn L McGrath | 2003-09-09 | 1 | -100/+195 |
| | | | | unused entries. | ||||
* | Merge/rework config system per the latest from linux-2.6.0-test2. | Eric Andersen | 2003-08-05 | 1 | -1/+1 |
| | | | | | Fix the config bugs revealed by the updated config system. -Erik | ||||
* | eliminate DOSTATIC, DODEBUG, etc and name them sensibly | Eric Andersen | 2003-07-22 | 1 | -24/+35 |
| | |||||
* | Patch from Thomas Cameron: | Eric Andersen | 2003-07-14 | 1 | -5/+5 |
| | | | | | | | | | | | 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 Russell Coker: | Eric Andersen | 2003-07-03 | 1 | -0/+7 |
| | | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox. | ||||
* | Merge fileutils, textutils and shellutils into coreuils | Glenn L McGrath | 2003-02-15 | 1 | -3/+1 |
| | |||||
* | Specify install path, patch by Nick Fedchik | Glenn L McGrath | 2003-02-09 | 1 | -0/+8 |
| | |||||
* | Compile option to avoid using /usr directory, patch by Bastian Blank | Glenn L McGrath | 2003-01-19 | 1 | -0/+11 |
| | |||||
* | Don't build the ncurses stuff unless it is specifically asked for | Eric Andersen | 2002-12-13 | 1 | -0/+4 |
| | | | | -Erik | ||||
* | Put stuff back into a sub-menu | Eric Andersen | 2002-12-05 | 1 | -0/+2 |
| | |||||
* | Kill the now obsolete docs/Configure.help file, and move all existing | Eric Andersen | 2002-12-05 | 1 | -7/+29 |
| | | | | | help texts into their respective Config.in file. -Erik | ||||
* | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | 2002-12-05 | 2 | -49/+209 |
| | | | | | | | | 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 | ||||
* | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath | 2002-11-11 | 1 | -2/+3 |
| | |||||
* | Config feature DEVPTS defined and used in telnetd, by Pavel Roskin | Glenn L McGrath | 2002-11-10 | 1 | -0/+5 |
| | |||||
* | Make uncompress a seperate applet so it doesnt pull in all the gunzip code | Glenn L McGrath | 2002-11-01 | 1 | -1/+0 |
| | |||||
* | Some CML1 grammar fixes | Eric Andersen | 2002-09-01 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Added a compile time option to suppress the "Using fallback.." message | Robert Griebl | 2002-07-18 | 1 | -0/+3 |
| | | | | if no busybox.conf file is existant. | ||||
* | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen | 2002-07-03 | 1 | -4/+0 |
| | | | | -Erik | ||||
* | Implement two types of suid/sgid support for BusyBox: | Robert Griebl | 2002-06-04 | 1 | -1/+9 |
| | | | | | | 1) tinylogin like with compile time selection and a chown root.root 2) Runtime configurable via /etc/busybox.conf (docu is in the works) [Parts of this patch may overlap with my other two patches] | ||||
* | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | 2002-05-15 | 1 | -0/+1 |
| | | | | | (configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) | ||||
* | Some more minor build cleanups | Eric Andersen | 2001-11-10 | 1 | -27/+36 |
| | |||||
* | Cleanup some config problems. Add a sane default config that basically | Eric Andersen | 2001-11-10 | 2 | -6/+294 |
| | | | | matches the default old Config.h | ||||
* | more config.in entries from Giulio Orsero <giulioo@pobox.com> | Eric Andersen | 2001-11-10 | 1 | -0/+13 |
| | | | | with some minor edits by me. | ||||
* | Oops. I forgot pwd_group/config.in | Eric Andersen | 2001-10-25 | 1 | -0/+1 |
| | |||||
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 2 | -0/+23 |
-Erik |