config: update size information

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/util-linux/acpid.c b/util-linux/acpid.c
index 4f491fa..7274b68 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 (8.7 kb)"
+//config:	bool "acpid (9 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/blkdiscard.c b/util-linux/blkdiscard.c
index e4902e5..a77c7d0 100644
--- a/util-linux/blkdiscard.c
+++ b/util-linux/blkdiscard.c
@@ -6,7 +6,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config BLKDISCARD
-//config:	bool "blkdiscard (5.3 kb)"
+//config:	bool "blkdiscard (4.3 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/blkid.c b/util-linux/blkid.c
index a56b696..008ae5d 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 (11 kb)"
+//config:	bool "blkid (12 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	select VOLUMEID
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c
index e53ade99..5d8e465 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 (2.4 kb)"
+//config:	bool "blockdev (2.3 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 a4a20d5..006bc81 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 (6.5 kb)"
+//config:	bool "cal (5.8 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 45459d9..28e6545 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 (4.4 kb)"
+//config:	bool "chrt (4.7 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 6da9d9f..b797c7b 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 (3.5 kb)"
+//config:	bool "dmesg (3.7 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/eject.c b/util-linux/eject.c
index 6c30fac..749e2c9 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 (4.1 kb)"
+//config:	bool "eject (4 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/fallocate.c b/util-linux/fallocate.c
index 8542586..3935e7c 100644
--- a/util-linux/fallocate.c
+++ b/util-linux/fallocate.c
@@ -5,7 +5,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config FALLOCATE
-//config:	bool "fallocate (5 kb)"
+//config:	bool "fallocate (4.1 kb)"
 //config:	default y
 //config:	help
 //config:	Preallocate space for files.
diff --git a/util-linux/fbset.c b/util-linux/fbset.c
index 11cb20c..699a193 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 (5.8 kb)"
+//config:	bool "fbset (5.9 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c
index c72da8b..ff3bc48 100644
--- a/util-linux/fdformat.c
+++ b/util-linux/fdformat.c
@@ -6,7 +6,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config FDFORMAT
-//config:	bool "fdformat (4.5 kb)"
+//config:	bool "fdformat (4.4 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 288b923..58e93bb 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -8,7 +8,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config FDISK
-//config:	bool "fdisk (41 kb)"
+//config:	bool "fdisk (37 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/findfs.c b/util-linux/findfs.c
index 1102eef..7ca9dc9 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 (11 kb)"
+//config:	bool "findfs (12 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	select VOLUMEID
diff --git a/util-linux/flock.c b/util-linux/flock.c
index dd0bfd4..130627e 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 (6.1 kb)"
+//config:	bool "flock (6.3 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 6752e49..d27113d 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 (1.4 kb)"
+//config:	bool "fdflush (1.3 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 (1.4 kb)"
+//config:	bool "freeramdisk (1.3 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/fsfreeze.c b/util-linux/fsfreeze.c
index c485810..fb0b3c4 100644
--- a/util-linux/fsfreeze.c
+++ b/util-linux/fsfreeze.c
@@ -5,7 +5,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config FSFREEZE
-//config:	bool "fsfreeze (3.6 kb)"
+//config:	bool "fsfreeze (3.5 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 558a94a..48948e8 100644
--- a/util-linux/fstrim.c
+++ b/util-linux/fstrim.c
@@ -8,7 +8,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config FSTRIM
-//config:	bool "fstrim (5.5 kb)"
+//config:	bool "fstrim (4.4 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/getopt.c b/util-linux/getopt.c
index 4431a7e..1666d3d 100644
--- a/util-linux/getopt.c
+++ b/util-linux/getopt.c
@@ -29,7 +29,7 @@
  *  Replaced our_malloc with xmalloc and our_realloc with xrealloc
  */
 //config:config GETOPT
-//config:	bool "getopt (5.6 kb)"
+//config:	bool "getopt (5.8 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 719feaf..065b839 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 (8.8 kb)"
+//config:	bool "hexdump (8.6 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 (8 kb)"
+//config:	bool "hd (7.8 kb)"
 //config:	default y
 //config:	help
 //config:	hd is an alias to hexdump -C.
diff --git a/util-linux/ionice.c b/util-linux/ionice.c
index 5b9664d..daf64d5 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 (3.6 kb)"
+//config:	bool "ionice (3.8 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c
index a93ceee..3d3ad0b 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 (2.9 kb)"
+//config:	bool "ipcrm (3.2 kb)"
 //config:	default y
 //config:	help
 //config:	The ipcrm utility allows the removal of System V interprocess
diff --git a/util-linux/last.c b/util-linux/last.c
index f5ee8e5..689aa7a 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 (6.2 kb)"
+//config:	bool "last (6.1 kb)"
 //config:	default y
 //config:	depends on FEATURE_WTMP
 //config:	help
diff --git a/util-linux/losetup.c b/util-linux/losetup.c
index 6b171d7..bf480e9 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 (5.4 kb)"
+//config:	bool "losetup (5.5 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/lspci.c b/util-linux/lspci.c
index 0000fbf..a6b4e85 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 (5.7 kb)"
+//config:	bool "lspci (6.3 kb)"
 //config:	default y
 //config:	#select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/lsusb.c b/util-linux/lsusb.c
index 3363941..e27aa7f 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 (3.5 kb)"
+//config:	bool "lsusb (4.2 kb)"
 //config:	default y
 //config:	#select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index 5ad09e0..63b5553 100644
--- a/util-linux/mdev.c
+++ b/util-linux/mdev.c
@@ -8,7 +8,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config MDEV
-//config:	bool "mdev (16 kb)"
+//config:	bool "mdev (17 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/mesg.c b/util-linux/mesg.c
index 35c4ec1..c7b6968 100644
--- a/util-linux/mesg.c
+++ b/util-linux/mesg.c
@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config MESG
-//config:	bool "mesg (1.2 kb)"
+//config:	bool "mesg (1.4 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 bda168f..845ba0a 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 (9.7 kb)"
+//config:	bool "mke2fs (10 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 (9.8 kb)"
+//config:	bool "mkfs.ext2 (10 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 6a6dc65..b760fb2 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 (6.8 kb)"
+//config:	bool "mkdosfs (7.2 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 (6.8 kb)"
+//config:	bool "mkfs.vfat (7.2 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c
index 2eb16bd..3841360 100644
--- a/util-linux/mkswap.c
+++ b/util-linux/mkswap.c
@@ -7,7 +7,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config MKSWAP
-//config:	bool "mkswap (5.8 kb)"
+//config:	bool "mkswap (6.3 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 926cf5f..eea69da 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 (6.7 kb)"
+//config:	bool "more (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 fa2e7b1..526b413 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -18,7 +18,7 @@
 //
 
 //config:config MOUNT
-//config:	bool "mount (30 kb)"
+//config:	bool "mount (23 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/mountpoint.c b/util-linux/mountpoint.c
index 6b21a5f..a44cf60 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 (4.5 kb)"
+//config:	bool "mountpoint (4.9 kb)"
 //config:	default y
 //config:	help
 //config:	mountpoint checks if the directory is a mountpoint.
diff --git a/util-linux/nsenter.c b/util-linux/nsenter.c
index ae8103a..4eeaa9f 100644
--- a/util-linux/nsenter.c
+++ b/util-linux/nsenter.c
@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config NSENTER
-//config:	bool "nsenter (8.6 kb)"
+//config:	bool "nsenter (6.5 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/pivot_root.c b/util-linux/pivot_root.c
index d6a26b9..41f29da 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 (898 bytes)"
+//config:	bool "pivot_root (1.1 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/rdate.c b/util-linux/rdate.c
index 5ec7952..70f829e 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 (6 kb)"
+//config:	bool "rdate (5.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 97279ce..d6b515e 100644
--- a/util-linux/rdev.c
+++ b/util-linux/rdev.c
@@ -8,7 +8,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config RDEV
-//config:	bool "rdev (1.4 kb)"
+//config:	bool "rdev (1.8 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 219c0c1..cab2c43 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 (7.2 kb)"
+//config:	bool "readprofile (7.1 kb)"
 //config:	default y
 //config:	#select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/renice.c b/util-linux/renice.c
index ee0fb3c..a318ffc 100644
--- a/util-linux/renice.c
+++ b/util-linux/renice.c
@@ -18,7 +18,7 @@
  *   following IDs (if any).  Multiple switches are allowed.
  */
 //config:config RENICE
-//config:	bool "renice (3.8 kb)"
+//config:	bool "renice (4.2 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 2bef9b9..ede4fbc 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 (4.5 kb)"
+//config:	bool "rev (4.4 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 8ffa4f3..29c440b 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 (6.4 kb)"
+//config:	bool "rtcwake (6.8 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/script.c b/util-linux/script.c
index aac77c3..4eac5e9 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 (8 kb)"
+//config:	bool "script (8.6 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 e3083ab..3c032ee 100644
--- a/util-linux/scriptreplay.c
+++ b/util-linux/scriptreplay.c
@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config SCRIPTREPLAY
-//config:	bool "scriptreplay (2.6 kb)"
+//config:	bool "scriptreplay (2.4 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 5208653..57051a6 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 (3.4 kb)"
+//config:	bool "setarch (3.6 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 (3.2 kb)"
+//config:	bool "linux32 (3.3 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
 //config:	Alias to "setarch linux32".
 //config:
 //config:config LINUX64
-//config:	bool "linux64 (3.2 kb)"
+//config:	bool "linux64 (3.3 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/setpriv.c b/util-linux/setpriv.c
index af079fa..b69b8cb 100644
--- a/util-linux/setpriv.c
+++ b/util-linux/setpriv.c
@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config SETPRIV
-//config:	bool "setpriv (3.4 kb)"
+//config:	bool "setpriv (6.6 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 8385a91..cdad8c1 100644
--- a/util-linux/setsid.c
+++ b/util-linux/setsid.c
@@ -14,7 +14,7 @@
  * - busyboxed
  */
 //config:config SETSID
-//config:	bool "setsid (3.9 kb)"
+//config:	bool "setsid (3.6 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 f432ce1..567869c 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 (4.9 kb)"
+//config:	bool "swapon (15 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
@@ -34,7 +34,7 @@
 //config:	Enable support for setting swap device priority in swapon.
 //config:
 //config:config SWAPOFF
-//config:	bool "swapoff (4.3 kb)"
+//config:	bool "swapoff (14 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c
index 947dd0c..ae9d412 100644
--- a/util-linux/switch_root.c
+++ b/util-linux/switch_root.c
@@ -7,7 +7,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config SWITCH_ROOT
-//config:	bool "switch_root (5.2 kb)"
+//config:	bool "switch_root (5.5 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/taskset.c b/util-linux/taskset.c
index 67df1cb..ed8878a 100644
--- a/util-linux/taskset.c
+++ b/util-linux/taskset.c
@@ -6,7 +6,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config TASKSET
-//config:	bool "taskset (4.1 kb)"
+//config:	bool "taskset (4.2 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 7ff866c..761743f 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 (3.2 kb)"
+//config:	bool "uevent (3.1 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/umount.c b/util-linux/umount.c
index e2329f8..077b635 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 (4.5 kb)"
+//config:	bool "umount (5.1 kb)"
 //config:	default y
 //config:	select PLATFORM_LINUX
 //config:	help
diff --git a/util-linux/unshare.c b/util-linux/unshare.c
index fffee28..61fc711 100644
--- a/util-linux/unshare.c
+++ b/util-linux/unshare.c
@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config UNSHARE
-//config:	bool "unshare (9.2 kb)"
+//config:	bool "unshare (7.2 kb)"
 //config:	default y
 //config:	depends on !NOMMU
 //config:	select PLATFORM_LINUX
diff --git a/util-linux/wall.c b/util-linux/wall.c
index 9397365..23fb875 100644
--- a/util-linux/wall.c
+++ b/util-linux/wall.c
@@ -6,7 +6,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config WALL
-//config:	bool "wall (2.5 kb)"
+//config:	bool "wall (2.6 kb)"
 //config:	default y
 //config:	depends on FEATURE_UTMP
 //config:	help