aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)Author
2004-07-20Update the default config to not ask stuffEric Andersen
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-04-07Update the default configEric Andersen
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-12-20Kill off the loadacm applet. It is unused, unmaintainedEric Andersen
garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik
2003-11-08Rob Landley writes:Eric Andersen
Remove three entries in defconfig that config no longer has. Rob
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-09-09Update the config file by running it from menuconfig, get rid of someGlenn L McGrath
unused entries.
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
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath
2002-11-10Config feature DEVPTS defined and used in telnetd, by Pavel RoskinGlenn L McGrath
2002-11-01Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath
2002-09-01Some CML1 grammar fixesEric Andersen
-Erik
2002-07-18Added a compile time option to suppress the "Using fallback.." messageRobert Griebl
if no busybox.conf file is existant.
2002-07-03Cleanup shadow.h stuff so it behaves as intendedEric Andersen
-Erik
2002-06-04Implement two types of suid/sgid support for BusyBox:Robert Griebl
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]
2002-05-15Support old-style compress (.Z) files via libbb / unzip( ) callsRobert Griebl
(configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip)
2001-11-10Some more minor build cleanupsEric Andersen
2001-11-10Cleanup some config problems. Add a sane default config that basicallyEric Andersen
matches the default old Config.h
2001-11-10more config.in entries from Giulio Orsero <giulioo@pobox.com>Eric Andersen
with some minor edits by me.
2001-10-25Oops. I forgot pwd_group/config.inEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
-Erik