Browse Source

Update applet size estimates

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Denys Vlasenko 9 months ago
parent
commit
5353df91cb
100 changed files with 117 additions and 117 deletions
  1. 4 4
      archival/bbunzip.c
  2. 1 1
      archival/dpkg_deb.c
  3. 1 1
      archival/lzop.c
  4. 1 1
      console-tools/chvt.c
  5. 1 1
      console-tools/clear.c
  6. 1 1
      console-tools/deallocvt.c
  7. 1 1
      console-tools/dumpkmap.c
  8. 1 1
      console-tools/fgconsole.c
  9. 1 1
      console-tools/kbd_mode.c
  10. 1 1
      console-tools/loadfont.c
  11. 1 1
      console-tools/loadkmap.c
  12. 1 1
      console-tools/openvt.c
  13. 1 1
      console-tools/reset.c
  14. 1 1
      console-tools/resize.c
  15. 1 1
      console-tools/setconsole.c
  16. 1 1
      console-tools/setkeycodes.c
  17. 1 1
      console-tools/setlogcons.c
  18. 1 1
      console-tools/showkey.c
  19. 1 1
      coreutils/basename.c
  20. 1 1
      coreutils/cat.c
  21. 1 1
      coreutils/chroot.c
  22. 2 2
      coreutils/cksum.c
  23. 1 1
      coreutils/comm.c
  24. 1 1
      coreutils/cut.c
  25. 1 1
      coreutils/date.c
  26. 1 1
      coreutils/dd.c
  27. 1 1
      coreutils/df.c
  28. 1 1
      coreutils/dirname.c
  29. 2 2
      coreutils/dos2unix.c
  30. 1 1
      coreutils/du.c
  31. 1 1
      coreutils/echo.c
  32. 1 1
      coreutils/env.c
  33. 2 2
      coreutils/expand.c
  34. 1 1
      coreutils/expr.c
  35. 1 1
      coreutils/factor.c
  36. 1 1
      coreutils/false.c
  37. 1 1
      coreutils/fold.c
  38. 1 1
      coreutils/head.c
  39. 1 1
      coreutils/hostid.c
  40. 2 2
      coreutils/id.c
  41. 1 1
      coreutils/link.c
  42. 1 1
      coreutils/ln.c
  43. 1 1
      coreutils/logname.c
  44. 5 5
      coreutils/md5_sha1_sum.c
  45. 1 1
      coreutils/mkdir.c
  46. 1 1
      coreutils/mkfifo.c
  47. 1 1
      coreutils/mknod.c
  48. 1 1
      coreutils/mktemp.c
  49. 1 1
      coreutils/nice.c
  50. 1 1
      coreutils/nl.c
  51. 1 1
      coreutils/nohup.c
  52. 1 1
      coreutils/nproc.c
  53. 1 1
      coreutils/paste.c
  54. 1 1
      coreutils/printenv.c
  55. 1 1
      coreutils/printf.c
  56. 1 1
      coreutils/pwd.c
  57. 1 1
      coreutils/readlink.c
  58. 1 1
      coreutils/realpath.c
  59. 1 1
      coreutils/rm.c
  60. 1 1
      coreutils/rmdir.c
  61. 1 1
      coreutils/seq.c
  62. 1 1
      coreutils/shred.c
  63. 1 1
      coreutils/shuf.c
  64. 1 1
      coreutils/sleep.c
  65. 1 1
      coreutils/sort.c
  66. 1 1
      coreutils/split.c
  67. 1 1
      coreutils/stty.c
  68. 1 1
      coreutils/sum.c
  69. 2 2
      coreutils/sync.c
  70. 1 1
      coreutils/tac.c
  71. 1 1
      coreutils/tail.c
  72. 1 1
      coreutils/tee.c
  73. 1 1
      coreutils/test.c
  74. 1 1
      coreutils/timeout.c
  75. 1 1
      coreutils/touch.c
  76. 1 1
      coreutils/tr.c
  77. 1 1
      coreutils/true.c
  78. 1 1
      coreutils/truncate.c
  79. 1 1
      coreutils/tsort.c
  80. 1 1
      coreutils/tty.c
  81. 2 2
      coreutils/uname.c
  82. 1 1
      coreutils/uniq.c
  83. 1 1
      coreutils/unlink.c
  84. 1 1
      coreutils/usleep.c
  85. 3 3
      coreutils/uudecode.c
  86. 1 1
      coreutils/uuencode.c
  87. 1 1
      coreutils/wc.c
  88. 3 3
      coreutils/who.c
  89. 1 1
      coreutils/whoami.c
  90. 1 1
      coreutils/yes.c
  91. 1 1
      debianutils/pipe_progress.c
  92. 1 1
      debianutils/run_parts.c
  93. 1 1
      debianutils/which.c
  94. 1 1
      e2fsprogs/chattr.c
  95. 1 1
      e2fsprogs/fsck.c
  96. 1 1
      e2fsprogs/lsattr.c
  97. 1 1
      editors/awk.c
  98. 1 1
      editors/cmp.c
  99. 1 1
      editors/ed.c
  100. 1 1
      editors/patch.c

+ 4 - 4
archival/bbunzip.c

@@ -415,7 +415,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
 //usage:       "Decompress to stdout"
 
 //config:config BUNZIP2
-//config:	bool "bunzip2 (8.7 kb)"
+//config:	bool "bunzip2 (9.1 kb)"
 //config:	default y
 //config:	select FEATURE_BZIP2_DECOMPRESS
 //config:	help
@@ -429,7 +429,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
 //config:	should probably say N here.
 //config:
 //config:config BZCAT
-//config:	bool "bzcat (8.7 kb)"
+//config:	bool "bzcat (9 kb)"
 //config:	default y
 //config:	select FEATURE_BZIP2_DECOMPRESS
 //config:	help
@@ -485,7 +485,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
 //usage:       "Decompress to stdout"
 
 //config:config UNLZMA
-//config:	bool "unlzma (7.5 kb)"
+//config:	bool "unlzma (7.8 kb)"
 //config:	default y
 //config:	help
 //config:	unlzma is a compression utility using the Lempel-Ziv-Markov chain
@@ -494,7 +494,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
 //config:	compressors.
 //config:
 //config:config LZCAT
-//config:	bool "lzcat (7.5 kb)"
+//config:	bool "lzcat (7.8 kb)"
 //config:	default y
 //config:	help
 //config:	Alias to "unlzma -c".

+ 1 - 1
archival/dpkg_deb.c

@@ -5,7 +5,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config DPKG_DEB
-//config:	bool "dpkg-deb (30 kb)"
+//config:	bool "dpkg-deb (29 kb)"
 //config:	default y
 //config:	select FEATURE_SEAMLESS_GZ
 //config:	help

+ 1 - 1
archival/lzop.c

@@ -25,7 +25,7 @@
    "Minimalized" for busybox by Alain Knaff
 */
 //config:config LZOP
-//config:	bool "lzop (12 kb)"
+//config:	bool "lzop (13 kb)"
 //config:	default y
 //config:	help
 //config:	Lzop compression/decompresion.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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,

+ 1 - 1
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

+ 1 - 1
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.

+ 1 - 1
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.

+ 1 - 1
coreutils/basename.c

@@ -14,7 +14,7 @@
  * 3) Save some space by using strcmp().  Calling strncmp() here was silly.
  */
 //config:config BASENAME
-//config:	bool "basename (438 bytes)"
+//config:	bool "basename (3.7 kb)"
 //config:	default y
 //config:	help
 //config:	basename is used to strip the directory and suffix from filenames,

+ 1 - 1
coreutils/cat.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config CAT
-//config:	bool "cat (5.6 kb)"
+//config:	bool "cat (5.8 kb)"
 //config:	default y
 //config:	help
 //config:	cat is used to concatenate files and print them to the standard

+ 1 - 1
coreutils/chroot.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config CHROOT
-//config:	bool "chroot (3.7 kb)"
+//config:	bool "chroot (4 kb)"
 //config:	default y
 //config:	help
 //config:	chroot is used to change the root directory and run a command.

+ 2 - 2
coreutils/cksum.c

@@ -7,11 +7,11 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config CKSUM
-//config:	bool "cksum (4.1 kb)"
+//config:	bool "cksum (4.3 kb)"
 //config:	default y
 //config:
 //config:config CRC32
-//config:	bool "crc32 (4.1 kb)"
+//config:	bool "crc32 (4.2 kb)"
 //config:	default y
 
 //                APPLET_NOEXEC:name   main   location        suid_type     help

+ 1 - 1
coreutils/comm.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config COMM
-//config:	bool "comm (4.2 kb)"
+//config:	bool "comm (4.4 kb)"
 //config:	default y
 //config:	help
 //config:	comm is used to compare two files line by line and return

+ 1 - 1
coreutils/cut.c

@@ -9,7 +9,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config CUT
-//config:	bool "cut (5.8 kb)"
+//config:	bool "cut (6.7 kb)"
 //config:	default y
 //config:	help
 //config:	cut is used to print selected parts of lines from

+ 1 - 1
coreutils/date.c

@@ -19,7 +19,7 @@
    much as possible, missed out a lot of bounds checking */
 
 //config:config DATE
-//config:	bool "date (7 kb)"
+//config:	bool "date (7.2 kb)"
 //config:	default y
 //config:	help
 //config:	date is used to set the system date or display the

+ 1 - 1
coreutils/dd.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config DD
-//config:	bool "dd (7.5 kb)"
+//config:	bool "dd (8.3 kb)"
 //config:	default y
 //config:	help
 //config:	dd copies a file (from standard input to standard output,

+ 1 - 1
coreutils/df.c

@@ -18,7 +18,7 @@
  * Implement -P and -B; better coreutils compat; cleanup
  */
 //config:config DF
-//config:	bool "df (6.8 kb)"
+//config:	bool "df (7.1 kb)"
 //config:	default y
 //config:	help
 //config:	df reports the amount of disk space used and available

+ 1 - 1
coreutils/dirname.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config DIRNAME
-//config:	bool "dirname (329 bytes)"
+//config:	bool "dirname (611 bytes)"
 //config:	default y
 //config:	help
 //config:	dirname is used to strip a non-directory suffix from

+ 2 - 2
coreutils/dos2unix.c

@@ -12,14 +12,14 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config DOS2UNIX
-//config:	bool "dos2unix (5.2 kb)"
+//config:	bool "dos2unix (5.5 kb)"
 //config:	default y
 //config:	help
 //config:	dos2unix is used to convert a text file from DOS format to
 //config:	UNIX format, and vice versa.
 //config:
 //config:config UNIX2DOS
-//config:	bool "unix2dos (5.2 kb)"
+//config:	bool "unix2dos (5.5 kb)"
 //config:	default y
 //config:	help
 //config:	unix2dos is used to convert a text file from UNIX format to

+ 1 - 1
coreutils/du.c

@@ -19,7 +19,7 @@
  * 4) Fixed busybox bug #1284 involving long overflow with human_readable.
  */
 //config:config DU
-//config:	bool "du (6.3 kb)"
+//config:	bool "du (6.5 kb)"
 //config:	default y
 //config:	help
 //config:	du is used to report the amount of disk space used

+ 1 - 1
coreutils/echo.c

@@ -19,7 +19,7 @@
  *    The previous version did not allow 4-digit octals.
  */
 //config:config ECHO
-//config:	bool "echo (1.8 kb)"
+//config:	bool "echo (2 kb)"
 //config:	default y
 //config:	help
 //config:	echo prints a specified string to stdout.

+ 1 - 1
coreutils/env.c

@@ -24,7 +24,7 @@
  * - use xfunc_error_retval
  */
 //config:config ENV
-//config:	bool "env (4 kb)"
+//config:	bool "env (4.3 kb)"
 //config:	default y
 //config:	help
 //config:	env is used to set an environment variable and run

+ 2 - 2
coreutils/expand.c

@@ -21,13 +21,13 @@
  *  Caveat: this versions of expand and unexpand don't accept tab lists.
  */
 //config:config EXPAND
-//config:	bool "expand (5.1 kb)"
+//config:	bool "expand (5.3 kb)"
 //config:	default y
 //config:	help
 //config:	By default, convert all tabs to spaces.
 //config:
 //config:config UNEXPAND
-//config:	bool "unexpand (5.3 kb)"
+//config:	bool "unexpand (5.5 kb)"
 //config:	default y
 //config:	help
 //config:	By default, convert only leading sequences of blanks to tabs.

+ 1 - 1
coreutils/expr.c

@@ -23,7 +23,7 @@
  * provided they all associate ((x op x) op x).
  */
 //config:config EXPR
-//config:	bool "expr (6.6 kb)"
+//config:	bool "expr (6.8 kb)"
 //config:	default y
 //config:	help
 //config:	expr is used to calculate numbers and print the result

+ 1 - 1
coreutils/factor.c

@@ -4,7 +4,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config FACTOR
-//config:	bool "factor (2.7 kb)"
+//config:	bool "factor (3.2 kb)"
 //config:	default y
 //config:	help
 //config:	factor factorizes integers

+ 1 - 1
coreutils/false.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config FALSE
-//config:	bool "false (tiny)"
+//config:	bool "false (314 bytes)"
 //config:	default y
 //config:	help
 //config:	false returns an exit code of FALSE (1).

+ 1 - 1
coreutils/fold.c

@@ -11,7 +11,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config FOLD
-//config:	bool "fold (4.6 kb)"
+//config:	bool "fold (4.8 kb)"
 //config:	default y
 //config:	help
 //config:	Wrap text to fit a specific width.

+ 1 - 1
coreutils/head.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config HEAD
-//config:	bool "head (3.8 kb)"
+//config:	bool "head (4 kb)"
 //config:	default y
 //config:	help
 //config:	head is used to print the first specified number of lines

+ 1 - 1
coreutils/hostid.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config HOSTID
-//config:	bool "hostid (286 bytes)"
+//config:	bool "hostid (566 bytes)"
 //config:	default y
 //config:	help
 //config:	hostid prints the numeric identifier (in hexadecimal) for

+ 2 - 2
coreutils/id.c

@@ -13,13 +13,13 @@
  * Added -G option Tito Ragusa (C) 2008 for SUSv3.
  */
 //config:config ID
-//config:	bool "id (7 kb)"
+//config:	bool "id (7.1 kb)"
 //config:	default y
 //config:	help
 //config:	id displays the current user and group ID names.
 //config:
 //config:config GROUPS
-//config:	bool "groups (6.7 kb)"
+//config:	bool "groups (6.8 kb)"
 //config:	default y
 //config:	help
 //config:	Print the group names associated with current user id.

+ 1 - 1
coreutils/link.c

@@ -6,7 +6,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config LINK
-//config:	bool "link (3.2 kb)"
+//config:	bool "link (3.5 kb)"
 //config:	default y
 //config:	help
 //config:	link creates hard links between files.

+ 1 - 1
coreutils/ln.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config LN
-//config:	bool "ln (4.9 kb)"
+//config:	bool "ln (5.1 kb)"
 //config:	default y
 //config:	help
 //config:	ln is used to create hard or soft links between files.

+ 1 - 1
coreutils/logname.c

@@ -16,7 +16,7 @@
  * a diagnostic message and an error return.
  */
 //config:config LOGNAME
-//config:	bool "logname (1.1 kb)"
+//config:	bool "logname (1.4 kb)"
 //config:	default y
 //config:	help
 //config:	logname is used to print the current user's login name.

+ 5 - 5
coreutils/md5_sha1_sum.c

@@ -6,31 +6,31 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config MD5SUM
-//config:	bool "md5sum (6.5 kb)"
+//config:	bool "md5sum (6.7 kb)"
 //config:	default y
 //config:	help
 //config:	Compute and check MD5 message digest
 //config:
 //config:config SHA1SUM
-//config:	bool "sha1sum (5.9 kb)"
+//config:	bool "sha1sum (6.7 kb)"
 //config:	default y
 //config:	help
 //config:	Compute and check SHA1 message digest
 //config:
 //config:config SHA256SUM
-//config:	bool "sha256sum (7 kb)"
+//config:	bool "sha256sum (8.2 kb)"
 //config:	default y
 //config:	help
 //config:	Compute and check SHA256 message digest
 //config:
 //config:config SHA512SUM
-//config:	bool "sha512sum (7.4 kb)"
+//config:	bool "sha512sum (7.3 kb)"
 //config:	default y
 //config:	help
 //config:	Compute and check SHA512 message digest
 //config:
 //config:config SHA3SUM
-//config:	bool "sha3sum (6.1 kb)"
+//config:	bool "sha3sum (6.3 kb)"
 //config:	default y
 //config:	help
 //config:	Compute and check SHA3 message digest

+ 1 - 1
coreutils/mkdir.c

@@ -14,7 +14,7 @@
 /* Nov 28, 2006      Yoshinori Sato <ysato@users.sourceforge.jp>: Add SELinux Support.
  */
 //config:config MKDIR
-//config:	bool "mkdir (4.5 kb)"
+//config:	bool "mkdir (4.7 kb)"
 //config:	default y
 //config:	help
 //config:	mkdir is used to create directories with the specified names.

+ 1 - 1
coreutils/mkfifo.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config MKFIFO
-//config:	bool "mkfifo (3.8 kb)"
+//config:	bool "mkfifo (4 kb)"
 //config:	default y
 //config:	help
 //config:	mkfifo is used to create FIFOs (named pipes).

+ 1 - 1
coreutils/mknod.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config MKNOD
-//config:	bool "mknod (4.5 kb)"
+//config:	bool "mknod (4.6 kb)"
 //config:	default y
 //config:	help
 //config:	mknod is used to create FIFOs or block/character special

+ 1 - 1
coreutils/mktemp.c

@@ -29,7 +29,7 @@
  *        -p; else /tmp [deprecated]
  */
 //config:config MKTEMP
-//config:	bool "mktemp (4.2 kb)"
+//config:	bool "mktemp (4.5 kb)"
 //config:	default y
 //config:	help
 //config:	mktemp is used to create unique temporary files

+ 1 - 1
coreutils/nice.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config NICE
-//config:	bool "nice (2.1 kb)"
+//config:	bool "nice (2.3 kb)"
 //config:	default y
 //config:	help
 //config:	nice runs a program with modified scheduling priority.

+ 1 - 1
coreutils/nl.c

@@ -5,7 +5,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config NL
-//config:	bool "nl (4.6 kb)"
+//config:	bool "nl (4.9 kb)"
 //config:	default y
 //config:	help
 //config:	nl is used to number lines of files.

+ 1 - 1
coreutils/nohup.c

@@ -11,7 +11,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config NOHUP
-//config:	bool "nohup (2 kb)"
+//config:	bool "nohup (2.2 kb)"
 //config:	default y
 //config:	help
 //config:	run a command immune to hangups, with output to a non-tty.

+ 1 - 1
coreutils/nproc.c

@@ -4,7 +4,7 @@
  * Licensed under GPLv2, see LICENSE in this source tree
  */
 //config:config NPROC
-//config:	bool "nproc (3.7 kb)"
+//config:	bool "nproc (3.9 kb)"
 //config:	default y
 //config:	help
 //config:	Print number of CPUs

+ 1 - 1
coreutils/paste.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config PASTE
-//config:	bool "paste (4.9 kb)"
+//config:	bool "paste (5.1 kb)"
 //config:	default y
 //config:	help
 //config:	paste is used to paste lines of different files together

+ 1 - 1
coreutils/printenv.c

@@ -8,7 +8,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config PRINTENV
-//config:	bool "printenv (1.3 kb)"
+//config:	bool "printenv (1.6 kb)"
 //config:	default y
 //config:	help
 //config:	printenv is used to print all or part of environment.

+ 1 - 1
coreutils/printf.c

@@ -38,7 +38,7 @@
 /* 19990508 Busy Boxed! Dave Cinege */
 
 //config:config PRINTF
-//config:	bool "printf (3.8 kb)"
+//config:	bool "printf (4.1 kb)"
 //config:	default y
 //config:	help
 //config:	printf is used to format and print specified strings.

+ 1 - 1
coreutils/pwd.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config PWD
-//config:	bool "pwd (3.7 kb)"
+//config:	bool "pwd (4 kb)"
 //config:	default y
 //config:	help
 //config:	pwd is used to print the current directory.

+ 1 - 1
coreutils/readlink.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config READLINK
-//config:	bool "readlink (4 kb)"
+//config:	bool "readlink (4.8 kb)"
 //config:	default y
 //config:	help
 //config:	This program reads a symbolic link and returns the name

+ 1 - 1
coreutils/realpath.c

@@ -8,7 +8,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config REALPATH
-//config:	bool "realpath (1.6 kb)"
+//config:	bool "realpath (2.5 kb)"
 //config:	default y
 //config:	help
 //config:	Return the canonicalized absolute pathname.

+ 1 - 1
coreutils/rm.c

@@ -11,7 +11,7 @@
  * Size reduction.
  */
 //config:config RM
-//config:	bool "rm (5.4 kb)"
+//config:	bool "rm (5.5 kb)"
 //config:	default y
 //config:	help
 //config:	rm is used to remove files or directories.

+ 1 - 1
coreutils/rmdir.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config RMDIR
-//config:	bool "rmdir (3.5 kb)"
+//config:	bool "rmdir (3.8 kb)"
 //config:	default y
 //config:	help
 //config:	rmdir is used to remove empty directories.

+ 1 - 1
coreutils/seq.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config SEQ
-//config:	bool "seq (3.8 kb)"
+//config:	bool "seq (4 kb)"
 //config:	default y
 //config:	help
 //config:	print a sequence of numbers

+ 1 - 1
coreutils/shred.c

@@ -5,7 +5,7 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config SHRED
-//config:	bool "shred (4.9 kb)"
+//config:	bool "shred (5.5 kb)"
 //config:	default y
 //config:	help
 //config:	Overwrite a file to hide its contents, and optionally delete it

+ 1 - 1
coreutils/shuf.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config SHUF
-//config:	bool "shuf (5.4 kb)"
+//config:	bool "shuf (6 kb)"
 //config:	default y
 //config:	help
 //config:	Generate random permutations

+ 1 - 1
coreutils/sleep.c

@@ -13,7 +13,7 @@
  * time suffixes for seconds, minutes, hours, and days.
  */
 //config:config SLEEP
-//config:	bool "sleep (2 kb)"
+//config:	bool "sleep (2.4 kb)"
 //config:	default y
 //config:	help
 //config:	sleep is used to pause for a specified number of seconds.

+ 1 - 1
coreutils/sort.c

@@ -12,7 +12,7 @@
  * http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html
  */
 //config:config SORT
-//config:	bool "sort (7.7 kb)"
+//config:	bool "sort (8.1 kb)"
 //config:	default y
 //config:	help
 //config:	sort is used to sort lines of text in specified files.

+ 1 - 1
coreutils/split.c

@@ -6,7 +6,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config SPLIT
-//config:	bool "split (5 kb)"
+//config:	bool "split (5.2 kb)"
 //config:	default y
 //config:	help
 //config:	Split a file into pieces.

+ 1 - 1
coreutils/stty.c

@@ -10,7 +10,7 @@
  * Special for busybox ported by Vladimir Oleynik <dzo@simtreas.ru> 2001
  */
 //config:config STTY
-//config:	bool "stty (8.9 kb)"
+//config:	bool "stty (9.2 kb)"
 //config:	default y
 //config:	help
 //config:	stty is used to change and print terminal line settings.

+ 1 - 1
coreutils/sum.c

@@ -13,7 +13,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config SUM
-//config:	bool "sum (4 kb)"
+//config:	bool "sum (4.2 kb)"
 //config:	default y
 //config:	help
 //config:	checksum and count the blocks in a file

+ 2 - 2
coreutils/sync.c

@@ -8,7 +8,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config SYNC
-//config:	bool "sync (3.8 kb)"
+//config:	bool "sync (4 kb)"
 //config:	default y
 //config:	help
 //config:	sync is used to flush filesystem buffers.
@@ -113,7 +113,7 @@ int sync_main(int argc UNUSED_PARAM, char **argv IF_NOT_DESKTOP(UNUSED_PARAM))
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config FSYNC
-//config:	bool "fsync (3.6 kb)"
+//config:	bool "fsync (3.8 kb)"
 //config:	default y
 //config:	help
 //config:	fsync is used to flush file-related cached blocks to disk.

+ 1 - 1
coreutils/tac.c

@@ -13,7 +13,7 @@
  * http://www.uclibc.org/lists/busybox/2003-July/008813.html
  */
 //config:config TAC
-//config:	bool "tac (3.9 kb)"
+//config:	bool "tac (4.1 kb)"
 //config:	default y
 //config:	help
 //config:	tac is used to concatenate and print files in reverse.

+ 1 - 1
coreutils/tail.c

@@ -19,7 +19,7 @@
  * 7) lseek attempted when count==0 even if arg was +0 (from top)
  */
 //config:config TAIL
-//config:	bool "tail (6.8 kb)"
+//config:	bool "tail (7.2 kb)"
 //config:	default y
 //config:	help
 //config:	tail is used to print the last specified number of lines

+ 1 - 1
coreutils/tee.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config TEE
-//config:	bool "tee (4.2 kb)"
+//config:	bool "tee (4.4 kb)"
 //config:	default y
 //config:	help
 //config:	tee is used to read from standard input and write

+ 1 - 1
coreutils/test.c

@@ -20,7 +20,7 @@
  *     "This program is in the Public Domain."
  */
 //config:config TEST
-//config:	bool "test (4.1 kb)"
+//config:	bool "test (4.4 kb)"
 //config:	default y
 //config:	help
 //config:	test is used to check file types and compare values,

+ 1 - 1
coreutils/timeout.c

@@ -28,7 +28,7 @@
  * rewrite  14-11-2008 vda
  */
 //config:config TIMEOUT
-//config:	bool "timeout (6 kb)"
+//config:	bool "timeout (6.5 kb)"
 //config:	default y
 //config:	help
 //config:	Runs a program and watches it. If it does not terminate in

+ 1 - 1
coreutils/touch.c

@@ -13,7 +13,7 @@
  * Also, exiting on a failure was a bug.  All args should be processed.
  */
 //config:config TOUCH
-//config:	bool "touch (5.9 kb)"
+//config:	bool "touch (6.1 kb)"
 //config:	default y
 //config:	help
 //config:	touch is used to create or change the access and/or

+ 1 - 1
coreutils/tr.c

@@ -19,7 +19,7 @@
  * TODO: graph, print
  */
 //config:config TR
-//config:	bool "tr (5.1 kb)"
+//config:	bool "tr (5.3 kb)"
 //config:	default y
 //config:	help
 //config:	tr is used to squeeze, and/or delete characters from standard

+ 1 - 1
coreutils/true.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config TRUE
-//config:	bool "true (tiny)"
+//config:	bool "true (311 bytes)"
 //config:	default y
 //config:	help
 //config:	true returns an exit code of TRUE (0).

+ 1 - 1
coreutils/truncate.c

@@ -6,7 +6,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config TRUNCATE
-//config:	bool "truncate (4.2 kb)"
+//config:	bool "truncate (4.4 kb)"
 //config:	default y
 //config:	help
 //config:	truncate truncates files to a given size. If a file does

+ 1 - 1
coreutils/tsort.c

@@ -5,7 +5,7 @@
  * public domain -- David Leonard, 2022
  */
 //config:config TSORT
-//config:	bool "tsort (0.7 kb)"
+//config:	bool "tsort (2.6 kb)"
 //config:	default y
 //config:	help
 //config:	tsort performs a topological sort.

+ 1 - 1
coreutils/tty.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config TTY
-//config:	bool "tty (3.6 kb)"
+//config:	bool "tty (3.9 kb)"
 //config:	default y
 //config:	help
 //config:	tty is used to print the name of the current terminal to

+ 2 - 2
coreutils/uname.c

@@ -44,7 +44,7 @@
  *  Fix handling of -a to not print "unknown", add -o and -i support.
  */
 //config:config UNAME
-//config:	bool "uname (3.9 kb)"
+//config:	bool "uname (4.2 kb)"
 //config:	default y
 //config:	help
 //config:	uname is used to print system information.
@@ -59,7 +59,7 @@
 //config:
 //can't use "ARCH" for this applet, all hell breaks loose in build system :)
 //config:config BB_ARCH
-//config:	bool "arch (1.1 kb)"
+//config:	bool "arch (1.4 kb)"
 //config:	default y
 //config:	help
 //config:	Same as uname -m.

+ 1 - 1
coreutils/uniq.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config UNIQ
-//config:	bool "uniq (4.9 kb)"
+//config:	bool "uniq (5.1 kb)"
 //config:	default y
 //config:	help
 //config:	uniq is used to remove duplicate lines from a sorted file.

+ 1 - 1
coreutils/unlink.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2, see LICENSE in this source tree
  */
 //config:config UNLINK
-//config:	bool "unlink (3.2 kb)"
+//config:	bool "unlink (3.5 kb)"
 //config:	default y
 //config:	help
 //config:	unlink deletes a file by calling unlink()

+ 1 - 1
coreutils/usleep.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config USLEEP
-//config:	bool "usleep (1.3 kb)"
+//config:	bool "usleep (1.6 kb)"
 //config:	default y
 //config:	help
 //config:	usleep is used to pause for a specified number of microseconds.

+ 3 - 3
coreutils/uudecode.c

@@ -11,7 +11,7 @@
  * "end" line
  */
 //config:config UUDECODE
-//config:	bool "uudecode (5.8 kb)"
+//config:	bool "uudecode (5.9 kb)"
 //config:	default y
 //config:	help
 //config:	uudecode is used to decode a uuencoded file.
@@ -178,13 +178,13 @@ int uudecode_main(int argc UNUSED_PARAM, char **argv)
 #endif
 
 //config:config BASE32
-//config:	bool "base32 (4.9 kb)"
+//config:	bool "base32 (5.5 kb)"
 //config:	default y
 //config:	help
 //config:	Base32 encode and decode
 
 //config:config BASE64
-//config:	bool "base64 (4.9 kb)"
+//config:	bool "base64 (5.3 kb)"
 //config:	default y
 //config:	help
 //config:	Base64 encode and decode

+ 1 - 1
coreutils/uuencode.c

@@ -8,7 +8,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config UUENCODE
-//config:	bool "uuencode (4.4 kb)"
+//config:	bool "uuencode (4.7 kb)"
 //config:	default y
 //config:	help
 //config:	uuencode is used to uuencode a file.

+ 1 - 1
coreutils/wc.c

@@ -33,7 +33,7 @@
  * for which 'wc -c' should output '0'.
  */
 //config:config WC
-//config:	bool "wc (4.5 kb)"
+//config:	bool "wc (4.7 kb)"
 //config:	default y
 //config:	help
 //config:	wc is used to print the number of bytes, words, and lines,

+ 3 - 3
coreutils/who.c

@@ -15,7 +15,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config WHO
-//config:	bool "who (3.9 kb)"
+//config:	bool "who (5.6 kb)"
 //config:	default y
 //config:	depends on FEATURE_UTMP
 //config:	help
@@ -23,14 +23,14 @@
 //config:
 // procps-ng has this variation of "who":
 //config:config W
-//config:	bool "w (3.8 kb)"
+//config:	bool "w (5.5 kb)"
 //config:	default y
 //config:	depends on FEATURE_UTMP
 //config:	help
 //config:	Print users currently logged on.
 //config:
 //config:config USERS
-//config:	bool "users (3.4 kb)"
+//config:	bool "users (3.6 kb)"
 //config:	default y
 //config:	depends on FEATURE_UTMP
 //config:	help

+ 1 - 1
coreutils/whoami.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config WHOAMI
-//config:	bool "whoami (3.2 kb)"
+//config:	bool "whoami (3.5 kb)"
 //config:	default y
 //config:	help
 //config:	whoami is used to print the username of the current

+ 1 - 1
coreutils/yes.c

@@ -11,7 +11,7 @@
  * Size reductions and removed redundant applet name prefix from error messages.
  */
 //config:config YES
-//config:	bool "yes (1.2 kb)"
+//config:	bool "yes (1.5 kb)"
 //config:	default y
 //config:	help
 //config:	yes is used to repeatedly output a specific string, or

+ 1 - 1
debianutils/pipe_progress.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config PIPE_PROGRESS
-//config:	bool "pipe_progress (275 bytes)"
+//config:	bool "pipe_progress (576 bytes)"
 //config:	default y
 //config:	help
 //config:	Display a dot to indicate pipe activity.

+ 1 - 1
debianutils/run_parts.c

@@ -23,7 +23,7 @@
  * broken compatibility because the BusyBox policy doesn't allow them.
  */
 //config:config RUN_PARTS
-//config:	bool "run-parts (6.1 kb)"
+//config:	bool "run-parts (6.2 kb)"
 //config:	default y
 //config:	help
 //config:	run-parts is a utility designed to run all the scripts in a directory.

+ 1 - 1
debianutils/which.c

@@ -6,7 +6,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config WHICH
-//config:	bool "which (3.8 kb)"
+//config:	bool "which (4 kb)"
 //config:	default y
 //config:	help
 //config:	which is used to find programs in your PATH and

+ 1 - 1
e2fsprogs/chattr.c

@@ -10,7 +10,7 @@
  * Public License
  */
 //config:config CHATTR
-//config:	bool "chattr (3.8 kb)"
+//config:	bool "chattr (4.1 kb)"
 //config:	default y
 //config:	help
 //config:	chattr changes the file attributes on a second extended file system.

+ 1 - 1
e2fsprogs/fsck.c

@@ -34,7 +34,7 @@
  * It doesn't guess filesystem types from on-disk format.
  */
 //config:config FSCK
-//config:	bool "fsck (7.4 kb)"
+//config:	bool "fsck (7.6 kb)"
 //config:	default y
 //config:	help
 //config:	fsck is used to check and optionally repair one or more filesystems.

+ 1 - 1
e2fsprogs/lsattr.c

@@ -10,7 +10,7 @@
  * Public License
  */
 //config:config LSATTR
-//config:	bool "lsattr (5.5 kb)"
+//config:	bool "lsattr (5.7 kb)"
 //config:	default y
 //config:	help
 //config:	lsattr lists the file attributes on a second extended file system.

+ 1 - 1
editors/awk.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config AWK
-//config:	bool "awk (23 kb)"
+//config:	bool "awk (24 kb)"
 //config:	default y
 //config:	help
 //config:	Awk is used as a pattern scanning and processing language.

+ 1 - 1
editors/cmp.c

@@ -7,7 +7,7 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config CMP
-//config:	bool "cmp (4.9 kb)"
+//config:	bool "cmp (5.3 kb)"
 //config:	default y
 //config:	help
 //config:	cmp is used to compare two files and returns the result

+ 1 - 1
editors/ed.c

@@ -7,7 +7,7 @@
  * The "ed" built-in command (much simplified)
  */
 //config:config ED
-//config:	bool "ed (21 kb)"
+//config:	bool "ed (16 kb)"
 //config:	default y
 //config:	help
 //config:	The original 1970's Unix text editor, from the days of teletypes.

+ 1 - 1
editors/patch.c

@@ -21,7 +21,7 @@
  * [file] which file to patch
  */
 //config:config PATCH
-//config:	bool "patch (9.4 kb)"
+//config:	bool "patch (9.6 kb)"
 //config:	default y
 //config:	help
 //config:	Apply a unified diff formatted patch.

Some files were not shown because too many files changed in this diff