summaryrefslogtreecommitdiff
path: root/sysdeps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the default config to not ask stuffEric Andersen2004-07-201-0/+1
|
* Do not prompt about FDISK large disk support when LFS is enabled.Eric Andersen2004-05-251-13/+27
| | | | | | Resolve a dependancy problem with the various malloc debug libs and make them mutually exclusive. -Erik
* Update the default configEric Andersen2004-04-071-50/+81
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-10/+10
|
* Elaborate on CONFIG_SELINUX, and explain that most people shouldEric Andersen2004-02-051-0/+8
| | | | not enbable this option.
* Kill off the loadacm applet. It is unused, unmaintainedEric Andersen2003-12-201-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 Andersen2003-11-081-3/+0
| | | | | | Remove three entries in defconfig that config no longer has. Rob
* Andreas Mohr writes:Eric Andersen2003-10-221-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 someGlenn L McGrath2003-09-091-100/+195
| | | | unused entries.
* 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
* eliminate DOSTATIC, DODEBUG, etc and name them sensiblyEric Andersen2003-07-221-24/+35
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-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 Andersen2003-07-031-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 coreuilsGlenn L McGrath2003-02-151-3/+1
|
* Specify install path, patch by Nick FedchikGlenn L McGrath2003-02-091-0/+8
|
* Compile option to avoid using /usr directory, patch by Bastian BlankGlenn L McGrath2003-01-191-0/+11
|
* Don't build the ncurses stuff unless it is specifically asked forEric Andersen2002-12-131-0/+4
| | | | -Erik
* Put stuff back into a sub-menuEric Andersen2002-12-051-0/+2
|
* Kill the now obsolete docs/Configure.help file, and move all existingEric Andersen2002-12-051-7/+29
| | | | | help texts into their respective Config.in file. -Erik
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-052-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 McGrath2002-11-111-2/+3
|
* Config feature DEVPTS defined and used in telnetd, by Pavel RoskinGlenn L McGrath2002-11-101-0/+5
|
* Make uncompress a seperate applet so it doesnt pull in all the gunzip codeGlenn L McGrath2002-11-011-1/+0
|
* Some CML1 grammar fixesEric Andersen2002-09-011-1/+1
| | | | -Erik
* Added a compile time option to suppress the "Using fallback.." messageRobert Griebl2002-07-181-0/+3
| | | | if no busybox.conf file is existant.
* Cleanup shadow.h stuff so it behaves as intendedEric Andersen2002-07-031-4/+0
| | | | -Erik
* Implement two types of suid/sgid support for BusyBox:Robert Griebl2002-06-041-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( ) callsRobert Griebl2002-05-151-0/+1
| | | | | (configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip)
* Some more minor build cleanupsEric Andersen2001-11-101-27/+36
|
* Cleanup some config problems. Add a sane default config that basicallyEric Andersen2001-11-102-6/+294
| | | | matches the default old Config.h
* more config.in entries from Giulio Orsero <giulioo@pobox.com>Eric Andersen2001-11-101-0/+13
| | | | with some minor edits by me.
* Oops. I forgot pwd_group/config.inEric Andersen2001-10-251-0/+1
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-242-0/+23
-Erik