aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux/Config.in
AgeCommit message (Collapse)Author
2005-06-23Enabling runtime SUID/SGID configuration via /etc/busybox.confEric Andersen
is not a very good default. Better to default to having it off and let people get the default behavior. If they want to enable /etc/busybox.conf they should explicitly ask for it.
2005-04-29On Wednesday 27 April 2005 05:23 am, Patrick Huesmann wrote:Rob Landley
> This is really confusing for users who don't know all details of the > *nix file permission system. > Today, I changed my busybox system to use CONFIG_FEATURE_SUID_CONFIG. > After fighting with the file permissions for hours, I decided that > updating the documentation might be a good idea.
2005-04-24add new subdir for e2fsprogsMike Frysinger
2004-05-25Do not prompt about FDISK large disk support when LFS is enabled.Eric Andersen
Resolve a dependancy problem with the various malloc debug libs and make them mutually exclusive. -Erik
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-05Elaborate on CONFIG_SELINUX, and explain that most people shouldEric Andersen
not enbable this option.
2003-10-22Andreas 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-08-05Merge/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-22eliminate DOSTATIC, DODEBUG, etc and name them sensiblyEric Andersen
2003-07-14Patch 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-03Patch from Russell Coker:Eric Andersen
I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox.
2003-02-15Merge fileutils, textutils and shellutils into coreuilsGlenn L McGrath
2003-02-09Specify install path, patch by Nick FedchikGlenn L McGrath
2003-01-19Compile option to avoid using /usr directory, patch by Bastian BlankGlenn L McGrath
2002-12-13Don't build the ncurses stuff unless it is specifically asked forEric Andersen
-Erik
2002-12-05Put stuff back into a sub-menuEric Andersen
2002-12-05Kill the now obsolete docs/Configure.help file, and move all existingEric Andersen
help texts into their respective Config.in file. -Erik
2002-12-05Yet another major rework of the BusyBox config system, using the considerablyEric 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