aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
commitb097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch)
treec3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /util-linux
parent10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff)
downloadbusybox-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz
config: update size information
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/blkdiscard.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/fallocate.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/ionice.c2
-rw-r--r--util-linux/ipcrm.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/nsenter.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/unshare.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 4f491fa14..7274b6866 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 e4902e5b5..a77c7d057 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 a56b69661..008ae5d9e 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 e53ade995..5d8e465b4 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 a4a20d5f0..006bc817b 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 45459d940..28e65457c 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 6da9d9f4e..b797c7b2a 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 6c30facd2..749e2c986 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 8542586dc..3935e7c9b 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 11cb20cb2..699a19372 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 c72da8b89..ff3bc4870 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 288b9235f..58e93bb92 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 1102eeff5..7ca9dc96b 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 dd0bfd430..130627e93 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 6752e49d8..d27113d97 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 c485810aa..fb0b3c4bd 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 558a94a9e..48948e839 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 4431a7e74..1666d3d30 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 719feaf4e..065b83980 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 5b9664d25..daf64d537 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 a93ceee11..3d3ad0b56 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 f5ee8e5f4..689aa7a34 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 6b171d710..bf480e9bf 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 0000fbfda..a6b4e850f 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 33639413a..e27aa7f31 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 5ad09e09a..63b55536a 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 35c4ec13d..c7b696853 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 bda168f1e..845ba0a24 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 6a6dc652f..b760fb2aa 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 2eb16bd84..38413606d 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 926cf5f26..eea69da06 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 fa2e7b114..526b4130c 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 6b21a5fb3..a44cf6013 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 ae8103a52..4eeaa9f3e 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 d6a26b912..41f29da32 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 5ec795208..70f829e7f 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 97279ce61..d6b515ebc 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 219c0c18c..cab2c4319 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 ee0fb3c8e..a318ffce0 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 2bef9b9be..ede4fbc9c 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 8ffa4f3a6..29c440b82 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 aac77c3ba..4eac5e94f 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 e3083ab93..3c032eec5 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 520865318..57051a683 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 af079fae8..b69b8cbb6 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 8385a9115..cdad8c1d3 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 f432ce180..567869cc7 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 947dd0cdc..ae9d412d1 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 67df1cb73..ed8878ad4 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 7ff866cec..761743f45 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 e2329f8b3..077b635c8 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 fffee28a0..61fc71197 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 939736592..23fb87517 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