config: update size information

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2018-12-28 03:20:17 +01:00
parent 10bde14292
commit b097a84d62
262 changed files with 321 additions and 313 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 '/'.

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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