Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-12 | sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL' | Eric Andersen | |
could be included into application space via the kernel config option of the same name, nasty compilation problems could result. | |||
2005-09-05 | Bernhard Fischer pointed out that CONFIG_FEATURE_MOUNT_FORCE no longer exists. | Rob Landley | |
2005-06-23 | Enabling runtime SUID/SGID configuration via /etc/busybox.conf | Eric 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-06-20 | Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use | Rob Landley | |
some more work to shrink them down. | |||
2005-04-29 | On 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-24 | add new subdir for e2fsprogs | Mike Frysinger | |
2004-07-20 | Update the default config to not ask stuff | Eric Andersen | |
2004-05-25 | Do 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-07 | Update the default config | Eric Andersen | |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-02-05 | Elaborate on CONFIG_SELINUX, and explain that most people should | Eric Andersen | |
not enbable this option. | |||
2003-12-20 | Kill off the loadacm applet. It is unused, unmaintained | Eric 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-08 | Rob Landley writes: | Eric Andersen | |
Remove three entries in defconfig that config no longer has. Rob | |||
2003-10-22 | Andreas 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-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 |