Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-09 | Update the config file by running it from menuconfig, get rid of some | Glenn L McGrath | |
unused entries. | |||
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 | eliminate DOSTATIC, DODEBUG, etc and name them sensibly | 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 Russell Coker: | Eric Andersen | |
I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox. | |||
2003-02-15 | Merge fileutils, textutils and shellutils into coreuils | Glenn L McGrath | |
2003-02-09 | Specify install path, patch by Nick Fedchik | Glenn L McGrath | |
2003-01-19 | Compile option to avoid using /usr directory, patch by Bastian Blank | Glenn L McGrath | |
2002-12-13 | Don't build the ncurses stuff unless it is specifically asked for | Eric Andersen | |
-Erik | |||
2002-12-05 | Put stuff back into a sub-menu | Eric Andersen | |
2002-12-05 | Kill the now obsolete docs/Configure.help file, and move all existing | Eric Andersen | |
help texts into their respective Config.in file. -Erik | |||
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 | |||
2002-11-11 | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath | |
2002-11-10 | Config feature DEVPTS defined and used in telnetd, by Pavel Roskin | Glenn L McGrath | |
2002-11-01 | Make uncompress a seperate applet so it doesnt pull in all the gunzip code | Glenn L McGrath | |
2002-09-01 | Some CML1 grammar fixes | Eric Andersen | |
-Erik | |||
2002-07-18 | Added a compile time option to suppress the "Using fallback.." message | Robert Griebl | |
if no busybox.conf file is existant. | |||
2002-07-03 | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen | |
-Erik | |||
2002-06-04 | Implement 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-15 | Support old-style compress (.Z) files via libbb / unzip( ) calls | Robert Griebl | |
(configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) | |||
2001-11-10 | Some more minor build cleanups | Eric Andersen | |
2001-11-10 | Cleanup some config problems. Add a sane default config that basically | Eric Andersen | |
matches the default old Config.h | |||
2001-11-10 | more config.in entries from Giulio Orsero <giulioo@pobox.com> | Eric Andersen | |
with some minor edits by me. | |||
2001-10-25 | Oops. I forgot pwd_group/config.in | Eric Andersen | |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen | |
-Erik |