Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 18:25:21 +0300
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /util-linux
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
Update applet size estimates
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/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/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_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/switch_root.c2
-rw-r--r--util-linux/taskset.c2
-rw-r--r--util-linux/uevent.c2
-rw-r--r--util-linux/unshare.c2
-rw-r--r--util-linux/wall.c2
53 files changed, 58 insertions, 58 deletions
diff --git a/util-linux/acpid.c b/util-linux/acpid.c
index 00613f8e3..5c0bb1768 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 (9 kb)"
+//config: bool "acpid (9.3 kb)"
//config: default y
//config: help
//config: acpid listens to ACPI events coming either in textual form from
diff --git a/util-linux/blkdiscard.c b/util-linux/blkdiscard.c
index 7ac8045f9..70fd34af3 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 (4.3 kb)"
+//config: bool "blkdiscard (4.6 kb)"
//config: default y
//config: help
//config: blkdiscard discards sectors on a given device.
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c
index 3b550220a..d47e43e55 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.3 kb)"
+//config: bool "blockdev (2.6 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 522ab3476..0577c3899 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 (5.8 kb)"
+//config: bool "cal (6.1 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 be96fa426..51d08584e 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.7 kb)"
+//config: bool "chrt (5.1 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 6670b84de..5d8f01a64 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.7 kb)"
+//config: bool "dmesg (3.9 kb)"
//config: default y
//config: help
//config: dmesg is used to examine or control the kernel ring buffer. When the
diff --git a/util-linux/eject.c b/util-linux/eject.c
index 29b0a86bd..b9813262b 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 kb)"
+//config: bool "eject (4.3 kb)"
//config: default y
//config: help
//config: Used to eject cdroms. (defaults to /dev/cdrom)
diff --git a/util-linux/fallocate.c b/util-linux/fallocate.c
index 3935e7c9b..d5c25894d 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 (4.1 kb)"
+//config: bool "fallocate (4.3 kb)"
//config: default y
//config: help
//config: Preallocate space for files.
diff --git a/util-linux/fatattr.c b/util-linux/fatattr.c
index afd70c45d..d8ea4553d 100644
--- a/util-linux/fatattr.c
+++ b/util-linux/fatattr.c
@@ -9,7 +9,7 @@
* Public License
*/
//config:config FATATTR
-//config: bool "fatattr (1.9 kb)"
+//config: bool "fatattr (2.2 kb)"
//config: default y
//config: help
//config: fatattr lists or changes the file attributes on a fat file system.
diff --git a/util-linux/fbset.c b/util-linux/fbset.c
index 768ab80eb..7e88c8313 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.9 kb)"
+//config: bool "fbset (6.2 kb)"
//config: default y
//config: help
//config: fbset is used to show or change the settings of a Linux frame buffer
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c
index f0466fdbd..0f8743020 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.4 kb)"
+//config: bool "fdformat (4.7 kb)"
//config: default y
//config: help
//config: fdformat is used to low-level format a floppy disk.
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index 20e7d56fa..96e2abffe 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 (37 kb)"
+//config: bool "fdisk (31 kb)"
//config: default y
//config: help
//config: The fdisk utility is used to divide hard disks into one or more
diff --git a/util-linux/findfs.c b/util-linux/findfs.c
index f5621a1fa..ec0375dfb 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 (12 kb)"
+//config: bool "findfs (11 kb)"
//config: default y
//config: select VOLUMEID
//config: help
diff --git a/util-linux/flock.c b/util-linux/flock.c
index 1ed752a80..ee88be5b7 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.3 kb)"
+//config: bool "flock (6.5 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 309169d25..88f50c51a 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.3 kb)"
+//config: bool "fdflush (1.6 kb)"
//config: default y
//config: help
//config: fdflush is only needed when changing media on slightly-broken
@@ -21,7 +21,7 @@
//config: leave this disabled.
//config:
//config:config FREERAMDISK
-//config: bool "freeramdisk (1.3 kb)"
+//config: bool "freeramdisk (1.6 kb)"
//config: default y
//config: help
//config: Linux allows you to create ramdisks. This utility allows you to
diff --git a/util-linux/fsfreeze.c b/util-linux/fsfreeze.c
index 6e2ff0a54..66b6fd06f 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.5 kb)"
+//config: bool "fsfreeze (3.7 kb)"
//config: default y
//config: select LONG_OPTS
//config: help
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c
index 6d673002f..c28e67270 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 (4.4 kb)"
+//config: bool "fstrim (4.6 kb)"
//config: default y
//config: help
//config: Discard unused blocks on a mounted filesystem.
diff --git a/util-linux/getopt.c b/util-linux/getopt.c
index 4148586d3..213bfab0b 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.8 kb)"
+//config: bool "getopt (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 be4c1964f..c46ffeca7 100644
--- a/util-linux/hexdump.c
+++ b/util-linux/hexdump.c
@@ -9,14 +9,14 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config HEXDUMP
-//config: bool "hexdump (8.6 kb)"
+//config: bool "hexdump (8.7 kb)"
//config: default y
//config: help
//config: The hexdump utility is used to display binary data in a readable
//config: way that is comparable to the output from most hex editors.
//config:
//config:config HD
-//config: bool "hd (7.8 kb)"
+//config: bool "hd (8.3 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 636cbfeec..1e8ecb6e6 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 (8.9 kb)"
+//config: bool "xxd (11 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 723b09589..a0b7b52bd 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 (5.8 kb)"
+//config: bool "hwclock (5.9 kb)"
//config: default y
//config: help
//config: The hwclock utility is used to read and set the hardware clock
diff --git a/util-linux/ionice.c b/util-linux/ionice.c
index 82bd309d1..b768c8322 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.8 kb)"
+//config: bool "ionice (4 kb)"
//config: default y
//config: help
//config: Set/set program io scheduling class and priority
diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c
index 3d3ad0b56..126221c83 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 (3.2 kb)"
+//config: bool "ipcrm (3.5 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 5973cbf57..f0e5c5a7f 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 (11 kb)"
+//config: bool "ipcs (12 kb)"
//config: default y
//config: help
//config: The ipcs utility is used to provide information on the currently
diff --git a/util-linux/last.c b/util-linux/last.c
index 63751ca45..7530d013d 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.1 kb)"
+//config: bool "last (7.4 kb)"
//config: default y
//config: depends on FEATURE_WTMP
//config: help
diff --git a/util-linux/losetup.c b/util-linux/losetup.c
index 24f7a2349..9b43d20b3 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.5 kb)"
+//config: bool "losetup (6.2 kb)"
//config: default y
//config: help
//config: losetup is used to associate or detach a loop device with a regular
diff --git a/util-linux/lspci.c b/util-linux/lspci.c
index c22cbcc1e..b38b46be3 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 (6.3 kb)"
+//config: bool "lspci (6.4 kb)"
//config: default y
//config: help
//config: lspci is a utility for displaying information about PCI buses in the
diff --git a/util-linux/lsusb.c b/util-linux/lsusb.c
index 9abb748ce..262c70a1b 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 (4.2 kb)"
+//config: bool "lsusb (4.4 kb)"
//config: default y
//config: help
//config: lsusb is a utility for displaying information about USB buses in the
diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index ebdc0c254..e98d46743 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 (17 kb)"
+//config: bool "mdev (20 kb)"
//config: default y
//config: help
//config: mdev is a mini-udev implementation for dynamically creating device
diff --git a/util-linux/mesg.c b/util-linux/mesg.c
index 8c032555b..9461dbc5e 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.4 kb)"
+//config: bool "mesg (1.8 kb)"
//config: default y
//config: help
//config: Mesg controls access to your terminal by others. It is typically
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c
index d2db78e1d..7ae4fd520 100644
--- a/util-linux/mkfs_vfat.c
+++ b/util-linux/mkfs_vfat.c
@@ -8,13 +8,13 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config MKDOSFS
-//config: bool "mkdosfs (7.2 kb)"
+//config: bool "mkdosfs (7.6 kb)"
//config: default y
//config: help
//config: Utility to create FAT32 filesystems.
//config:
//config:config MKFS_VFAT
-//config: bool "mkfs.vfat (7.2 kb)"
+//config: bool "mkfs.vfat (7.6 kb)"
//config: default y
//config: help
//config: Alias to "mkdosfs".
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c
index 8fe5d0293..f80457a31 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 (6.3 kb)"
+//config: bool "mkswap (6.6 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 352a3b6cf..bffe6ee5e 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 (7 kb)"
+//config: bool "more (7.2 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 4e65b6b46..d0f0ae1ad 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -18,7 +18,7 @@
//
//config:config MOUNT
-//config: bool "mount (23 kb)"
+//config: bool "mount (24 kb)"
//config: default y
//config: help
//config: All files and filesystems in Unix are arranged into one big directory
diff --git a/util-linux/mountpoint.c b/util-linux/mountpoint.c
index 28b1e7a54..87f4cc60d 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.9 kb)"
+//config: bool "mountpoint (5.1 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 1aa045b35..9a250e43c 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 (6.5 kb)"
+//config: bool "nsenter (6.8 kb)"
//config: default y
//config: help
//config: Run program with namespaces of other processes.
diff --git a/util-linux/pivot_root.c b/util-linux/pivot_root.c
index ecc891100..b65e914cf 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 (1.1 kb)"
+//config: bool "pivot_root (1.4 kb)"
//config: default y
//config: help
//config: The pivot_root utility swaps the mount points for the root filesystem
diff --git a/util-linux/rdate.c b/util-linux/rdate.c
index 9b80141c9..fd45081d8 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 (5.6 kb)"
+//config: bool "rdate (5.9 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 d6b515ebc..7e8c8cd8a 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.8 kb)"
+//config: bool "rdev (2.1 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 f11c62292..a7e4dcb73 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.1 kb)"
+//config: bool "readprofile (7.5 kb)"
//config: default y
//config: help
//config: This allows you to parse /proc/profile for basic profiling.
diff --git a/util-linux/renice.c b/util-linux/renice.c
index fc72550f4..53f197cce 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 (4.2 kb)"
+//config: bool "renice (4.4 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 63b005c67..12df2b9ff 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.4 kb)"
+//config: bool "rev (4.6 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 eac16077d..a8dfab064 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.8 kb)"
+//config: bool "rtcwake (7.5 kb)"
//config: default y
//config: help
//config: Enter a system sleep state until specified wakeup time.
diff --git a/util-linux/script.c b/util-linux/script.c
index 963435335..58b844e77 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.6 kb)"
+//config: bool "script (8.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 3c032eec5..e3083ab93 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.4 kb)"
+//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 cf8ef0064..68b7c663c 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.6 kb)"
+//config: bool "setarch (3.8 kb)"
//config: default y
//config: help
//config: The linux32 utility is used to create a 32bit environment for the
@@ -16,13 +16,13 @@
//config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
//config:
//config:config LINUX32
-//config: bool "linux32 (3.3 kb)"
+//config: bool "linux32 (3.6 kb)"
//config: default y
//config: help
//config: Alias to "setarch linux32".
//config:
//config:config LINUX64
-//config: bool "linux64 (3.3 kb)"
+//config: bool "linux64 (3.5 kb)"
//config: default y
//config: help
//config: Alias to "setarch linux64".
diff --git a/util-linux/setpriv.c b/util-linux/setpriv.c
index 6904cf019..ee038516d 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 (6.6 kb)"
+//config: bool "setpriv (6.9 kb)"
//config: default y
//config: select LONG_OPTS
//config: help
diff --git a/util-linux/setsid.c b/util-linux/setsid.c
index cdad8c1d3..24b02a509 100644
--- a/util-linux/setsid.c
+++ b/util-linux/setsid.c
@@ -14,7 +14,7 @@
* - busyboxed
*/
//config:config SETSID
-//config: bool "setsid (3.6 kb)"
+//config: bool "setsid (3.8 kb)"
//config: default y
//config: help
//config: setsid runs a program in a new session
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c
index 901c0b8db..14139736e 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.5 kb)"
+//config: bool "switch_root (5.7 kb)"
//config: default y
//config: help
//config: The switch_root utility is used from initramfs to select a new
diff --git a/util-linux/taskset.c b/util-linux/taskset.c
index 8b410f369..55c915e8d 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.2 kb)"
+//config: bool "taskset (5.6 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 db11746d0..2193eb0f2 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.1 kb)"
+//config: bool "uevent (3.5 kb)"
//config: default y
//config: help
//config: uevent is a netlink listener for kernel uevent notifications
diff --git a/util-linux/unshare.c b/util-linux/unshare.c
index 06b938074..a9f56f388 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 (7.2 kb)"
+//config: bool "unshare (7.3 kb)"
//config: default y
//config: depends on !NOMMU
//config: select LONG_OPTS
diff --git a/util-linux/wall.c b/util-linux/wall.c
index 23fb87517..72205cbae 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.6 kb)"
+//config: bool "wall (2.9 kb)"
//config: default y
//config: depends on FEATURE_UTMP
//config: help