Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init: remove superfluous forks and messing up with argv[0] | Denis Vlasenko | 2007-12-10 | 1 | -0/+1 |
| | | | | | cttyhack: add stealing of ctty | ||||
* | decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net) | Denis Vlasenko | 2007-03-05 | 1 | -0/+5 |
| | |||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -16/+16 |
| | |||||
* | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko | 2006-09-07 | 1 | -0/+1 |
| | | | | | | | | 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. | ||||
* | - DEBUG_INIT -> config CONFIG_DEBUG_INIT | Bernhard Reutner-Fischer | 2006-05-29 | 1 | -0/+8 |
| | |||||
* | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | 2006-04-13 | 1 | -5/+5 |
| | | | | to do it in Config.in. | ||||
* | remove some more config code rob missed in rev 13701 cleanup as reported by ↵ | Mike Frysinger | 2006-03-28 | 1 | -5/+0 |
| | | | | Robert P. J. Day | ||||
* | Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options. | Rob Landley | 2006-01-30 | 1 | -29/+26 |
| | |||||
* | re-order a little for alphabetical | Mike Frysinger | 2005-09-24 | 1 | -7/+7 |
| | |||||
* | Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF? | Rob Landley | 2005-08-30 | 1 | -8/+0 |
| | |||||
* | applying patch from bug 24: | Paul Fox | 2005-08-01 | 1 | -0/+11 |
| | | | | | 0000024 03-16-05 patch: allow init to set controlling tty | ||||
* | 2005-07-05 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | 2005-07-06 | 1 | -0/+8 |
| | | | | | | * 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. | ||||
* | As discussed, drop minit, which was not being supported in busybox. | Eric Andersen | 2004-05-26 | 1 | -24/+0 |
| | | | | | People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/ | ||||
* | Andreas Mohr writes: | Eric Andersen | 2003-10-22 | 1 | -3/+2 |
| | | | | | | | | | | | 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 | ||||
* | Move start_stop_daemon to debianutils. | Eric Andersen | 2003-07-26 | 1 | -9/+0 |
| | | | | Cleanup run_parts a bit and add long opts | ||||
* | Support reboot, halt, and poweroff independent of busybox init. | Eric Andersen | 2003-07-22 | 1 | -6/+3 |
| | | | | | Simplify and fixup some logic. -Erik | ||||
* | Patch from Thomas Cameron: | Eric Andersen | 2003-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | 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 Lars Kellogg-Stedman: | Eric Andersen | 2003-07-14 | 1 | -8/+19 |
| | | | | | The attached two patches add config documentation to init/Config.in and fileutils/Config.in. | ||||
* | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen | 2003-07-05 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | minit, a Minimal init system. | Glenn L McGrath | 2003-05-11 | 1 | -0/+20 |
| | |||||
* | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | 2002-12-05 | 1 | -0/+78 |
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 |