aboutsummaryrefslogtreecommitdiff
path: root/console-tools/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)Denis Vlasenko2008-09-161-0/+15
| | | | | | | | | | build system: fixlet for echo applet config function old new delta setfont_main 157 387 +230 ctoi - 75 +75 packed_usage 24921 24950 +29
* Updating defconfig, fixing a typo in Config.inDenis Vlasenko2008-08-191-1/+1
|
* showkey: new applet by VladimirDenis Vlasenko2008-08-171-0/+6
|
* setfont: new applet by VladimirDenis Vlasenko2008-08-171-0/+6
|
* *: 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
* kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com>Denis Vlasenko2007-10-201-0/+6
| | | | | | | | | | | | | kbd_mode_main - 189 +189 packed_usage 22745 22833 +88 applets 3132 3144 +12 static.opts 7 12 +5 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/0 up/down: 294/0) Total: 294 bytes text data bss dec hex filename 777210 1000 9532 787742 c051e busybox_old 777575 1000 9532 788107 c068b busybox_unstripped
* random NOMMU fixes. compressed --help really does work for NOMMU! /me happyDenis Vlasenko2007-04-101-1/+1
|
* - revert r16191; re-add resize() applet.Bernhard Reutner-Fischer2006-10-251-0/+17
| | | | | | | text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4
* build system overhaulDenis Vlasenko2006-10-051-13/+13
|
* "I'll think about it" != "apply it now". It means I need to think about it.Rob Landley2006-09-221-17/+0
|
* - add new applet resize.Bernhard Reutner-Fischer2006-09-221-0/+17
| | | | | | text data bss dec hex filename 185 0 0 185 b9 console-tools/resize.o 255 0 0 255 ff console-tools/resize.o.print
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-0/+7
| | | | | | Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts
* setlogcons, from Jan Kaszka.Rob Landley2006-03-271-0/+6
|
* re-order a little for alphabeticalMike Frysinger2005-09-241-7/+7
|
* applying patch for bug 72:Paul Fox2005-08-011-0/+7
| | | | | | 0000072: Add applet to redirect console output via ioctl(..., TIOCCONS) applet name changed to setconsole, since suse has a very similar utility. better to treat differences as bugs than invent a new command.
* Kill off the loadacm applet. It is unused, unmaintainedEric Andersen2003-12-201-6/+0
| | | | | | garbage leftover from before I started maintaining BusyBox. As the Klingon's like to say, Today is a good day to die. -Erik
* Patch from Thomas Cameron:Eric Andersen2003-07-141-16/+16
| | | | | | | | | | | 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 Kent Robotti adding a bunch of menuconfig helpEric Andersen2003-07-031-10/+16
|
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+68
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