aboutsummaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-07-10 17:25:21 +0200
commit5353df91cba7b397b9407701681708d0a1518df6 (patch)
tree7b7925e3e43c7ef44c618a629bbc6aa78a8c3bf7 /console-tools
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
downloadbusybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.gz
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.tar.bz2
busybox-w32-5353df91cba7b397b9407701681708d0a1518df6.zip
Update applet size estimates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/chvt.c2
-rw-r--r--console-tools/clear.c2
-rw-r--r--console-tools/deallocvt.c2
-rw-r--r--console-tools/dumpkmap.c2
-rw-r--r--console-tools/fgconsole.c2
-rw-r--r--console-tools/kbd_mode.c2
-rw-r--r--console-tools/loadfont.c2
-rw-r--r--console-tools/loadkmap.c2
-rw-r--r--console-tools/openvt.c2
-rw-r--r--console-tools/reset.c2
-rw-r--r--console-tools/resize.c2
-rw-r--r--console-tools/setconsole.c2
-rw-r--r--console-tools/setkeycodes.c2
-rw-r--r--console-tools/setlogcons.c2
-rw-r--r--console-tools/showkey.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/console-tools/chvt.c b/console-tools/chvt.c
index 7c2814d1c..2444e1f9d 100644
--- a/console-tools/chvt.c
+++ b/console-tools/chvt.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config CHVT 9//config:config CHVT
10//config: bool "chvt (2 kb)" 10//config: bool "chvt (2.2 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: This program is used to change to another terminal. 13//config: This program is used to change to another terminal.
diff --git a/console-tools/clear.c b/console-tools/clear.c
index 09ef1ea68..e1bf2c313 100644
--- a/console-tools/clear.c
+++ b/console-tools/clear.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config CLEAR 9//config:config CLEAR
10//config: bool "clear (tiny)" 10//config: bool "clear (371 bytes)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: This program clears the terminal screen. 13//config: This program clears the terminal screen.
diff --git a/console-tools/deallocvt.c b/console-tools/deallocvt.c
index 6cd54653c..f03ad079b 100644
--- a/console-tools/deallocvt.c
+++ b/console-tools/deallocvt.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10//config:config DEALLOCVT 10//config:config DEALLOCVT
11//config: bool "deallocvt (1.9 kb)" 11//config: bool "deallocvt (2.2 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: This program deallocates unused virtual consoles. 14//config: This program deallocates unused virtual consoles.
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c
index 3d8de6bed..957d16529 100644
--- a/console-tools/dumpkmap.c
+++ b/console-tools/dumpkmap.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config DUMPKMAP 9//config:config DUMPKMAP
10//config: bool "dumpkmap (1.6 kb)" 10//config: bool "dumpkmap (1.9 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: This program dumps the kernel's keyboard translation table to 13//config: This program dumps the kernel's keyboard translation table to
diff --git a/console-tools/fgconsole.c b/console-tools/fgconsole.c
index 9bfb68017..b6dbc472b 100644
--- a/console-tools/fgconsole.c
+++ b/console-tools/fgconsole.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config FGCONSOLE 9//config:config FGCONSOLE
10//config: bool "fgconsole (1.5 kb)" 10//config: bool "fgconsole (1.8 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: This program prints active (foreground) console number. 13//config: This program prints active (foreground) console number.
diff --git a/console-tools/kbd_mode.c b/console-tools/kbd_mode.c
index b0b963ee0..1ec25757d 100644
--- a/console-tools/kbd_mode.c
+++ b/console-tools/kbd_mode.c
@@ -9,7 +9,7 @@
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 9 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 10 */
11//config:config KBD_MODE 11//config:config KBD_MODE
12//config: bool "kbd_mode (4.1 kb)" 12//config: bool "kbd_mode (4.3 kb)"
13//config: default y 13//config: default y
14//config: help 14//config: help
15//config: This program reports and sets keyboard mode. 15//config: This program reports and sets keyboard mode.
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c
index 81a0e6aa8..cec5e19cd 100644
--- a/console-tools/loadfont.c
+++ b/console-tools/loadfont.c
@@ -10,7 +10,7 @@
10 * Licensed under GPLv2, see file LICENSE in this source tree. 10 * Licensed under GPLv2, see file LICENSE in this source tree.
11 */ 11 */
12//config:config LOADFONT 12//config:config LOADFONT
13//config: bool "loadfont (5.2 kb)" 13//config: bool "loadfont (5.4 kb)"
14//config: default y 14//config: default y
15//config: help 15//config: help
16//config: This program loads a console font from standard input. 16//config: This program loads a console font from standard input.
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c
index c038e2d22..22e918dbf 100644
--- a/console-tools/loadkmap.c
+++ b/console-tools/loadkmap.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config LOADKMAP 9//config:config LOADKMAP
10//config: bool "loadkmap (1.8 kb)" 10//config: bool "loadkmap (2.1 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: This program loads a keyboard translation table from 13//config: This program loads a keyboard translation table from
diff --git a/console-tools/openvt.c b/console-tools/openvt.c
index db2f073b2..c35617eb8 100644
--- a/console-tools/openvt.c
+++ b/console-tools/openvt.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10//config:config OPENVT 10//config:config OPENVT
11//config: bool "openvt (7.2 kb)" 11//config: bool "openvt (7.4 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: This program is used to start a command on an unused 14//config: This program is used to start a command on an unused
diff --git a/console-tools/reset.c b/console-tools/reset.c
index cc04e4fcc..655a5ef7a 100644
--- a/console-tools/reset.c
+++ b/console-tools/reset.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10//config:config RESET 10//config:config RESET
11//config: bool "reset (345 bytes)" 11//config: bool "reset (676 bytes)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: This program is used to reset the terminal screen, if it 14//config: This program is used to reset the terminal screen, if it
diff --git a/console-tools/resize.c b/console-tools/resize.c
index 95e0c7bf9..6fa7ce9ea 100644
--- a/console-tools/resize.c
+++ b/console-tools/resize.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config RESIZE 9//config:config RESIZE
10//config: bool "resize (903 bytes)" 10//config: bool "resize (1.2 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: This program is used to (re)set the width and height of your current 13//config: This program is used to (re)set the width and height of your current
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c
index 461a98c6a..4e625890a 100644
--- a/console-tools/setconsole.c
+++ b/console-tools/setconsole.c
@@ -8,7 +8,7 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10//config:config SETCONSOLE 10//config:config SETCONSOLE
11//config: bool "setconsole (3.6 kb)" 11//config: bool "setconsole (3.8 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: Redirect writes to /dev/console to another device, 14//config: Redirect writes to /dev/console to another device,
diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c
index 5de18b8ea..03accec2f 100644
--- a/console-tools/setkeycodes.c
+++ b/console-tools/setkeycodes.c
@@ -9,7 +9,7 @@
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 9 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 10 */
11//config:config SETKEYCODES 11//config:config SETKEYCODES
12//config: bool "setkeycodes (2.1 kb)" 12//config: bool "setkeycodes (2.4 kb)"
13//config: default y 13//config: default y
14//config: help 14//config: help
15//config: This program loads entries into the kernel's scancode-to-keycode 15//config: This program loads entries into the kernel's scancode-to-keycode
diff --git a/console-tools/setlogcons.c b/console-tools/setlogcons.c
index e9c2f516e..a94c0035a 100644
--- a/console-tools/setlogcons.c
+++ b/console-tools/setlogcons.c
@@ -9,7 +9,7 @@
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 9 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 10 */
11//config:config SETLOGCONS 11//config:config SETLOGCONS
12//config: bool "setlogcons (1.8 kb)" 12//config: bool "setlogcons (2 kb)"
13//config: default y 13//config: default y
14//config: help 14//config: help
15//config: This program redirects the output console of kernel messages. 15//config: This program redirects the output console of kernel messages.
diff --git a/console-tools/showkey.c b/console-tools/showkey.c
index 84eb38a0a..87532a8ac 100644
--- a/console-tools/showkey.c
+++ b/console-tools/showkey.c
@@ -7,7 +7,7 @@
7 * Licensed under GPLv2, see file LICENSE in this source tree. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 */ 8 */
9//config:config SHOWKEY 9//config:config SHOWKEY
10//config: bool "showkey (4.7 kb)" 10//config: bool "showkey (4.9 kb)"
11//config: default y 11//config: default y
12//config: help 12//config: help
13//config: Shows keys pressed. 13//config: Shows keys pressed.