summaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
authorDenys Vlasenko2018-12-28 03:20:17 +0100
committerDenys Vlasenko2018-12-28 03:20:17 +0100
commitb097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch)
treec3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /miscutils
parent10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff)
downloadbusybox-b097a84d62dcfcf201a695b54bcfafae70cac8a6.zip
busybox-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-rw-r--r--miscutils/adjtimex.c2
-rw-r--r--miscutils/bc.c4
-rw-r--r--miscutils/beep.c2
-rw-r--r--miscutils/chat.c2
-rw-r--r--miscutils/crond.c2
-rw-r--r--miscutils/crontab.c2
-rw-r--r--miscutils/fbsplash.c2
-rw-r--r--miscutils/flash_eraseall.c2
-rw-r--r--miscutils/flashcp.c2
-rw-r--r--miscutils/hdparm.c2
-rw-r--r--miscutils/hexedit.c2
-rw-r--r--miscutils/i2c_tools.c8
-rw-r--r--miscutils/inotifyd.c2
-rw-r--r--miscutils/less.c2
-rw-r--r--miscutils/lsscsi.c2
-rw-r--r--miscutils/makedevs.c2
-rw-r--r--miscutils/man.c2
-rw-r--r--miscutils/microcom.c2
-rw-r--r--miscutils/mt.c2
-rw-r--r--miscutils/nandwrite.c4
-rw-r--r--miscutils/partprobe.c2
-rw-r--r--miscutils/raidautorun.c2
-rw-r--r--miscutils/readahead.c2
-rw-r--r--miscutils/rfkill.c2
-rw-r--r--miscutils/runlevel.c2
-rw-r--r--miscutils/setfattr.c2
-rw-r--r--miscutils/setserial.c2
-rw-r--r--miscutils/strings.c2
-rw-r--r--miscutils/time.c2
-rw-r--r--miscutils/ttysize.c2
-rw-r--r--miscutils/ubi_tools.c12
-rw-r--r--miscutils/ubirename.c2
-rw-r--r--miscutils/volname.c2
-rw-r--r--miscutils/watchdog.c2
34 files changed, 44 insertions, 44 deletions
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c
index c1718e9..8ca90d5 100644
--- a/miscutils/adjtimex.c
+++ b/miscutils/adjtimex.c
@@ -11,7 +11,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config ADJTIMEX
-//config: bool "adjtimex (4.5 kb)"
+//config: bool "adjtimex (4.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/bc.c b/miscutils/bc.c
index 537612d..7179811 100644
--- a/miscutils/bc.c
+++ b/miscutils/bc.c
@@ -5,7 +5,7 @@
* Original code copyright (c) 2018 Gavin D. Howard and contributors.
*/
//config:config BC
-//config: bool "bc (45 kb; 49 kb when combined with dc)"
+//config: bool "bc (45 kb)"
//config: default y
//config: help
//config: bc is a command-line, arbitrary-precision calculator with a
@@ -41,7 +41,7 @@
//config: j(n, x) Bessel function of integer order n of x
//config:
//config:config DC
-//config: bool "dc (38 kb; 49 kb when combined with bc)"
+//config: bool "dc (36 kb)"
//config: default y
//config: help
//config: dc is a reverse-polish notation command-line calculator which
diff --git a/miscutils/beep.c b/miscutils/beep.c
index 0c8a822..92faa1c 100644
--- a/miscutils/beep.c
+++ b/miscutils/beep.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config BEEP
-//config: bool "beep (3 kb)"
+//config: bool "beep (2.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/chat.c b/miscutils/chat.c
index 2dfe52c..5183d13 100644
--- a/miscutils/chat.c
+++ b/miscutils/chat.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config CHAT
-//config: bool "chat (6.6 kb)"
+//config: bool "chat (6.3 kb)"
//config: default y
//config: help
//config: Simple chat utility.
diff --git a/miscutils/crond.c b/miscutils/crond.c
index f6580a9..2e36c40 100644
--- a/miscutils/crond.c
+++ b/miscutils/crond.c
@@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CROND
-//config: bool "crond (13 kb)"
+//config: bool "crond (14 kb)"
//config: default y
//config: select FEATURE_SYSLOG
//config: help
diff --git a/miscutils/crontab.c b/miscutils/crontab.c
index 4787fa0..96dc474 100644
--- a/miscutils/crontab.c
+++ b/miscutils/crontab.c
@@ -10,7 +10,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CRONTAB
-//config: bool "crontab (9.7 kb)"
+//config: bool "crontab (10 kb)"
//config: default y
//config: help
//config: Crontab manipulates the crontab for a particular user. Only
diff --git a/miscutils/fbsplash.c b/miscutils/fbsplash.c
index bc3c610..bba22d6 100644
--- a/miscutils/fbsplash.c
+++ b/miscutils/fbsplash.c
@@ -21,7 +21,7 @@
* "exit" (or just close fifo) - well you guessed it.
*/
//config:config FBSPLASH
-//config: bool "fbsplash (27 kb)"
+//config: bool "fbsplash (26 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/flash_eraseall.c b/miscutils/flash_eraseall.c
index 8e93060..a3dabda 100644
--- a/miscutils/flash_eraseall.c
+++ b/miscutils/flash_eraseall.c
@@ -11,7 +11,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FLASH_ERASEALL
-//config: bool "flash_eraseall (5.5 kb)"
+//config: bool "flash_eraseall (5.9 kb)"
//config: default n # doesn't build on Ubuntu 8.04
//config: help
//config: The flash_eraseall binary from mtd-utils as of git head c4c6a59eb.
diff --git a/miscutils/flashcp.c b/miscutils/flashcp.c
index 858cee1..1ca9d15 100644
--- a/miscutils/flashcp.c
+++ b/miscutils/flashcp.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config FLASHCP
-//config: bool "flashcp (5.4 kb)"
+//config: bool "flashcp (5.3 kb)"
//config: default n # doesn't build on Ubuntu 8.04
//config: help
//config: The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c
index 0bbe6ca..342e240 100644
--- a/miscutils/hdparm.c
+++ b/miscutils/hdparm.c
@@ -12,7 +12,7 @@
* - by Mark Lord (C) 1994-2002 -- freely distributable
*/
//config:config HDPARM
-//config: bool "hdparm (23 kb)"
+//config: bool "hdparm (25 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/hexedit.c b/miscutils/hexedit.c
index 298eb81..5c2f4a5 100644
--- a/miscutils/hexedit.c
+++ b/miscutils/hexedit.c
@@ -4,7 +4,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config HEXEDIT
-//config: bool "hexedit (20 kb)"
+//config: bool "hexedit (21 kb)"
//config: default y
//config: help
//config: Edit file in hexadecimal.
diff --git a/miscutils/i2c_tools.c b/miscutils/i2c_tools.c
index 6a21340..610fed5 100644
--- a/miscutils/i2c_tools.c
+++ b/miscutils/i2c_tools.c
@@ -9,28 +9,28 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config I2CGET
-//config: bool "i2cget (5.6 kb)"
+//config: bool "i2cget (5.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Read from I2C/SMBus chip registers.
//config:
//config:config I2CSET
-//config: bool "i2cset (6.9 kb)"
+//config: bool "i2cset (6.7 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Set I2C registers.
//config:
//config:config I2CDUMP
-//config: bool "i2cdump (7.2 kb)"
+//config: bool "i2cdump (7.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Examine I2C registers.
//config:
//config:config I2CDETECT
-//config: bool "i2cdetect (7.2 kb)"
+//config: bool "i2cdetect (7.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c
index 0060797..ec03219 100644
--- a/miscutils/inotifyd.c
+++ b/miscutils/inotifyd.c
@@ -27,7 +27,7 @@
* See below for mask names explanation.
*/
//config:config INOTIFYD
-//config: bool "inotifyd (3.5 kb)"
+//config: bool "inotifyd (3.6 kb)"
//config: default n # doesn't build on Knoppix 5
//config: help
//config: Simple inotify daemon. Reports filesystem changes. Requires
diff --git a/miscutils/less.c b/miscutils/less.c
index 938d984..223c255 100644
--- a/miscutils/less.c
+++ b/miscutils/less.c
@@ -20,7 +20,7 @@
* redirected input has been read from stdin
*/
//config:config LESS
-//config: bool "less (15 kb)"
+//config: bool "less (16 kb)"
//config: default y
//config: help
//config: 'less' is a pager, meaning that it displays text files. It possesses
diff --git a/miscutils/lsscsi.c b/miscutils/lsscsi.c
index 0aaa01d..f737d33 100644
--- a/miscutils/lsscsi.c
+++ b/miscutils/lsscsi.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config LSSCSI
-//config: bool "lsscsi (2.4 kb)"
+//config: bool "lsscsi (2.5 kb)"
//config: default y
//config: #select PLATFORM_LINUX
//config: help
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c
index 80975c6..93c5500 100644
--- a/miscutils/makedevs.c
+++ b/miscutils/makedevs.c
@@ -7,7 +7,7 @@
* known bugs: can't deal with alpha ranges
*/
//config:config MAKEDEVS
-//config: bool "makedevs (9.3 kb)"
+//config: bool "makedevs (9.2 kb)"
//config: default y
//config: help
//config: 'makedevs' is a utility used to create a batch of devices with
diff --git a/miscutils/man.c b/miscutils/man.c
index ba6bb4c..01155c8 100644
--- a/miscutils/man.c
+++ b/miscutils/man.c
@@ -3,7 +3,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config MAN
-//config: bool "man (27 kb)"
+//config: bool "man (26 kb)"
//config: default y
//config: help
//config: Format and display manual pages.
diff --git a/miscutils/microcom.c b/miscutils/microcom.c
index fa09005..399d4cf 100644
--- a/miscutils/microcom.c
+++ b/miscutils/microcom.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config MICROCOM
-//config: bool "microcom (5.6 kb)"
+//config: bool "microcom (5.7 kb)"
//config: default y
//config: help
//config: The poor man's minicom utility for chatting with serial port devices.
diff --git a/miscutils/mt.c b/miscutils/mt.c
index fad656e..9f1aecf 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -3,7 +3,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config MT
-//config: bool "mt (2.6 kb)"
+//config: bool "mt (2.5 kb)"
//config: default y
//config: help
//config: mt is used to control tape devices. You can use the mt utility
diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c
index 29c8006..09bcaaf 100644
--- a/miscutils/nandwrite.c
+++ b/miscutils/nandwrite.c
@@ -8,14 +8,14 @@
* TODO: add support for large (>4GB) MTD devices
*/
//config:config NANDWRITE
-//config: bool "nandwrite (5.9 kb)"
+//config: bool "nandwrite (4.8 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Write to the specified MTD device, with bad blocks awareness
//config:
//config:config NANDDUMP
-//config: bool "nanddump (6.3 kb)"
+//config: bool "nanddump (5.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/partprobe.c b/miscutils/partprobe.c
index d1ae273..0abed6f 100644
--- a/miscutils/partprobe.c
+++ b/miscutils/partprobe.c
@@ -5,7 +5,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config PARTPROBE
-//config: bool "partprobe (3.6 kb)"
+//config: bool "partprobe (3.5 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/raidautorun.c b/miscutils/raidautorun.c
index d315c27..39816ab 100644
--- a/miscutils/raidautorun.c
+++ b/miscutils/raidautorun.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RAIDAUTORUN
-//config: bool "raidautorun (1.4 kb)"
+//config: bool "raidautorun (1.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/readahead.c b/miscutils/readahead.c
index 972302a..cc0ba5b 100644
--- a/miscutils/readahead.c
+++ b/miscutils/readahead.c
@@ -10,7 +10,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config READAHEAD
-//config: bool "readahead (2 kb)"
+//config: bool "readahead (1.5 kb)"
//config: default y
//config: depends on LFS
//config: select PLATFORM_LINUX
diff --git a/miscutils/rfkill.c b/miscutils/rfkill.c
index ae38c18..766bad8 100644
--- a/miscutils/rfkill.c
+++ b/miscutils/rfkill.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RFKILL
-//config: bool "rfkill (5.3 kb)"
+//config: bool "rfkill (4.4 kb)"
//config: default n # doesn't build on Ubuntu 9.04
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c
index 0b20985..885b403 100644
--- a/miscutils/runlevel.c
+++ b/miscutils/runlevel.c
@@ -12,7 +12,7 @@
* initially busyboxified by Bernhard Reutner-Fischer
*/
//config:config RUNLEVEL
-//config: bool "runlevel (518 bytes)"
+//config: bool "runlevel (559 bytes)"
//config: default y
//config: depends on FEATURE_UTMP
//config: help
diff --git a/miscutils/setfattr.c b/miscutils/setfattr.c
index 12eebc5..9792c26 100644
--- a/miscutils/setfattr.c
+++ b/miscutils/setfattr.c
@@ -6,7 +6,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SETFATTR
-//config: bool "setfattr (3.6 kb)"
+//config: bool "setfattr (3.7 kb)"
//config: default y
//config: help
//config: Set/delete extended attributes on files
diff --git a/miscutils/setserial.c b/miscutils/setserial.c
index fd88ed1..71b2745 100644
--- a/miscutils/setserial.c
+++ b/miscutils/setserial.c
@@ -8,7 +8,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETSERIAL
-//config: bool "setserial (6.6 kb)"
+//config: bool "setserial (6.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/strings.c b/miscutils/strings.c
index ccb05f6..51412f4 100644
--- a/miscutils/strings.c
+++ b/miscutils/strings.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config STRINGS
-//config: bool "strings (4.3 kb)"
+//config: bool "strings (4.6 kb)"
//config: default y
//config: help
//config: strings prints the printable character sequences for each file
diff --git a/miscutils/time.c b/miscutils/time.c
index 7d6a7a2..064888a 100644
--- a/miscutils/time.c
+++ b/miscutils/time.c
@@ -10,7 +10,7 @@
* Heavily modified for busybox by Erik Andersen <andersen@codepoet.org>
*/
//config:config TIME
-//config: bool "time (7 kb)"
+//config: bool "time (6.8 kb)"
//config: default y
//config: help
//config: The time command runs the specified program with the given arguments.
diff --git a/miscutils/ttysize.c b/miscutils/ttysize.c
index 2c2d4ec..d635b29 100644
--- a/miscutils/ttysize.c
+++ b/miscutils/ttysize.c
@@ -10,7 +10,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config TTYSIZE
-//config: bool "ttysize (372 bytes)"
+//config: bool "ttysize (432 bytes)"
//config: default y
//config: help
//config: A replacement for "stty size". Unlike stty, can report only width,
diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c
index a947aba..dc7af25 100644
--- a/miscutils/ubi_tools.c
+++ b/miscutils/ubi_tools.c
@@ -4,42 +4,42 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config UBIATTACH
-//config: bool "ubiattach (4.7 kb)"
+//config: bool "ubiattach (4.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Attach MTD device to an UBI device.
//config:
//config:config UBIDETACH
-//config: bool "ubidetach (4.6 kb)"
+//config: bool "ubidetach (4.1 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Detach MTD device from an UBI device.
//config:
//config:config UBIMKVOL
-//config: bool "ubimkvol (5.8 kb)"
+//config: bool "ubimkvol (5.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Create a UBI volume.
//config:
//config:config UBIRMVOL
-//config: bool "ubirmvol (5.2 kb)"
+//config: bool "ubirmvol (4.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Delete a UBI volume.
//config:
//config:config UBIRSVOL
-//config: bool "ubirsvol (4.6 kb)"
+//config: bool "ubirsvol (4.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Resize a UBI volume.
//config:
//config:config UBIUPDATEVOL
-//config: bool "ubiupdatevol (5.6 kb)"
+//config: bool "ubiupdatevol (5.2 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/ubirename.c b/miscutils/ubirename.c
index ecc8fe1..21bd101 100644
--- a/miscutils/ubirename.c
+++ b/miscutils/ubirename.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config UBIRENAME
-//config: bool "ubirename (2.2 kb)"
+//config: bool "ubirename (2.4 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
diff --git a/miscutils/volname.c b/miscutils/volname.c
index 6e6bbaa..027d012 100644
--- a/miscutils/volname.c
+++ b/miscutils/volname.c
@@ -28,7 +28,7 @@
* Matthew Stoltenberg <d3matt@gmail.com>
*/
//config:config VOLNAME
-//config: bool "volname (1.7 kb)"
+//config: bool "volname (1.6 kb)"
//config: default y
//config: help
//config: Prints a CD-ROM volume name.
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c
index 392d056..1e9ecc5 100644
--- a/miscutils/watchdog.c
+++ b/miscutils/watchdog.c
@@ -9,7 +9,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config WATCHDOG
-//config: bool "watchdog (5.1 kb)"
+//config: bool "watchdog (5.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help