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 /console-tools
parenta9047e09807f11bcd62f69c481ce19b2663f8862 (diff)
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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CHVT
-//config: bool "chvt (2 kb)"
+//config: bool "chvt (2.2 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config CLEAR
-//config: bool "clear (tiny)"
+//config: bool "clear (371 bytes)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DEALLOCVT
-//config: bool "deallocvt (1.9 kb)"
+//config: bool "deallocvt (2.2 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config DUMPKMAP
-//config: bool "dumpkmap (1.6 kb)"
+//config: bool "dumpkmap (1.9 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config FGCONSOLE
-//config: bool "fgconsole (1.5 kb)"
+//config: bool "fgconsole (1.8 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config KBD_MODE
-//config: bool "kbd_mode (4.1 kb)"
+//config: bool "kbd_mode (4.3 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config LOADFONT
-//config: bool "loadfont (5.2 kb)"
+//config: bool "loadfont (5.4 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config LOADKMAP
-//config: bool "loadkmap (1.8 kb)"
+//config: bool "loadkmap (2.1 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config OPENVT
-//config: bool "openvt (7.2 kb)"
+//config: bool "openvt (7.4 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RESET
-//config: bool "reset (345 bytes)"
+//config: bool "reset (676 bytes)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RESIZE
-//config: bool "resize (903 bytes)"
+//config: bool "resize (1.2 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETCONSOLE
-//config: bool "setconsole (3.6 kb)"
+//config: bool "setconsole (3.8 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETKEYCODES
-//config: bool "setkeycodes (2.1 kb)"
+//config: bool "setkeycodes (2.4 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config SETLOGCONS
-//config: bool "setlogcons (1.8 kb)"
+//config: bool "setlogcons (2 kb)"
//config: default y
//config: help
//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 @@
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config SHOWKEY
-//config: bool "showkey (4.7 kb)"
+//config: bool "showkey (4.9 kb)"
//config: default y
//config: help
//config: Shows keys pressed.