aboutsummaryrefslogtreecommitdiff
path: root/miscutils
diff options
context:
space:
mode:
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 c1718e909..8ca90d58a 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 537612d5e..7179811fe 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 0c8a8225e..92faa1cd5 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 2dfe52c4f..5183d1369 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 f6580a9d4..2e36c406b 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 4787fa08f..96dc4741a 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 bc3c61055..bba22d6d1 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 8e93060ca..a3dabdadb 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 858cee194..1ca9d158d 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 0bbe6ca10..342e240fa 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 298eb8149..5c2f4a555 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 6a2134063..610fed5d6 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 0060797ed..ec0321941 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 938d9842f..223c2558d 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 0aaa01ded..f737d33d9 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 80975c652..93c550042 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 ba6bb4c01..01155c8f0 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 fa090057e..399d4cf7f 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 fad656e95..9f1aecfca 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 29c800612..09bcaaf63 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 d1ae27348..0abed6ff1 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 d315c2734..39816ab1f 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 972302a18..cc0ba5ba3 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 ae38c182d..766bad8c7 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 0b2098564..885b403db 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 12eebc56e..9792c2660 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 fd88ed106..71b274568 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 ccb05f6d4..51412f401 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 7d6a7a29f..064888ab8 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 2c2d4ec33..d635b29ce 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 a947abab5..dc7af25a4 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 ecc8fe137..21bd10111 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 6e6bbaa44..027d01272 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 392d05646..1e9ecc5e8 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