Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-25 | convert #if to if -- let gcc optimize away dead code for us | Mike Frysinger | |
2007-12-25 | init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher <eugebo@gmail.com>) | Denis Vlasenko | |
init: slight size optimization | |||
2007-12-10 | init: remove superfluous forks and messing up with argv[0] | Denis Vlasenko | |
cttyhack: add stealing of ctty | |||
2007-03-05 | decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net) | Denis Vlasenko | |
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-09-07 | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko | |
bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build. | |||
2006-05-29 | - DEBUG_INIT -> config CONFIG_DEBUG_INIT | Bernhard Reutner-Fischer | |
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | |
to do it in Config.in. | |||
2006-03-28 | remove some more config code rob missed in rev 13701 cleanup as reported by ↵ | Mike Frysinger | |
Robert P. J. Day | |||
2006-01-30 | Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. | Rob Landley | |
2005-09-24 | re-order a little for alphabetical | Mike Frysinger | |
2005-08-30 | Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF? | Rob Landley | |
2005-08-01 | applying patch from bug 24: | Paul Fox | |
0000024 03-16-05 patch: allow init to set controlling tty | |||
2005-07-06 | 2005-07-05 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | |
* init/Config.in (CONFIG_FEATURE_INIT_SWAPON): New option. * init/init.c (check_memory): Disable the swapon feature unless CONFIG_FEATURE_INIT_SWAPON is defined. | |||
2004-05-26 | As discussed, drop minit, which was not being supported in busybox. | Eric Andersen | |
People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/ | |||
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-07-26 | Move start_stop_daemon to debianutils. | Eric Andersen | |
Cleanup run_parts a bit and add long opts | |||
2003-07-22 | Support reboot, halt, and poweroff independent of busybox init. | Eric Andersen | |
Simplify and fixup some logic. -Erik | |||
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-14 | Patch from Lars Kellogg-Stedman: | Eric Andersen | |
The attached two patches add config documentation to init/Config.in and fileutils/Config.in. | |||
2003-07-05 | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen | |
-Erik | |||
2003-05-11 | minit, a Minimal init system. | Glenn L McGrath | |
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 |