aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-18 22:01:24 +0200
commit4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch)
tree133b5d5ad9f27d12a913057540d1e877c4bb1436 /util-linux
parent483405a9b0df6ea14344b1144959be1debef925e (diff)
downloadbusybox-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/acpid.c2
-rw-r--r--util-linux/blkid.c2
-rw-r--r--util-linux/blockdev.c2
-rw-r--r--util-linux/cal.c2
-rw-r--r--util-linux/chrt.c2
-rw-r--r--util-linux/dmesg.c2
-rw-r--r--util-linux/eject.c2
-rw-r--r--util-linux/fatattr.c2
-rw-r--r--util-linux/fbset.c2
-rw-r--r--util-linux/fdformat.c2
-rw-r--r--util-linux/fdisk.c2
-rw-r--r--util-linux/findfs.c2
-rw-r--r--util-linux/flock.c2
-rw-r--r--util-linux/freeramdisk.c4
-rw-r--r--util-linux/fsfreeze.c2
-rw-r--r--util-linux/fstrim.c2
-rw-r--r--util-linux/getopt.c2
-rw-r--r--util-linux/hexdump.c4
-rw-r--r--util-linux/hexdump_xxd.c2
-rw-r--r--util-linux/hwclock.c2
-rw-r--r--util-linux/ionice.c2
-rw-r--r--util-linux/ipcrm.c2
-rw-r--r--util-linux/ipcs.c2
-rw-r--r--util-linux/last.c2
-rw-r--r--util-linux/losetup.c2
-rw-r--r--util-linux/lspci.c2
-rw-r--r--util-linux/lsusb.c2
-rw-r--r--util-linux/mdev.c2
-rw-r--r--util-linux/mesg.c2
-rw-r--r--util-linux/mkfs_ext2.c4
-rw-r--r--util-linux/mkfs_vfat.c4
-rw-r--r--util-linux/mkswap.c2
-rw-r--r--util-linux/more.c2
-rw-r--r--util-linux/mount.c2
-rw-r--r--util-linux/mountpoint.c2
-rw-r--r--util-linux/pivot_root.c2
-rw-r--r--util-linux/rdate.c2
-rw-r--r--util-linux/rdev.c2
-rw-r--r--util-linux/readprofile.c2
-rw-r--r--util-linux/renice.c2
-rw-r--r--util-linux/rev.c2
-rw-r--r--util-linux/rtcwake.c2
-rw-r--r--util-linux/script.c2
-rw-r--r--util-linux/scriptreplay.c2
-rw-r--r--util-linux/setarch.c6
-rw-r--r--util-linux/setpriv.c2
-rw-r--r--util-linux/setsid.c2
-rw-r--r--util-linux/swaponoff.c4
-rw-r--r--util-linux/switch_root.c2
-rw-r--r--util-linux/taskset.c2
-rw-r--r--util-linux/uevent.c2
-rw-r--r--util-linux/umount.c2
-rw-r--r--util-linux/wall.c2
53 files changed, 60 insertions, 60 deletions
diff --git a/util-linux/acpid.c b/util-linux/acpid.c
index 3e68b61ab..7abea1400 100644
--- a/util-linux/acpid.c
+++ b/util-linux/acpid.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config ACPID
-//config: bool "acpid"
+//config: bool "acpid (8.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/blkid.c b/util-linux/blkid.c
index b6f33b513..08fa07968 100644
--- a/util-linux/blkid.c
+++ b/util-linux/blkid.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config BLKID
-//config: bool "blkid"
+//config: bool "blkid (11 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select VOLUMEID
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c
index bf4d49792..9924ef06f 100644
--- a/util-linux/blockdev.c
+++ b/util-linux/blockdev.c
@@ -6,7 +6,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config BLOCKDEV
-//config: bool "blockdev"
+//config: bool "blockdev (2.4 kb)"
//config: default y
//config: help
//config: Performs some ioctls with block devices.
diff --git a/util-linux/cal.c b/util-linux/cal.c
index 8196619b0..f7a965619 100644
--- a/util-linux/cal.c
+++ b/util-linux/cal.c
@@ -11,7 +11,7 @@
* Major size reduction... over 50% (>1.5k) on i386.
*/
//config:config CAL
-//config: bool "cal"
+//config: bool "cal (6.5 kb)"
//config: default y
//config: help
//config: cal is used to display a monthly calendar.
diff --git a/util-linux/chrt.c b/util-linux/chrt.c
index 1604a6890..ad13dd512 100644
--- a/util-linux/chrt.c
+++ b/util-linux/chrt.c
@@ -6,7 +6,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CHRT
-//config: bool "chrt"
+//config: bool "chrt (4.4 kb)"
//config: default y
//config: help
//config: manipulate real-time attributes of a process.
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c
index c3574f8f5..5822d0290 100644
--- a/util-linux/dmesg.c
+++ b/util-linux/dmesg.c
@@ -9,7 +9,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config DMESG
-//config: bool "dmesg"
+//config: bool "dmesg (3.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/eject.c b/util-linux/eject.c
index 667932f6c..07ac2fd54 100644
--- a/util-linux/eject.c
+++ b/util-linux/eject.c
@@ -13,7 +13,7 @@
* Most of the dirty work blatantly ripped off from cat.c =)
*/
//config:config EJECT
-//config: bool "eject"
+//config: bool "eject (4.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/fatattr.c b/util-linux/fatattr.c
index 030978f64..e69cb93e7 100644
--- a/util-linux/fatattr.c
+++ b/util-linux/fatattr.c
@@ -9,7 +9,7 @@
* Public License
*/
//config:config FATATTR
-//config: bool "fatattr"
+//config: bool "fatattr (1.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/fbset.c b/util-linux/fbset.c
index 673bf9aa4..0b141816d 100644
--- a/util-linux/fbset.c
+++ b/util-linux/fbset.c
@@ -12,7 +12,7 @@
* Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be)
*/
//config:config FBSET
-//config: bool "fbset"
+//config: bool "fbset (5.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c
index 67c6e1504..62077ff3b 100644
--- a/util-linux/fdformat.c
+++ b/util-linux/fdformat.c
@@ -5,7 +5,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config FDFORMAT
-//config: bool "fdformat"
+//config: bool "fdformat (4.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 4467525c7..c3784c28d 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FDISK
-//config: bool "fdisk"
+//config: bool "fdisk (41 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/findfs.c b/util-linux/findfs.c
index daa46b039..b9cd95687 100644
--- a/util-linux/findfs.c
+++ b/util-linux/findfs.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FINDFS
-//config: bool "findfs"
+//config: bool "findfs (11 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select VOLUMEID
diff --git a/util-linux/flock.c b/util-linux/flock.c
index f34c0ad8f..e77718869 100644
--- a/util-linux/flock.c
+++ b/util-linux/flock.c
@@ -4,7 +4,7 @@
* This is free software, licensed under the GNU General Public License v2.
*/
//config:config FLOCK
-//config: bool "flock"
+//config: bool "flock (6.1 kb)"
//config: default y
//config: help
//config: Manage locks from shell scripts
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c
index 28148fcbe..0b8d2bc5b 100644
--- a/util-linux/freeramdisk.c
+++ b/util-linux/freeramdisk.c
@@ -9,7 +9,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config FDFLUSH
-//config: bool "fdflush"
+//config: bool "fdflush (1.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
@@ -22,7 +22,7 @@
//config: leave this disabled.
//config:
//config:config FREERAMDISK
-//config: bool "freeramdisk"
+//config: bool "freeramdisk (1.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/fsfreeze.c b/util-linux/fsfreeze.c
index 70dec24ec..8bc4c471f 100644
--- a/util-linux/fsfreeze.c
+++ b/util-linux/fsfreeze.c
@@ -6,7 +6,7 @@
*/
//config:config FSFREEZE
-//config: bool "fsfreeze"
+//config: bool "fsfreeze (3.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select LONG_OPTS
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c
index 563aa9720..c07da8a62 100644
--- a/util-linux/fstrim.c
+++ b/util-linux/fstrim.c
@@ -9,7 +9,7 @@
*/
//config:config FSTRIM
-//config: bool "fstrim"
+//config: bool "fstrim (5.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/getopt.c b/util-linux/getopt.c
index 79d54854b..7c65a6a1f 100644
--- a/util-linux/getopt.c
+++ b/util-linux/getopt.c
@@ -30,7 +30,7 @@
* Replaced our_malloc with xmalloc and our_realloc with xrealloc
*/
//config:config GETOPT
-//config: bool "getopt"
+//config: bool "getopt (5.6 kb)"
//config: default y
//config: help
//config: The getopt utility is used to break up (parse) options in command
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c
index 25f771201..e8c0ee0f5 100644
--- a/util-linux/hexdump.c
+++ b/util-linux/hexdump.c
@@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config HEXDUMP
-//config: bool "hexdump"
+//config: bool "hexdump (8.8 kb)"
//config: default y
//config: help
//config: The hexdump utility is used to display binary data in a readable
@@ -26,7 +26,7 @@
//config: aimed to be portable.
//config:
//config:config HD
-//config: bool "hd"
+//config: bool "hd (8 kb)"
//config: default y
//config: help
//config: hd is an alias to hexdump -C.
diff --git a/util-linux/hexdump_xxd.c b/util-linux/hexdump_xxd.c
index be4b4f354..5f72d3be4 100644
--- a/util-linux/hexdump_xxd.c
+++ b/util-linux/hexdump_xxd.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config XXD
-//config: bool "xxd"
+//config: bool "xxd (8.9 kb)"
//config: default y
//config: help
//config: The xxd utility is used to display binary data in a readable
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c
index 8cb908cb3..c2721dbac 100644
--- a/util-linux/hwclock.c
+++ b/util-linux/hwclock.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config HWCLOCK
-//config: bool "hwclock"
+//config: bool "hwclock (5.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/ionice.c b/util-linux/ionice.c
index c54b3a6e1..cda5a90d6 100644
--- a/util-linux/ionice.c
+++ b/util-linux/ionice.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config IONICE
-//config: bool "ionice"
+//config: bool "ionice (3.6 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c
index 76ea3ca4f..cabd8b9e7 100644
--- a/util-linux/ipcrm.c
+++ b/util-linux/ipcrm.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config IPCRM
-//config: bool "ipcrm"
+//config: bool "ipcrm (2.9 kb)"
//config: default y
//config: help
//config: The ipcrm utility allows the removal of System V interprocess
diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c
index 88ae9225d..0d5a16a2b 100644
--- a/util-linux/ipcs.c
+++ b/util-linux/ipcs.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config IPCS
-//config: bool "ipcs"
+//config: bool "ipcs (11 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/last.c b/util-linux/last.c
index b3f125c3f..5bce85753 100644
--- a/util-linux/last.c
+++ b/util-linux/last.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config LAST
-//config: bool "last"
+//config: bool "last (6.2 kb)"
//config: default y
//config: depends on FEATURE_WTMP
//config: help
diff --git a/util-linux/losetup.c b/util-linux/losetup.c
index d356f49c2..cbd1c6052 100644
--- a/util-linux/losetup.c
+++ b/util-linux/losetup.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config LOSETUP
-//config: bool "losetup"
+//config: bool "losetup (5.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/lspci.c b/util-linux/lspci.c
index 8b38a2366..c4f43bd12 100644
--- a/util-linux/lspci.c
+++ b/util-linux/lspci.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config LSPCI
-//config: bool "lspci"
+//config: bool "lspci (5.7 kb)"
//config: default y
//config: #select PLATFORM_LINUX
//config: help
diff --git a/util-linux/lsusb.c b/util-linux/lsusb.c
index 7d36d6f5a..9d12d8752 100644
--- a/util-linux/lsusb.c
+++ b/util-linux/lsusb.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config LSUSB
-//config: bool "lsusb"
+//config: bool "lsusb (3.5 kb)"
//config: default y
//config: #select PLATFORM_LINUX
//config: help
diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index a59115dd4..a68e3f4e6 100644
--- a/util-linux/mdev.c
+++ b/util-linux/mdev.c
@@ -9,7 +9,7 @@
*/
//config:config MDEV
-//config: bool "mdev"
+//config: bool "mdev (16 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/mesg.c b/util-linux/mesg.c
index 45c13b8e0..a83da03e6 100644
--- a/util-linux/mesg.c
+++ b/util-linux/mesg.c
@@ -8,7 +8,7 @@
*/
//config:config MESG
-//config: bool "mesg"
+//config: bool "mesg (1.2 kb)"
//config: default y
//config: help
//config: Mesg controls access to your terminal by others. It is typically
diff --git a/util-linux/mkfs_ext2.c b/util-linux/mkfs_ext2.c
index 4a7a878ac..f646f368c 100644
--- a/util-linux/mkfs_ext2.c
+++ b/util-linux/mkfs_ext2.c
@@ -8,14 +8,14 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config MKE2FS
-//config: bool "mke2fs"
+//config: bool "mke2fs (9.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Utility to create EXT2 filesystems.
//config:
//config:config MKFS_EXT2
-//config: bool "mkfs.ext2"
+//config: bool "mkfs.ext2 (9.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c
index 1fc943430..a191c03d6 100644
--- a/util-linux/mkfs_vfat.c
+++ b/util-linux/mkfs_vfat.c
@@ -8,14 +8,14 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config MKDOSFS
-//config: bool "mkdosfs"
+//config: bool "mkdosfs (6.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Utility to create FAT32 filesystems.
//config:
//config:config MKFS_VFAT
-//config: bool "mkfs.vfat"
+//config: bool "mkfs.vfat (6.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c
index 954a1948d..deb911485 100644
--- a/util-linux/mkswap.c
+++ b/util-linux/mkswap.c
@@ -6,7 +6,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config MKSWAP
-//config: bool "mkswap"
+//config: bool "mkswap (5.8 kb)"
//config: default y
//config: help
//config: The mkswap utility is used to configure a file or disk partition as
diff --git a/util-linux/more.c b/util-linux/more.c
index debad81bd..11546a8f8 100644
--- a/util-linux/more.c
+++ b/util-linux/more.c
@@ -14,7 +14,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config MORE
-//config: bool "more"
+//config: bool "more (6.7 kb)"
//config: default y
//config: help
//config: more is a simple utility which allows you to read text one screen
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 5fcc7958c..423e89d5b 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -18,7 +18,7 @@
//
//config:config MOUNT
-//config: bool "mount"
+//config: bool "mount (30 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/mountpoint.c b/util-linux/mountpoint.c
index 8b9e1d779..0ba4a308e 100644
--- a/util-linux/mountpoint.c
+++ b/util-linux/mountpoint.c
@@ -9,7 +9,7 @@
* Based on sysvinit's mountpoint
*/
//config:config MOUNTPOINT
-//config: bool "mountpoint"
+//config: bool "mountpoint (4.5 kb)"
//config: default y
//config: help
//config: mountpoint checks if the directory is a mountpoint.
diff --git a/util-linux/pivot_root.c b/util-linux/pivot_root.c
index 9bdae506c..c21291ba0 100644
--- a/util-linux/pivot_root.c
+++ b/util-linux/pivot_root.c
@@ -9,7 +9,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config PIVOT_ROOT
-//config: bool "pivot_root"
+//config: bool "pivot_root (898 bytes)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/rdate.c b/util-linux/rdate.c
index 960df25d2..d950b45b5 100644
--- a/util-linux/rdate.c
+++ b/util-linux/rdate.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RDATE
-//config: bool "rdate"
+//config: bool "rdate (6 kb)"
//config: default y
//config: help
//config: The rdate utility allows you to synchronize the date and time of your
diff --git a/util-linux/rdev.c b/util-linux/rdev.c
index 0e1578e33..6ea9c2a8a 100644
--- a/util-linux/rdev.c
+++ b/util-linux/rdev.c
@@ -9,7 +9,7 @@
*
*/
//config:config RDEV
-//config: bool "rdev"
+//config: bool "rdev (1.4 kb)"
//config: default y
//config: help
//config: Print the device node associated with the filesystem mounted at '/'.
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c
index 31abb6bb2..b4cb5804f 100644
--- a/util-linux/readprofile.c
+++ b/util-linux/readprofile.c
@@ -32,7 +32,7 @@
* Paul Mundt <lethal@linux-sh.org>.
*/
//config:config READPROFILE
-//config: bool "readprofile"
+//config: bool "readprofile (7.2 kb)"
//config: default y
//config: #select PLATFORM_LINUX
//config: help
diff --git a/util-linux/renice.c b/util-linux/renice.c
index 4da3394a8..751af4548 100644
--- a/util-linux/renice.c
+++ b/util-linux/renice.c
@@ -19,7 +19,7 @@
* following IDs (if any). Multiple switches are allowed.
*/
//config:config RENICE
-//config: bool "renice"
+//config: bool "renice (3.8 kb)"
//config: default y
//config: help
//config: Renice alters the scheduling priority of one or more running
diff --git a/util-linux/rev.c b/util-linux/rev.c
index c22505314..3d07b2247 100644
--- a/util-linux/rev.c
+++ b/util-linux/rev.c
@@ -6,7 +6,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config REV
-//config: bool "rev"
+//config: bool "rev (4.5 kb)"
//config: default y
//config: help
//config: Reverse lines of a file or files.
diff --git a/util-linux/rtcwake.c b/util-linux/rtcwake.c
index b63164588..01ab8ebb9 100644
--- a/util-linux/rtcwake.c
+++ b/util-linux/rtcwake.c
@@ -23,7 +23,7 @@
* That flag should not be needed on systems with adjtime support.
*/
//config:config RTCWAKE
-//config: bool "rtcwake"
+//config: bool "rtcwake (6.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/script.c b/util-linux/script.c
index c5063e8a1..d82a92d1e 100644
--- a/util-linux/script.c
+++ b/util-linux/script.c
@@ -11,7 +11,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SCRIPT
-//config: bool "script"
+//config: bool "script (8 kb)"
//config: default y
//config: help
//config: The script makes typescript of terminal session.
diff --git a/util-linux/scriptreplay.c b/util-linux/scriptreplay.c
index 8a0c7489d..d0050f26b 100644
--- a/util-linux/scriptreplay.c
+++ b/util-linux/scriptreplay.c
@@ -8,7 +8,7 @@
*
*/
//config:config SCRIPTREPLAY
-//config: bool "scriptreplay"
+//config: bool "scriptreplay (2.6 kb)"
//config: default y
//config: help
//config: This program replays a typescript, using timing information
diff --git a/util-linux/setarch.c b/util-linux/setarch.c
index e4124b044..07de7f4db 100644
--- a/util-linux/setarch.c
+++ b/util-linux/setarch.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETARCH
-//config: bool "setarch"
+//config: bool "setarch (3.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
@@ -17,14 +17,14 @@
//config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
//config:
//config:config LINUX32
-//config: bool "linux32"
+//config: bool "linux32 (3.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Alias to "setarch linux32".
//config:
//config:config LINUX64
-//config: bool "linux64"
+//config: bool "linux64 (3.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/setpriv.c b/util-linux/setpriv.c
index 3d8dfea52..89181085a 100644
--- a/util-linux/setpriv.c
+++ b/util-linux/setpriv.c
@@ -8,7 +8,7 @@
*
*/
//config:config SETPRIV
-//config: bool "setpriv"
+//config: bool "setpriv (3.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: select LONG_OPTS
diff --git a/util-linux/setsid.c b/util-linux/setsid.c
index 143a8f8fa..15a7c05e9 100644
--- a/util-linux/setsid.c
+++ b/util-linux/setsid.c
@@ -14,7 +14,7 @@
* - busyboxed
*/
//config:config SETSID
-//config: bool "setsid"
+//config: bool "setsid (3.9 kb)"
//config: default y
//config: help
//config: setsid runs a program in a new session
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c
index 313ea0ef9..f76db541d 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SWAPON
-//config: bool "swapon"
+//config: bool "swapon (4.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
@@ -35,7 +35,7 @@
//config: Enable support for setting swap device priority in swapon.
//config:
//config:config SWAPOFF
-//config: bool "swapoff"
+//config: bool "swapoff (4.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c
index f18e8a5ce..92e385b98 100644
--- a/util-linux/switch_root.c
+++ b/util-linux/switch_root.c
@@ -6,7 +6,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SWITCH_ROOT
-//config: bool "switch_root"
+//config: bool "switch_root (5.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/taskset.c b/util-linux/taskset.c
index 94a07383a..581b0d144 100644
--- a/util-linux/taskset.c
+++ b/util-linux/taskset.c
@@ -7,7 +7,7 @@
*/
//config:config TASKSET
-//config: bool "taskset"
+//config: bool "taskset (4.1 kb)"
//config: default y
//config: help
//config: Retrieve or set a processes's CPU affinity.
diff --git a/util-linux/uevent.c b/util-linux/uevent.c
index c22216a8a..cef93adf6 100644
--- a/util-linux/uevent.c
+++ b/util-linux/uevent.c
@@ -4,7 +4,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config UEVENT
-//config: bool "uevent"
+//config: bool "uevent (3.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/umount.c b/util-linux/umount.c
index 0c50dc9ee..f970f9f84 100644
--- a/util-linux/umount.c
+++ b/util-linux/umount.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config UMOUNT
-//config: bool "umount"
+//config: bool "umount (4.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/util-linux/wall.c b/util-linux/wall.c
index 50658f457..4550f0b68 100644
--- a/util-linux/wall.c
+++ b/util-linux/wall.c
@@ -7,7 +7,7 @@
*/
//config:config WALL
-//config: bool "wall"
+//config: bool "wall (2.5 kb)"
//config: default y
//config: depends on FEATURE_UTMP
//config: help