aboutsummaryrefslogtreecommitdiff
path: root/init/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-041-137/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* bootchartd: new appletDenys Vlasenko2010-05-041-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | Usage: bootchartd start [PROG ARGS]|init|stop Create /var/log/bootchart.tgz with boot chart data Options: start: start background logging; with PROG, run PROG, then kill logging with USR1 stop: send USR1 to all bootchartd processes init: start background logging; stop when getty/gdm is seen (for init scripts) Under PID 1: as init, then exec $bootchart_init, /init, /sbin/init function old new delta bootchartd_main - 907 +907 dump_procs - 353 +353 packed_usage 26566 26735 +169 dump_file - 91 +91 static.dirs - 23 +23 applet_names 2176 2187 +11 applet_main 1284 1288 +4 applet_nameofs 642 644 +2 ------------------------------------------------------------------------------ (add/remove: 5/0 grow/shrink: 4/0 up/down: 1560/0) Total: 1560 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatiblyAlexander Shishkin2009-07-271-0/+20
| | | | | Signed-off-by: Alexander Shishkin <virtuoso@slind.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* - improve helptextBernhard Reutner-Fischer2009-02-141-2/+2
|
* modutils-24: use xasprintf and xzalloc where appropriate,Denis Vlasenko2009-01-311-0/+1
| | | | | | | | | | | | | remove unreachanble code build system: correct some dependencies in config system init: convert one #if into if() - for Rob. function old new delta obj_string_patch 136 129 -7 bb_init_module_24 4759 4615 -144 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-151) Total: -151 bytes
* init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent peopleDenis Vlasenko2008-10-211-8/+0
| | | | | | from selecting it in error. It has to be used ONLY for debugging init, never in production, as resulting init has serious differences.
* - remove excess whitespace (Vladimir Dronnikov)Bernhard Reutner-Fischer2008-09-011-2/+0
|
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-3/+3
| | | | - s/\. /. /g;# (me)
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-011-2/+2
| | | | | | | | | | | | | | | | | | | just build relevant source and use xxx_main functions. build system: add a special case when we have exactly one applet enabled (makes "true", "false", "basename" REALLY tiny). getopt32: do not use stdio. function old new delta getopt32 1385 1412 +27 make_device 1187 1200 +13 basename_main 120 127 +7 tcpudpsvd_main 1922 1926 +4 testcmd 5 - -5 echocmd 5 - -5 fuser_main 1243 1231 -12 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 4/1 up/down: 51/-22) Total: 29 bytes
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-1/+1
| | | | | | | | | | | | | | */Config.in: fixes to text svlogd: make it NOMMU capable function old new delta processorstart 378 420 +42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes text data bss dec hex filename 797153 662 7420 805235 c4973 busybox_old 797196 662 7420 805278 c499e busybox_unstripped
* init: fix bug 1111: restart actions were not splitting words:Denis Vlasenko2008-02-191-6/+9
| | | | | | | ::restart:/sbin/rc restart resulted in: exec of '/sbin/rc restart' failed: No such file or directory
* whitespace fixesDenis Vlasenko2008-01-071-2/+2
|
* convert #if to if -- let gcc optimize away dead code for usMike Frysinger2007-12-251-2/+1
|
* init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher <eugebo@gmail.com>)Denis Vlasenko2007-12-251-0/+20
| | | | | init: slight size optimization
* init: remove superfluous forks and messing up with argv[0]Denis Vlasenko2007-12-101-0/+1
| | | | | cttyhack: add stealing of ctty
* decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net)Denis Vlasenko2007-03-051-0/+5
|
* build system overhaulDenis Vlasenko2006-10-051-16/+16
|
* Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko2006-09-071-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_INITBernhard Reutner-Fischer2006-05-291-0/+8
|
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-5/+5
| | | | to do it in Config.in.
* remove some more config code rob missed in rev 13701 cleanup as reported by ↵Mike Frysinger2006-03-281-5/+0
| | | | Robert P. J. Day
* Re-add initrd support, unify halt/reboot/poweroff, add -n and -f options.Rob Landley2006-01-301-29/+26
|
* re-order a little for alphabeticalMike Frysinger2005-09-241-7/+7
|
* Why have a separate CONFIG_INIT_SWAPON when we already have CONFIG_SWAPONOFF?Rob Landley2005-08-301-8/+0
|
* applying patch from bug 24:Paul Fox2005-08-011-0/+11
| | | | | 0000024 03-16-05 patch: allow init to set controlling tty
* 2005-07-05 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-061-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 Andersen2004-05-261-24/+0
| | | | | People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/
* Andreas Mohr writes:Eric Andersen2003-10-221-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 Andersen2003-07-261-9/+0
| | | | Cleanup run_parts a bit and add long opts
* Support reboot, halt, and poweroff independent of busybox init.Eric Andersen2003-07-221-6/+3
| | | | | Simplify and fixup some logic. -Erik
* Patch from Thomas Cameron:Eric Andersen2003-07-141-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 Andersen2003-07-141-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 Andersen2003-07-051-3/+3
| | | | -Erik
* minit, a Minimal init system.Glenn L McGrath2003-05-111-0/+20
|
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-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