Update menuconfig items with approximate applet sizes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c
index 6355cc1..c91527f 100644
--- a/miscutils/adjtimex.c
+++ b/miscutils/adjtimex.c
@@ -11,7 +11,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config ADJTIMEX
-//config:	bool "adjtimex"
+//config:	bool "adjtimex (4.5 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/chat.c b/miscutils/chat.c
index 8df1945..a1dc753 100644
--- a/miscutils/chat.c
+++ b/miscutils/chat.c
@@ -8,7 +8,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config CHAT
-//config:	bool "chat"
+//config:	bool "chat (6.6 kb)"
 //config:	default y
 //config:	help
 //config:	  Simple chat utility.
diff --git a/miscutils/conspy.c b/miscutils/conspy.c
index 1f0278b..22a6918 100644
--- a/miscutils/conspy.c
+++ b/miscutils/conspy.c
@@ -10,7 +10,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config CONSPY
-//config:	bool "conspy"
+//config:	bool "conspy (10 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/crond.c b/miscutils/crond.c
index c0c8bef..8d24f29 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -9,7 +9,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config CROND
-//config:	bool "crond"
+//config:	bool "crond (13 kb)"
 //config:	default y
 //config:	select FEATURE_SYSLOG
 //config:	help
diff --git a/miscutils/crontab.c b/miscutils/crontab.c
index bcd4245..4093075 100644
--- a/miscutils/crontab.c
+++ b/miscutils/crontab.c
@@ -10,7 +10,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config CRONTAB
-//config:	bool "crontab"
+//config:	bool "crontab (9.7 kb)"
 //config:	default y
 //config:	help
 //config:	  Crontab manipulates the crontab for a particular user. Only
diff --git a/miscutils/dc.c b/miscutils/dc.c
index 7986fef..d4cd499 100644
--- a/miscutils/dc.c
+++ b/miscutils/dc.c
@@ -3,7 +3,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config DC
-//config:	bool "dc"
+//config:	bool "dc (4.2 kb)"
 //config:	default y
 //config:	help
 //config:	  Dc is a reverse-polish desk calculator which supports unlimited
diff --git a/miscutils/devmem.c b/miscutils/devmem.c
index aeb32b1..ec911a7 100644
--- a/miscutils/devmem.c
+++ b/miscutils/devmem.c
@@ -4,7 +4,7 @@
  *  Copyright (C) 2008, BusyBox Team. -solar 4/26/08
  */
 //config:config DEVMEM
-//config:	bool "devmem"
+//config:	bool "devmem (2.5 kb)"
 //config:	default y
 //config:	help
 //config:	  devmem is a small program that reads and writes from physical
diff --git a/miscutils/fbsplash.c b/miscutils/fbsplash.c
index fc6c9b9..4c891de 100644
--- a/miscutils/fbsplash.c
+++ b/miscutils/fbsplash.c
@@ -21,7 +21,7 @@
  *   "exit" (or just close fifo) - well you guessed it.
  */
 //config:config FBSPLASH
-//config:	bool "fbsplash"
+//config:	bool "fbsplash (27 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/flash_eraseall.c b/miscutils/flash_eraseall.c
index 2a9bd6c..b64fda3 100644
--- a/miscutils/flash_eraseall.c
+++ b/miscutils/flash_eraseall.c
@@ -10,7 +10,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config FLASH_ERASEALL
-//config:	bool "flash_eraseall"
+//config:	bool "flash_eraseall (5.5 kb)"
 //config:	default n  # doesn't build on Ubuntu 8.04
 //config:	help
 //config:	  The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
diff --git a/miscutils/flash_lock_unlock.c b/miscutils/flash_lock_unlock.c
index 003496d..00de3da 100644
--- a/miscutils/flash_lock_unlock.c
+++ b/miscutils/flash_lock_unlock.c
@@ -4,14 +4,14 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config FLASH_LOCK
-//config:	bool "flash_lock"
+//config:	bool "flash_lock (2.1 kb)"
 //config:	default n  # doesn't build on Ubuntu 8.04
 //config:	help
 //config:	  The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This
 //config:	  utility locks part or all of the flash device.
 //config:
 //config:config FLASH_UNLOCK
-//config:	bool "flash_unlock"
+//config:	bool "flash_unlock (1.3 kb)"
 //config:	default n  # doesn't build on Ubuntu 8.04
 //config:	help
 //config:	  The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This
diff --git a/miscutils/flashcp.c b/miscutils/flashcp.c
index 4bbc677..f6f61cf 100644
--- a/miscutils/flashcp.c
+++ b/miscutils/flashcp.c
@@ -7,7 +7,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config FLASHCP
-//config:	bool "flashcp"
+//config:	bool "flashcp (5.4 kb)"
 //config:	default n  # doesn't build on Ubuntu 8.04
 //config:	help
 //config:	  The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c
index 8467528..9811f33 100644
--- a/miscutils/hdparm.c
+++ b/miscutils/hdparm.c
@@ -12,7 +12,7 @@
  *          - by Mark Lord (C) 1994-2002 -- freely distributable
  */
 //config:config HDPARM
-//config:	bool "hdparm"
+//config:	bool "hdparm (23 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/i2c_tools.c b/miscutils/i2c_tools.c
index 7731466..5786139 100644
--- a/miscutils/i2c_tools.c
+++ b/miscutils/i2c_tools.c
@@ -10,28 +10,28 @@
  */
 
 //config:config I2CGET
-//config:	bool "i2cget"
+//config:	bool "i2cget (5.6 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
 //config:	  Read from I2C/SMBus chip registers.
 //config:
 //config:config I2CSET
-//config:	bool "i2cset"
+//config:	bool "i2cset (6.9 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
 //config:	  Set I2C registers.
 //config:
 //config:config I2CDUMP
-//config:	bool "i2cdump"
+//config:	bool "i2cdump (7.2 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
 //config:	  Examine I2C registers.
 //config:
 //config:config I2CDETECT
-//config:	bool "i2cdetect"
+//config:	bool "i2cdetect (7.2 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c
index db8ddce..2e0163e 100644
--- a/miscutils/inotifyd.c
+++ b/miscutils/inotifyd.c
@@ -27,7 +27,7 @@
  * See below for mask names explanation.
  */
 //config:config INOTIFYD
-//config:	bool "inotifyd"
+//config:	bool "inotifyd (3.5 kb)"
 //config:	default n  # doesn't build on Knoppix 5
 //config:	help
 //config:	  Simple inotify daemon. Reports filesystem changes. Requires
diff --git a/miscutils/less.c b/miscutils/less.c
index 507e579..a4ef151 100644
--- a/miscutils/less.c
+++ b/miscutils/less.c
@@ -22,7 +22,7 @@
  */
 
 //config:config LESS
-//config:	bool "less"
+//config:	bool "less (15 kb)"
 //config:	default y
 //config:	help
 //config:	  'less' is a pager, meaning that it displays text files. It possesses
diff --git a/miscutils/lsscsi.c b/miscutils/lsscsi.c
index 1521680..72fafef 100644
--- a/miscutils/lsscsi.c
+++ b/miscutils/lsscsi.c
@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config LSSCSI
-//config:	bool "lsscsi"
+//config:	bool "lsscsi (2.4 kb)"
 //config:	default y
 //config:	#select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index f436b08..5f8593a 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -7,7 +7,7 @@
  * known bugs: can't deal with alpha ranges
  */
 //config:config MAKEDEVS
-//config:	bool "makedevs"
+//config:	bool "makedevs (9.3 kb)"
 //config:	default y
 //config:	help
 //config:	  'makedevs' is a utility used to create a batch of devices with
diff --git a/miscutils/man.c b/miscutils/man.c
index 6a636f1..de6ef19 100644
--- a/miscutils/man.c
+++ b/miscutils/man.c
@@ -3,7 +3,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config MAN
-//config:	bool "man"
+//config:	bool "man (27 kb)"
 //config:	default y
 //config:	help
 //config:	  Format and display manual pages.
diff --git a/miscutils/microcom.c b/miscutils/microcom.c
index 5a4bbef..436509c 100644
--- a/miscutils/microcom.c
+++ b/miscutils/microcom.c
@@ -8,7 +8,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config MICROCOM
-//config:	bool "microcom"
+//config:	bool "microcom (5.6 kb)"
 //config:	default y
 //config:	help
 //config:	  The poor man's minicom utility for chatting with serial port devices.
diff --git a/miscutils/mt.c b/miscutils/mt.c
index 6b31696..aec7bf7 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -3,7 +3,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config MT
-//config:	bool "mt"
+//config:	bool "mt (2.6 kb)"
 //config:	default y
 //config:	help
 //config:	  mt is used to control tape devices. You can use the mt utility
diff --git a/miscutils/partprobe.c b/miscutils/partprobe.c
index 3883159..787def8 100644
--- a/miscutils/partprobe.c
+++ b/miscutils/partprobe.c
@@ -5,7 +5,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config PARTPROBE
-//config:	bool "partprobe"
+//config:	bool "partprobe (3.6 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/raidautorun.c b/miscutils/raidautorun.c
index c6d8e62..45e398e 100644
--- a/miscutils/raidautorun.c
+++ b/miscutils/raidautorun.c
@@ -8,7 +8,7 @@
  *
  */
 //config:config RAIDAUTORUN
-//config:	bool "raidautorun"
+//config:	bool "raidautorun (1.4 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c
index b6412a6..79fa3c8 100644
--- a/miscutils/runlevel.c
+++ b/miscutils/runlevel.c
@@ -12,7 +12,7 @@
  * initially busyboxified by Bernhard Reutner-Fischer
  */
 //config:config RUNLEVEL
-//config:	bool "runlevel"
+//config:	bool "runlevel (518 bytes)"
 //config:	default y
 //config:	depends on FEATURE_UTMP
 //config:	help
diff --git a/miscutils/rx.c b/miscutils/rx.c
index 1f6f282..3cf1784 100644
--- a/miscutils/rx.c
+++ b/miscutils/rx.c
@@ -15,7 +15,7 @@
  * This was originally written for blob and then adapted for busybox.
  */
 //config:config RX
-//config:	bool "rx"
+//config:	bool "rx (2.9 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/setserial.c b/miscutils/setserial.c
index 8b5c4a9..a609502 100644
--- a/miscutils/setserial.c
+++ b/miscutils/setserial.c
@@ -9,7 +9,7 @@
  */
 
 //config:config SETSERIAL
-//config:	bool "setserial"
+//config:	bool "setserial (6.6 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/strings.c b/miscutils/strings.c
index 4d9bfe6..17c0470 100644
--- a/miscutils/strings.c
+++ b/miscutils/strings.c
@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config STRINGS
-//config:	bool "strings"
+//config:	bool "strings (4.3 kb)"
 //config:	default y
 //config:	help
 //config:	  strings prints the printable character sequences for each file
diff --git a/miscutils/time.c b/miscutils/time.c
index e377bb6..c443ef9 100644
--- a/miscutils/time.c
+++ b/miscutils/time.c
@@ -9,7 +9,7 @@
    Heavily modified for busybox by Erik Andersen <andersen@codepoet.org>
 */
 //config:config TIME
-//config:	bool "time"
+//config:	bool "time (7 kb)"
 //config:	default y
 //config:	help
 //config:	  The time command runs the specified program with the given arguments.
diff --git a/miscutils/ttysize.c b/miscutils/ttysize.c
index cba65b1..a2eeb93 100644
--- a/miscutils/ttysize.c
+++ b/miscutils/ttysize.c
@@ -10,7 +10,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config TTYSIZE
-//config:	bool "ttysize"
+//config:	bool "ttysize (372 bytes)"
 //config:	default y
 //config:	help
 //config:	  A replacement for "stty size". Unlike stty, can report only width,
diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c
index 982e3e5..07f9a72 100644
--- a/miscutils/ubi_tools.c
+++ b/miscutils/ubi_tools.c
@@ -4,42 +4,42 @@
  */
 
 //config:config UBIATTACH
-//config:	bool "ubiattach"
+//config:	bool "ubiattach (4.7 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
 //config:	  Attach MTD device to an UBI device.
 //config:
 //config:config UBIDETACH
-//config:	bool "ubidetach"
+//config:	bool "ubidetach (4.6 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
 //config:	  Detach MTD device from an UBI device.
 //config:
 //config:config UBIMKVOL
-//config:	bool "ubimkvol"
+//config:	bool "ubimkvol (5.8 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
 //config:	  Create a UBI volume.
 //config:
 //config:config UBIRMVOL
-//config:	bool "ubirmvol"
+//config:	bool "ubirmvol (5.2 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
 //config:	  Delete a UBI volume.
 //config:
 //config:config UBIRSVOL
-//config:	bool "ubirsvol"
+//config:	bool "ubirsvol (4.6 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
 //config:	  Resize a UBI volume.
 //config:
 //config:config UBIUPDATEVOL
-//config:	bool "ubiupdatevol"
+//config:	bool "ubiupdatevol (5.6 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/ubirename.c b/miscutils/ubirename.c
index 8b1c378..8fb42ee 100644
--- a/miscutils/ubirename.c
+++ b/miscutils/ubirename.c
@@ -7,7 +7,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config UBIRENAME
-//config:	bool "ubirename"
+//config:	bool "ubirename (2.2 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/miscutils/volname.c b/miscutils/volname.c
index 6d1addb..d80787f 100644
--- a/miscutils/volname.c
+++ b/miscutils/volname.c
@@ -28,7 +28,7 @@
  * Matthew Stoltenberg <d3matt@gmail.com>
  */
 //config:config VOLNAME
-//config:	bool "volname"
+//config:	bool "volname (1.7 kb)"
 //config:	default y
 //config:	help
 //config:	  Prints a CD-ROM volume name.
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c
index d379a97..2ef4997 100644
--- a/miscutils/watchdog.c
+++ b/miscutils/watchdog.c
@@ -9,7 +9,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config WATCHDOG
-//config:	bool "watchdog"
+//config:	bool "watchdog (5.1 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help