diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
commit | 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch) | |
tree | 133b5d5ad9f27d12a913057540d1e877c4bb1436 | |
parent | 483405a9b0df6ea14344b1144959be1debef925e (diff) | |
download | busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.bz2 busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.zip |
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
303 files changed, 409 insertions, 379 deletions
diff --git a/archival/ar.c b/archival/ar.c index d119c75ad..969b6f2bc 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -18,7 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | //config:config AR | 20 | //config:config AR |
21 | //config: bool "ar" | 21 | //config: bool "ar (9.5 kb)" |
22 | //config: default n # needs to be improved to be able to replace binutils ar | 22 | //config: default n # needs to be improved to be able to replace binutils ar |
23 | //config: help | 23 | //config: help |
24 | //config: ar is an archival utility program used to create, modify, and | 24 | //config: ar is an archival utility program used to create, modify, and |
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index b3b85b5d9..786a81f2c 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -237,7 +237,7 @@ char* FAST_FUNC make_new_name_generic(char *filename, const char *expected_ext) | |||
237 | //usage: "\n -f Overwrite" | 237 | //usage: "\n -f Overwrite" |
238 | 238 | ||
239 | //config:config UNCOMPRESS | 239 | //config:config UNCOMPRESS |
240 | //config: bool "uncompress" | 240 | //config: bool "uncompress (7.1 kb)" |
241 | //config: default n # ancient | 241 | //config: default n # ancient |
242 | //config: help | 242 | //config: help |
243 | //config: uncompress is used to decompress archives created by compress. | 243 | //config: uncompress is used to decompress archives created by compress. |
@@ -312,7 +312,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv) | |||
312 | //usage: "Decompress to stdout" | 312 | //usage: "Decompress to stdout" |
313 | 313 | ||
314 | //config:config GUNZIP | 314 | //config:config GUNZIP |
315 | //config: bool "gunzip" | 315 | //config: bool "gunzip (12 kb)" |
316 | //config: default y | 316 | //config: default y |
317 | //config: select FEATURE_GZIP_DECOMPRESS | 317 | //config: select FEATURE_GZIP_DECOMPRESS |
318 | //config: help | 318 | //config: help |
@@ -321,7 +321,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv) | |||
321 | //config: an archive, without decompressing it. | 321 | //config: an archive, without decompressing it. |
322 | //config: | 322 | //config: |
323 | //config:config ZCAT | 323 | //config:config ZCAT |
324 | //config: bool "zcat" | 324 | //config: bool "zcat (25 kb)" |
325 | //config: default y | 325 | //config: default y |
326 | //config: select FEATURE_GZIP_DECOMPRESS | 326 | //config: select FEATURE_GZIP_DECOMPRESS |
327 | //config: help | 327 | //config: help |
@@ -425,7 +425,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
425 | //usage: "Decompress to stdout" | 425 | //usage: "Decompress to stdout" |
426 | 426 | ||
427 | //config:config BUNZIP2 | 427 | //config:config BUNZIP2 |
428 | //config: bool "bunzip2" | 428 | //config: bool "bunzip2 (8.8 kb)" |
429 | //config: default y | 429 | //config: default y |
430 | //config: select FEATURE_BZIP2_DECOMPRESS | 430 | //config: select FEATURE_BZIP2_DECOMPRESS |
431 | //config: help | 431 | //config: help |
@@ -439,7 +439,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
439 | //config: should probably say N here. | 439 | //config: should probably say N here. |
440 | //config: | 440 | //config: |
441 | //config:config BZCAT | 441 | //config:config BZCAT |
442 | //config: bool "bzcat" | 442 | //config: bool "bzcat (8.8 kb)" |
443 | //config: default y | 443 | //config: default y |
444 | //config: select FEATURE_BZIP2_DECOMPRESS | 444 | //config: select FEATURE_BZIP2_DECOMPRESS |
445 | //config: help | 445 | //config: help |
@@ -493,7 +493,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
493 | //usage: "Decompress to stdout" | 493 | //usage: "Decompress to stdout" |
494 | 494 | ||
495 | //config:config UNLZMA | 495 | //config:config UNLZMA |
496 | //config: bool "unlzma" | 496 | //config: bool "unlzma (8.6 kb)" |
497 | //config: default y | 497 | //config: default y |
498 | //config: help | 498 | //config: help |
499 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain | 499 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain |
@@ -505,7 +505,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
505 | //config: On an x86 system, this applet adds about 4K. | 505 | //config: On an x86 system, this applet adds about 4K. |
506 | //config: | 506 | //config: |
507 | //config:config LZCAT | 507 | //config:config LZCAT |
508 | //config: bool "lzcat" | 508 | //config: bool "lzcat (8.5 kb)" |
509 | //config: default y | 509 | //config: default y |
510 | //config: help | 510 | //config: help |
511 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain | 511 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain |
@@ -581,13 +581,13 @@ int unlzma_main(int argc UNUSED_PARAM, char **argv) | |||
581 | //usage: "Decompress to stdout" | 581 | //usage: "Decompress to stdout" |
582 | 582 | ||
583 | //config:config UNXZ | 583 | //config:config UNXZ |
584 | //config: bool "unxz" | 584 | //config: bool "unxz (13 kb)" |
585 | //config: default y | 585 | //config: default y |
586 | //config: help | 586 | //config: help |
587 | //config: unxz is a unlzma successor. | 587 | //config: unxz is a unlzma successor. |
588 | //config: | 588 | //config: |
589 | //config:config XZCAT | 589 | //config:config XZCAT |
590 | //config: bool "xzcat" | 590 | //config: bool "xzcat (13 kb)" |
591 | //config: default y | 591 | //config: default y |
592 | //config: help | 592 | //config: help |
593 | //config: Alias to "unxz -c". | 593 | //config: Alias to "unxz -c". |
diff --git a/archival/bzip2.c b/archival/bzip2.c index 8afa43802..a115cb6ea 100644 --- a/archival/bzip2.c +++ b/archival/bzip2.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config BZIP2 | 10 | //config:config BZIP2 |
11 | //config: bool "bzip2" | 11 | //config: bool "bzip2 (18 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: bzip2 is a compression utility using the Burrows-Wheeler block | 14 | //config: bzip2 is a compression utility using the Burrows-Wheeler block |
diff --git a/archival/cpio.c b/archival/cpio.c index 683f0bb1f..4416348b6 100644 --- a/archival/cpio.c +++ b/archival/cpio.c | |||
@@ -15,7 +15,7 @@ | |||
15 | #include "bb_archive.h" | 15 | #include "bb_archive.h" |
16 | 16 | ||
17 | //config:config CPIO | 17 | //config:config CPIO |
18 | //config: bool "cpio" | 18 | //config: bool "cpio (14 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: help | 20 | //config: help |
21 | //config: cpio is an archival utility program used to create, modify, and | 21 | //config: cpio is an archival utility program used to create, modify, and |
diff --git a/archival/dpkg.c b/archival/dpkg.c index da3b0864e..41c8fc5d1 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -27,7 +27,7 @@ | |||
27 | */ | 27 | */ |
28 | 28 | ||
29 | //config:config DPKG | 29 | //config:config DPKG |
30 | //config: bool "dpkg" | 30 | //config: bool "dpkg (44 kb)" |
31 | //config: default y | 31 | //config: default y |
32 | //config: select FEATURE_SEAMLESS_GZ | 32 | //config: select FEATURE_SEAMLESS_GZ |
33 | //config: help | 33 | //config: help |
diff --git a/archival/gzip.c b/archival/gzip.c index c895de426..a883a1fff 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -38,7 +38,7 @@ aa: 85.1% -- replaced with aa.gz | |||
38 | */ | 38 | */ |
39 | 39 | ||
40 | //config:config GZIP | 40 | //config:config GZIP |
41 | //config: bool "gzip" | 41 | //config: bool "gzip (19 kb)" |
42 | //config: default y | 42 | //config: default y |
43 | //config: help | 43 | //config: help |
44 | //config: gzip is used to compress files. | 44 | //config: gzip is used to compress files. |
diff --git a/archival/lzop.c b/archival/lzop.c index 6ef82b749..f1608e24b 100644 --- a/archival/lzop.c +++ b/archival/lzop.c | |||
@@ -26,19 +26,19 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | //config:config LZOP | 28 | //config:config LZOP |
29 | //config: bool "lzop" | 29 | //config: bool "lzop (13 kb)" |
30 | //config: default y | 30 | //config: default y |
31 | //config: help | 31 | //config: help |
32 | //config: Lzop compression/decompresion. | 32 | //config: Lzop compression/decompresion. |
33 | //config: | 33 | //config: |
34 | //config:config UNLZOP | 34 | //config:config UNLZOP |
35 | //config: bool "unlzop" | 35 | //config: bool "unlzop (13 kb)" |
36 | //config: default n # INCOMPAT: upstream lzop does not provide such tool | 36 | //config: default n # INCOMPAT: upstream lzop does not provide such tool |
37 | //config: help | 37 | //config: help |
38 | //config: Lzop decompresion. | 38 | //config: Lzop decompresion. |
39 | //config: | 39 | //config: |
40 | //config:config LZOPCAT | 40 | //config:config LZOPCAT |
41 | //config: bool "lzopcat" | 41 | //config: bool "lzopcat (13 kb)" |
42 | //config: default n # INCOMPAT: upstream lzop does not provide such tool | 42 | //config: default n # INCOMPAT: upstream lzop does not provide such tool |
43 | //config: help | 43 | //config: help |
44 | //config: Alias to "unlzop -c". | 44 | //config: Alias to "unlzop -c". |
diff --git a/archival/rpm.c b/archival/rpm.c index 83160f975..2974dfc61 100644 --- a/archival/rpm.c +++ b/archival/rpm.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config RPM | 10 | //config:config RPM |
11 | //config: bool "rpm" | 11 | //config: bool "rpm (33 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Mini RPM applet - queries and extracts RPM packages. | 14 | //config: Mini RPM applet - queries and extracts RPM packages. |
diff --git a/archival/rpm2cpio.c b/archival/rpm2cpio.c index 7057570f5..9d503be52 100644 --- a/archival/rpm2cpio.c +++ b/archival/rpm2cpio.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config RPM2CPIO | 10 | //config:config RPM2CPIO |
11 | //config: bool "rpm2cpio" | 11 | //config: bool "rpm2cpio (20 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Converts a RPM file into a CPIO archive. | 14 | //config: Converts a RPM file into a CPIO archive. |
diff --git a/archival/tar.c b/archival/tar.c index 7598b71e3..fcabb0126 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -42,7 +42,7 @@ | |||
42 | */ | 42 | */ |
43 | 43 | ||
44 | //config:config TAR | 44 | //config:config TAR |
45 | //config: bool "tar" | 45 | //config: bool "tar (40 kb)" |
46 | //config: default y | 46 | //config: default y |
47 | //config: help | 47 | //config: help |
48 | //config: tar is an archiving program. It's commonly used with gzip to | 48 | //config: tar is an archiving program. It's commonly used with gzip to |
diff --git a/archival/unzip.c b/archival/unzip.c index 488dcf31d..d6b8da347 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * Zip64 + other methods | 17 | * Zip64 + other methods |
18 | */ | 18 | */ |
19 | //config:config UNZIP | 19 | //config:config UNZIP |
20 | //config: bool "unzip" | 20 | //config: bool "unzip (24 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: help | 22 | //config: help |
23 | //config: unzip will list or extract files from a ZIP archive, | 23 | //config: unzip will list or extract files from a ZIP archive, |
diff --git a/console-tools/chvt.c b/console-tools/chvt.c index 2b993eb62..729f13ba2 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" | 10 | //config: bool "chvt (2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/console-tools/clear.c b/console-tools/clear.c index b360d34d9..0c11ec817 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" | 10 | //config: bool "clear (tiny)" |
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 37c966af3..cf74a03ed 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" | 11 | //config: bool "deallocvt (1.9 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c index 4a249868a..a8d8e3572 100644 --- a/console-tools/dumpkmap.c +++ b/console-tools/dumpkmap.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | //config:config DUMPKMAP | 10 | //config:config DUMPKMAP |
11 | //config: bool "dumpkmap" | 11 | //config: bool "dumpkmap (1.3 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/console-tools/fgconsole.c b/console-tools/fgconsole.c index 019761726..2582162a5 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" | 10 | //config: bool "fgconsole (1.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/console-tools/kbd_mode.c b/console-tools/kbd_mode.c index f1238c6b4..815a65ad9 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" | 12 | //config: bool "kbd_mode (4 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index 29f723ec0..b7d291723 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c | |||
@@ -10,14 +10,14 @@ | |||
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" | 13 | //config: bool "loadfont (5.4 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | 15 | //config: select PLATFORM_LINUX |
16 | //config: help | 16 | //config: help |
17 | //config: This program loads a console font from standard input. | 17 | //config: This program loads a console font from standard input. |
18 | //config: | 18 | //config: |
19 | //config:config SETFONT | 19 | //config:config SETFONT |
20 | //config: bool "setfont" | 20 | //config: bool "setfont (26 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: select PLATFORM_LINUX | 22 | //config: select PLATFORM_LINUX |
23 | //config: help | 23 | //config: help |
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index 70ab55a8e..7e8f82497 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" | 10 | //config: bool "loadkmap (1.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/console-tools/openvt.c b/console-tools/openvt.c index 5cbc717ec..7ed3a28d5 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" | 11 | //config: bool "openvt (7 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/console-tools/reset.c b/console-tools/reset.c index 587c0d11a..a0ce5c73d 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c | |||
@@ -10,7 +10,7 @@ | |||
10 | /* "Standard" version of this tool is in ncurses package */ | 10 | /* "Standard" version of this tool is in ncurses package */ |
11 | 11 | ||
12 | //config:config RESET | 12 | //config:config RESET |
13 | //config: bool "reset" | 13 | //config: bool "reset (275 bytes)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: This program is used to reset the terminal screen, if it | 16 | //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 567086f09..4ac5ee1aa 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" | 10 | //config: bool "resize (756 bytes)" |
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 d47a33d59..7ba5a0eed 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" | 11 | //config: bool "setconsole (3.7 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/console-tools/setkeycodes.c b/console-tools/setkeycodes.c index 11fc37ae9..cc668ec8a 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" | 12 | //config: bool "setkeycodes (1.7 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
diff --git a/console-tools/setlogcons.c b/console-tools/setlogcons.c index 2ea36f039..350a71d43 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" | 12 | //config: bool "setlogcons (1.8 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
diff --git a/console-tools/showkey.c b/console-tools/showkey.c index c2447b887..8a485245d 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" | 10 | //config: bool "showkey (4.7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/coreutils/basename.c b/coreutils/basename.c index ace0148c0..6d8215895 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * 3) Save some space by using strcmp(). Calling strncmp() here was silly. | 15 | * 3) Save some space by using strcmp(). Calling strncmp() here was silly. |
16 | */ | 16 | */ |
17 | //config:config BASENAME | 17 | //config:config BASENAME |
18 | //config: bool "basename" | 18 | //config: bool "basename (371 bytes)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: help | 20 | //config: help |
21 | //config: basename is used to strip the directory and suffix from filenames, | 21 | //config: basename is used to strip the directory and suffix from filenames, |
diff --git a/coreutils/cat.c b/coreutils/cat.c index a9ba68d6b..41bef8f1d 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.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 CAT | 9 | //config:config CAT |
10 | //config: bool "cat" | 10 | //config: bool "cat (5.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: cat is used to concatenate files and print them to the standard | 13 | //config: cat is used to concatenate files and print them to the standard |
diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index 8dca63cf7..834346b4d 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.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 CHGRP | 9 | //config:config CHGRP |
10 | //config: bool "chgrp" | 10 | //config: bool "chgrp (7.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: chgrp is used to change the group ownership of files. | 13 | //config: chgrp is used to change the group ownership of files. |
diff --git a/coreutils/chmod.c b/coreutils/chmod.c index 80913f542..ec075f7c9 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config CHMOD | 12 | //config:config CHMOD |
13 | //config: bool "chmod" | 13 | //config: bool "chmod (5.1 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: chmod is used to change the access permission of files. | 16 | //config: chmod is used to change the access permission of files. |
diff --git a/coreutils/chown.c b/coreutils/chown.c index 12cd0eacc..5c04bc39a 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.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 CHOWN | 9 | //config:config CHOWN |
10 | //config: bool "chown" | 10 | //config: bool "chown (7.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: chown is used to change the user and/or group ownership | 13 | //config: chown is used to change the user and/or group ownership |
diff --git a/coreutils/chroot.c b/coreutils/chroot.c index 5c067c1bd..6fa3a3f27 100644 --- a/coreutils/chroot.c +++ b/coreutils/chroot.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 CHROOT | 9 | //config:config CHROOT |
10 | //config: bool "chroot" | 10 | //config: bool "chroot (3.7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: chroot is used to change the root directory and run a command. | 13 | //config: chroot is used to change the root directory and run a command. |
diff --git a/coreutils/cksum.c b/coreutils/cksum.c index 9034fc19a..dce17d94b 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.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 CKSUM | 9 | //config:config CKSUM |
10 | //config: bool "cksum" | 10 | //config: bool "cksum (4.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: cksum is used to calculate the CRC32 checksum of a file. | 13 | //config: cksum is used to calculate the CRC32 checksum of a file. |
diff --git a/coreutils/comm.c b/coreutils/comm.c index b6a127809..8f9dcde29 100644 --- a/coreutils/comm.c +++ b/coreutils/comm.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 COMM | 9 | //config:config COMM |
10 | //config: bool "comm" | 10 | //config: bool "comm (3.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: comm is used to compare two files line by line and return | 13 | //config: comm is used to compare two files line by line and return |
diff --git a/coreutils/cp.c b/coreutils/cp.c index 1e5f36d10..726859c5f 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * Size reduction. | 12 | * Size reduction. |
13 | */ | 13 | */ |
14 | //config:config CP | 14 | //config:config CP |
15 | //config: bool "cp" | 15 | //config: bool "cp (9.7 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: cp is used to copy files and directories. | 18 | //config: cp is used to copy files and directories. |
diff --git a/coreutils/cut.c b/coreutils/cut.c index a33a825f8..2338702f3 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.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 CUT | 11 | //config:config CUT |
12 | //config: bool "cut" | 12 | //config: bool "cut (5.3 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: cut is used to print selected parts of lines from | 15 | //config: cut is used to print selected parts of lines from |
diff --git a/coreutils/date.c b/coreutils/date.c index 9d4a7dfea..c658d000b 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -19,7 +19,7 @@ | |||
19 | much as possible, missed out a lot of bounds checking */ | 19 | much as possible, missed out a lot of bounds checking */ |
20 | 20 | ||
21 | //config:config DATE | 21 | //config:config DATE |
22 | //config: bool "date" | 22 | //config: bool "date (7.1 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: date is used to set the system date or display the | 25 | //config: date is used to set the system date or display the |
diff --git a/coreutils/dd.c b/coreutils/dd.c index 630852205..0150aff96 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.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 DD | 9 | //config:config DD |
10 | //config: bool "dd" | 10 | //config: bool "dd (7.1 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: dd copies a file (from standard input to standard output, | 13 | //config: dd copies a file (from standard input to standard output, |
diff --git a/coreutils/df.c b/coreutils/df.c index cf367161a..900c57ea2 100644 --- a/coreutils/df.c +++ b/coreutils/df.c | |||
@@ -18,7 +18,7 @@ | |||
18 | * Implement -P and -B; better coreutils compat; cleanup | 18 | * Implement -P and -B; better coreutils compat; cleanup |
19 | */ | 19 | */ |
20 | //config:config DF | 20 | //config:config DF |
21 | //config: bool "df" | 21 | //config: bool "df (7.5 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: help | 23 | //config: help |
24 | //config: df reports the amount of disk space used and available | 24 | //config: df reports the amount of disk space used and available |
diff --git a/coreutils/dirname.c b/coreutils/dirname.c index 659381886..7fa31365f 100644 --- a/coreutils/dirname.c +++ b/coreutils/dirname.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 DIRNAME | 9 | //config:config DIRNAME |
10 | //config: bool "dirname" | 10 | //config: bool "dirname (289 bytes)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: dirname is used to strip a non-directory suffix from | 13 | //config: dirname is used to strip a non-directory suffix from |
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index 9d81ccca6..e595bf558 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c | |||
@@ -12,14 +12,14 @@ | |||
12 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 12 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
13 | */ | 13 | */ |
14 | //config:config DOS2UNIX | 14 | //config:config DOS2UNIX |
15 | //config: bool "dos2unix" | 15 | //config: bool "dos2unix (5.1 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: dos2unix is used to convert a text file from DOS format to | 18 | //config: dos2unix is used to convert a text file from DOS format to |
19 | //config: UNIX format, and vice versa. | 19 | //config: UNIX format, and vice versa. |
20 | //config: | 20 | //config: |
21 | //config:config UNIX2DOS | 21 | //config:config UNIX2DOS |
22 | //config: bool "unix2dos" | 22 | //config: bool "unix2dos (5.1 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: unix2dos is used to convert a text file from UNIX format to | 25 | //config: unix2dos is used to convert a text file from UNIX format to |
diff --git a/coreutils/env.c b/coreutils/env.c index 2bd5f41d0..7037a44c2 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -24,7 +24,7 @@ | |||
24 | * - use xfunc_error_retval | 24 | * - use xfunc_error_retval |
25 | */ | 25 | */ |
26 | //config:config ENV | 26 | //config:config ENV |
27 | //config: bool "env" | 27 | //config: bool "env (3.8 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: help | 29 | //config: help |
30 | //config: env is used to set an environment variable and run | 30 | //config: env is used to set an environment variable and run |
diff --git a/coreutils/expand.c b/coreutils/expand.c index 9ce86ebff..dff0ce558 100644 --- a/coreutils/expand.c +++ b/coreutils/expand.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * Caveat: this versions of expand and unexpand don't accept tab lists. | 21 | * Caveat: this versions of expand and unexpand don't accept tab lists. |
22 | */ | 22 | */ |
23 | //config:config EXPAND | 23 | //config:config EXPAND |
24 | //config: bool "expand" | 24 | //config: bool "expand (5.8 kb)" |
25 | //config: default y | 25 | //config: default y |
26 | //config: help | 26 | //config: help |
27 | //config: By default, convert all tabs to spaces. | 27 | //config: By default, convert all tabs to spaces. |
@@ -32,7 +32,7 @@ | |||
32 | //config: depends on EXPAND && LONG_OPTS | 32 | //config: depends on EXPAND && LONG_OPTS |
33 | //config: | 33 | //config: |
34 | //config:config UNEXPAND | 34 | //config:config UNEXPAND |
35 | //config: bool "unexpand" | 35 | //config: bool "unexpand (6 kb)" |
36 | //config: default y | 36 | //config: default y |
37 | //config: help | 37 | //config: help |
38 | //config: By default, convert only leading sequences of blanks to tabs. | 38 | //config: By default, convert only leading sequences of blanks to tabs. |
diff --git a/coreutils/expr.c b/coreutils/expr.c index 5d2fbf2f7..ecb7534b2 100644 --- a/coreutils/expr.c +++ b/coreutils/expr.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * provided they all associate ((x op x) op x). | 23 | * provided they all associate ((x op x) op x). |
24 | */ | 24 | */ |
25 | //config:config EXPR | 25 | //config:config EXPR |
26 | //config: bool "expr" | 26 | //config: bool "expr (6.1 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: help | 28 | //config: help |
29 | //config: expr is used to calculate numbers and print the result | 29 | //config: expr is used to calculate numbers and print the result |
diff --git a/coreutils/factor.c b/coreutils/factor.c index 205cdc053..4ccc3fee4 100644 --- a/coreutils/factor.c +++ b/coreutils/factor.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config FACTOR | 6 | //config:config FACTOR |
7 | //config: bool "factor" | 7 | //config: bool "factor (2.6 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: factor factorizes integers | 10 | //config: factor factorizes integers |
diff --git a/coreutils/false.c b/coreutils/false.c index b8f17c6a6..171ad813b 100644 --- a/coreutils/false.c +++ b/coreutils/false.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 FALSE | 9 | //config:config FALSE |
10 | //config: bool "false" | 10 | //config: bool "false (tiny)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: false returns an exit code of FALSE (1). | 13 | //config: false returns an exit code of FALSE (1). |
diff --git a/coreutils/fold.c b/coreutils/fold.c index 01f9bce74..35905f3df 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c | |||
@@ -10,7 +10,7 @@ | |||
10 | Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config FOLD | 12 | //config:config FOLD |
13 | //config: bool "fold" | 13 | //config: bool "fold (4.6 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Wrap text to fit a specific width. | 16 | //config: Wrap text to fit a specific width. |
diff --git a/coreutils/fsync.c b/coreutils/fsync.c index 596a2bcaf..8524047a5 100644 --- a/coreutils/fsync.c +++ b/coreutils/fsync.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 FSYNC | 9 | //config:config FSYNC |
10 | //config: bool "fsync" | 10 | //config: bool "fsync (3.7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: fsync is used to flush file-related cached blocks to disk. | 13 | //config: fsync is used to flush file-related cached blocks to disk. |
diff --git a/coreutils/head.c b/coreutils/head.c index d49113e7f..b4b16abea 100644 --- a/coreutils/head.c +++ b/coreutils/head.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 HEAD | 9 | //config:config HEAD |
10 | //config: bool "head" | 10 | //config: bool "head (3.7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: head is used to print the first specified number of lines | 13 | //config: head is used to print the first specified number of lines |
diff --git a/coreutils/hostid.c b/coreutils/hostid.c index 5b47de1bc..790384c95 100644 --- a/coreutils/hostid.c +++ b/coreutils/hostid.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 HOSTID | 9 | //config:config HOSTID |
10 | //config: bool "hostid" | 10 | //config: bool "hostid (247 bytes)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: hostid prints the numeric identifier (in hexadecimal) for | 13 | //config: hostid prints the numeric identifier (in hexadecimal) for |
diff --git a/coreutils/id.c b/coreutils/id.c index ab7ac1e55..93ca0acf6 100644 --- a/coreutils/id.c +++ b/coreutils/id.c | |||
@@ -13,13 +13,13 @@ | |||
13 | * Added -G option Tito Ragusa (C) 2008 for SUSv3. | 13 | * Added -G option Tito Ragusa (C) 2008 for SUSv3. |
14 | */ | 14 | */ |
15 | //config:config ID | 15 | //config:config ID |
16 | //config: bool "id" | 16 | //config: bool "id (6.7 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: id displays the current user and group ID names. | 19 | //config: id displays the current user and group ID names. |
20 | //config: | 20 | //config: |
21 | //config:config GROUPS | 21 | //config:config GROUPS |
22 | //config: bool "groups" | 22 | //config: bool "groups (6.5 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: Print the group names associated with current user id. | 25 | //config: Print the group names associated with current user id. |
diff --git a/coreutils/install.c b/coreutils/install.c index 2a642bdb6..4c44f0d4d 100644 --- a/coreutils/install.c +++ b/coreutils/install.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config INSTALL | 8 | //config:config INSTALL |
9 | //config: bool "install" | 9 | //config: bool "install (12 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Copy files and set attributes. | 12 | //config: Copy files and set attributes. |
diff --git a/coreutils/link.c b/coreutils/link.c index ac3ef85d9..c6417fef8 100644 --- a/coreutils/link.c +++ b/coreutils/link.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config LINK | 8 | //config:config LINK |
9 | //config: bool "link" | 9 | //config: bool "link (3.1 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: link creates hard links between files. | 12 | //config: link creates hard links between files. |
diff --git a/coreutils/ln.c b/coreutils/ln.c index 0e2abace4..0bd323b2a 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.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 LN | 9 | //config:config LN |
10 | //config: bool "ln" | 10 | //config: bool "ln (4.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: ln is used to create hard or soft links between files. | 13 | //config: ln is used to create hard or soft links between files. |
diff --git a/coreutils/logname.c b/coreutils/logname.c index a9b1c956d..bf3748338 100644 --- a/coreutils/logname.c +++ b/coreutils/logname.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * a diagnostic message and an error return. | 16 | * a diagnostic message and an error return. |
17 | */ | 17 | */ |
18 | //config:config LOGNAME | 18 | //config:config LOGNAME |
19 | //config: bool "logname" | 19 | //config: bool "logname (894 bytes)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: logname is used to print the current user's login name. | 22 | //config: logname is used to print the current user's login name. |
diff --git a/coreutils/ls.c b/coreutils/ls.c index 6780057da..cf5228745 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -28,7 +28,7 @@ | |||
28 | * ls sorts listing now, and supports almost all options. | 28 | * ls sorts listing now, and supports almost all options. |
29 | */ | 29 | */ |
30 | //config:config LS | 30 | //config:config LS |
31 | //config: bool "ls" | 31 | //config: bool "ls (14 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: ls is used to list the contents of directories. | 34 | //config: ls is used to list the contents of directories. |
diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index 50111bd26..6d08d2e40 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c | |||
@@ -6,31 +6,31 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config MD5SUM | 8 | //config:config MD5SUM |
9 | //config: bool "md5sum" | 9 | //config: bool "md5sum (6.8 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: md5sum is used to print or check MD5 checksums. | 12 | //config: md5sum is used to print or check MD5 checksums. |
13 | //config: | 13 | //config: |
14 | //config:config SHA1SUM | 14 | //config:config SHA1SUM |
15 | //config: bool "sha1sum" | 15 | //config: bool "sha1sum (6 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: Compute and check SHA1 message digest | 18 | //config: Compute and check SHA1 message digest |
19 | //config: | 19 | //config: |
20 | //config:config SHA256SUM | 20 | //config:config SHA256SUM |
21 | //config: bool "sha256sum" | 21 | //config: bool "sha256sum (7.1 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: help | 23 | //config: help |
24 | //config: Compute and check SHA256 message digest | 24 | //config: Compute and check SHA256 message digest |
25 | //config: | 25 | //config: |
26 | //config:config SHA512SUM | 26 | //config:config SHA512SUM |
27 | //config: bool "sha512sum" | 27 | //config: bool "sha512sum (7.6 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: help | 29 | //config: help |
30 | //config: Compute and check SHA512 message digest | 30 | //config: Compute and check SHA512 message digest |
31 | //config: | 31 | //config: |
32 | //config:config SHA3SUM | 32 | //config:config SHA3SUM |
33 | //config: bool "sha3sum" | 33 | //config: bool "sha3sum (6.3 kb)" |
34 | //config: default y | 34 | //config: default y |
35 | //config: help | 35 | //config: help |
36 | //config: Compute and check SHA3 message digest | 36 | //config: Compute and check SHA3 message digest |
diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index fcc34f1ad..d0b74bfde 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c | |||
@@ -14,7 +14,7 @@ | |||
14 | /* Nov 28, 2006 Yoshinori Sato <ysato@users.sourceforge.jp>: Add SELinux Support. | 14 | /* Nov 28, 2006 Yoshinori Sato <ysato@users.sourceforge.jp>: Add SELinux Support. |
15 | */ | 15 | */ |
16 | //config:config MKDIR | 16 | //config:config MKDIR |
17 | //config: bool "mkdir" | 17 | //config: bool "mkdir (4.4 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: mkdir is used to create directories with the specified names. | 20 | //config: mkdir is used to create directories with the specified names. |
diff --git a/coreutils/mkfifo.c b/coreutils/mkfifo.c index 66509a9c0..8a2f20553 100644 --- a/coreutils/mkfifo.c +++ b/coreutils/mkfifo.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 MKFIFO | 9 | //config:config MKFIFO |
10 | //config: bool "mkfifo" | 10 | //config: bool "mkfifo (3.7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: mkfifo is used to create FIFOs (named pipes). | 13 | //config: mkfifo is used to create FIFOs (named pipes). |
diff --git a/coreutils/mknod.c b/coreutils/mknod.c index 466ef5c06..321415e17 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.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 MKNOD | 9 | //config:config MKNOD |
10 | //config: bool "mknod" | 10 | //config: bool "mknod (4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: mknod is used to create FIFOs or block/character special | 13 | //config: mknod is used to create FIFOs or block/character special |
diff --git a/coreutils/mktemp.c b/coreutils/mktemp.c index 65353697a..3e35befeb 100644 --- a/coreutils/mktemp.c +++ b/coreutils/mktemp.c | |||
@@ -31,7 +31,7 @@ | |||
31 | * -p; else /tmp [deprecated] | 31 | * -p; else /tmp [deprecated] |
32 | */ | 32 | */ |
33 | //config:config MKTEMP | 33 | //config:config MKTEMP |
34 | //config: bool "mktemp" | 34 | //config: bool "mktemp (4 kb)" |
35 | //config: default y | 35 | //config: default y |
36 | //config: help | 36 | //config: help |
37 | //config: mktemp is used to create unique temporary files | 37 | //config: mktemp is used to create unique temporary files |
diff --git a/coreutils/mv.c b/coreutils/mv.c index df2ef0a52..d620c43ab 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * Size reduction and improved error checking. | 12 | * Size reduction and improved error checking. |
13 | */ | 13 | */ |
14 | //config:config MV | 14 | //config:config MV |
15 | //config: bool "mv" | 15 | //config: bool "mv (9.8 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: mv is used to move or rename files or directories. | 18 | //config: mv is used to move or rename files or directories. |
diff --git a/coreutils/nice.c b/coreutils/nice.c index 3676ee663..e30242ffa 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.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 NICE | 9 | //config:config NICE |
10 | //config: bool "nice" | 10 | //config: bool "nice (1.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: nice runs a program with modified scheduling priority. | 13 | //config: nice runs a program with modified scheduling priority. |
diff --git a/coreutils/nl.c b/coreutils/nl.c index dc468a90b..9f303fe6c 100644 --- a/coreutils/nl.c +++ b/coreutils/nl.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config NL | 7 | //config:config NL |
8 | //config: bool "nl" | 8 | //config: bool "nl (4.3 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: nl is used to number lines of files. | 11 | //config: nl is used to number lines of files. |
diff --git a/coreutils/nohup.c b/coreutils/nohup.c index d8489686d..4366cdc8d 100644 --- a/coreutils/nohup.c +++ b/coreutils/nohup.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config NOHUP | 12 | //config:config NOHUP |
13 | //config: bool "nohup" | 13 | //config: bool "nohup (2 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: run a command immune to hangups, with output to a non-tty. | 16 | //config: run a command immune to hangups, with output to a non-tty. |
diff --git a/coreutils/nproc.c b/coreutils/nproc.c index d7c6a4ba1..7144f73e8 100644 --- a/coreutils/nproc.c +++ b/coreutils/nproc.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see LICENSE in this source tree | 4 | * Licensed under GPLv2, see LICENSE in this source tree |
5 | */ | 5 | */ |
6 | //config:config NPROC | 6 | //config:config NPROC |
7 | //config: bool "nproc" | 7 | //config: bool "nproc (248 bytes)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: Print number of CPUs | 10 | //config: Print number of CPUs |
diff --git a/coreutils/od.c b/coreutils/od.c index 4b05ee77c..edcd12a54 100644 --- a/coreutils/od.c +++ b/coreutils/od.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Original copyright notice is retained at the end of this file. | 11 | * Original copyright notice is retained at the end of this file. |
12 | */ | 12 | */ |
13 | //config:config OD | 13 | //config:config OD |
14 | //config: bool "od" | 14 | //config: bool "od (11 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: od is used to dump binary files in octal and other formats. | 17 | //config: od is used to dump binary files in octal and other formats. |
diff --git a/coreutils/paste.c b/coreutils/paste.c index 3920859d6..e4e9c7565 100644 --- a/coreutils/paste.c +++ b/coreutils/paste.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 PASTE | 9 | //config:config PASTE |
10 | //config: bool "paste" | 10 | //config: bool "paste (4.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: paste is used to paste lines of different files together | 13 | //config: paste is used to paste lines of different files together |
diff --git a/coreutils/printenv.c b/coreutils/printenv.c index fbd64945d..767a27525 100644 --- a/coreutils/printenv.c +++ b/coreutils/printenv.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 PRINTENV | 10 | //config:config PRINTENV |
11 | //config: bool "printenv" | 11 | //config: bool "printenv (1 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: printenv is used to print all or part of environment. | 14 | //config: printenv is used to print all or part of environment. |
diff --git a/coreutils/printf.c b/coreutils/printf.c index 65bb5a935..acaf076ff 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c | |||
@@ -39,7 +39,7 @@ | |||
39 | /* 19990508 Busy Boxed! Dave Cinege */ | 39 | /* 19990508 Busy Boxed! Dave Cinege */ |
40 | 40 | ||
41 | //config:config PRINTF | 41 | //config:config PRINTF |
42 | //config: bool "printf" | 42 | //config: bool "printf (3.3 kb)" |
43 | //config: default y | 43 | //config: default y |
44 | //config: help | 44 | //config: help |
45 | //config: printf is used to format and print specified strings. | 45 | //config: printf is used to format and print specified strings. |
diff --git a/coreutils/pwd.c b/coreutils/pwd.c index 05dee497b..e0a195d37 100644 --- a/coreutils/pwd.c +++ b/coreutils/pwd.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 PWD | 9 | //config:config PWD |
10 | //config: bool "pwd" | 10 | //config: bool "pwd (3.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: pwd is used to print the current directory. | 13 | //config: pwd is used to print the current directory. |
diff --git a/coreutils/readlink.c b/coreutils/readlink.c index 1b223b3c5..e593bb9a4 100644 --- a/coreutils/readlink.c +++ b/coreutils/readlink.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 READLINK | 9 | //config:config READLINK |
10 | //config: bool "readlink" | 10 | //config: bool "readlink (3.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: This program reads a symbolic link and returns the name | 13 | //config: This program reads a symbolic link and returns the name |
diff --git a/coreutils/realpath.c b/coreutils/realpath.c index 0c2d544e4..a2661c461 100644 --- a/coreutils/realpath.c +++ b/coreutils/realpath.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 REALPATH | 9 | //config:config REALPATH |
10 | //config: bool "realpath" | 10 | //config: bool "realpath (1.1 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Return the canonicalized absolute pathname. | 13 | //config: Return the canonicalized absolute pathname. |
diff --git a/coreutils/rm.c b/coreutils/rm.c index cec34cb9d..70530a458 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Size reduction. | 11 | * Size reduction. |
12 | */ | 12 | */ |
13 | //config:config RM | 13 | //config:config RM |
14 | //config: bool "rm" | 14 | //config: bool "rm (4.9 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: rm is used to remove files or directories. | 17 | //config: rm is used to remove files or directories. |
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c index 8979941ce..2486ea67e 100644 --- a/coreutils/rmdir.c +++ b/coreutils/rmdir.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 RMDIR | 9 | //config:config RMDIR |
10 | //config: bool "rmdir" | 10 | //config: bool "rmdir (3.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: rmdir is used to remove empty directories. | 13 | //config: rmdir is used to remove empty directories. |
diff --git a/coreutils/seq.c b/coreutils/seq.c index ed4946b05..c66bed94a 100644 --- a/coreutils/seq.c +++ b/coreutils/seq.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 SEQ | 9 | //config:config SEQ |
10 | //config: bool "seq" | 10 | //config: bool "seq (3.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: print a sequence of numbers | 13 | //config: print a sequence of numbers |
diff --git a/coreutils/shred.c b/coreutils/shred.c index b3c009539..93319e24d 100644 --- a/coreutils/shred.c +++ b/coreutils/shred.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config SHRED | 7 | //config:config SHRED |
8 | //config: bool "shred" | 8 | //config: bool "shred (5 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: Overwrite a file to hide its contents, and optionally delete it | 11 | //config: Overwrite a file to hide its contents, and optionally delete it |
diff --git a/coreutils/shuf.c b/coreutils/shuf.c index 217f15c97..b1a9d1254 100644 --- a/coreutils/shuf.c +++ b/coreutils/shuf.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config SHUF | 10 | //config:config SHUF |
11 | //config: bool "shuf" | 11 | //config: bool "shuf (5.4 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Generate random permutations | 14 | //config: Generate random permutations |
diff --git a/coreutils/sleep.c b/coreutils/sleep.c index ad2d6b526..6b3aa1ffa 100644 --- a/coreutils/sleep.c +++ b/coreutils/sleep.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * time suffixes for seconds, minutes, hours, and days. | 13 | * time suffixes for seconds, minutes, hours, and days. |
14 | */ | 14 | */ |
15 | //config:config SLEEP | 15 | //config:config SLEEP |
16 | //config: bool "sleep" | 16 | //config: bool "sleep (1.7 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: sleep is used to pause for a specified number of seconds. | 19 | //config: sleep is used to pause for a specified number of seconds. |
diff --git a/coreutils/sort.c b/coreutils/sort.c index 1ccce93c5..a8803819d 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html | 12 | * http://www.opengroup.org/onlinepubs/007904975/utilities/sort.html |
13 | */ | 13 | */ |
14 | //config:config SORT | 14 | //config:config SORT |
15 | //config: bool "sort" | 15 | //config: bool "sort (7.4 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: sort is used to sort lines of text in specified files. | 18 | //config: sort is used to sort lines of text in specified files. |
diff --git a/coreutils/split.c b/coreutils/split.c index 7af359d0e..dc6f62109 100644 --- a/coreutils/split.c +++ b/coreutils/split.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config SPLIT | 8 | //config:config SPLIT |
9 | //config: bool "split" | 9 | //config: bool "split (5.4 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Split a file into pieces. | 12 | //config: Split a file into pieces. |
diff --git a/coreutils/stat.c b/coreutils/stat.c index b918ec62e..e2f9a223d 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | */ | 14 | */ |
15 | //config:config STAT | 15 | //config:config STAT |
16 | //config: bool "stat" | 16 | //config: bool "stat (10 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: display file or filesystem status. | 19 | //config: display file or filesystem status. |
diff --git a/coreutils/stty.c b/coreutils/stty.c index e818d579c..3a4b32ce0 100644 --- a/coreutils/stty.c +++ b/coreutils/stty.c | |||
@@ -20,7 +20,7 @@ | |||
20 | Special for busybox ported by Vladimir Oleynik <dzo@simtreas.ru> 2001 | 20 | Special for busybox ported by Vladimir Oleynik <dzo@simtreas.ru> 2001 |
21 | */ | 21 | */ |
22 | //config:config STTY | 22 | //config:config STTY |
23 | //config: bool "stty" | 23 | //config: bool "stty (8.6 kb)" |
24 | //config: default y | 24 | //config: default y |
25 | //config: help | 25 | //config: help |
26 | //config: stty is used to change and print terminal line settings. | 26 | //config: stty is used to change and print terminal line settings. |
diff --git a/coreutils/sum.c b/coreutils/sum.c index c55293dc9..ef2f94e45 100644 --- a/coreutils/sum.c +++ b/coreutils/sum.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | */ | 14 | */ |
15 | //config:config SUM | 15 | //config:config SUM |
16 | //config: bool "sum" | 16 | //config: bool "sum (4.3 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: checksum and count the blocks in a file | 19 | //config: checksum and count the blocks in a file |
diff --git a/coreutils/sync.c b/coreutils/sync.c index 5e189f6f4..5557103b3 100644 --- a/coreutils/sync.c +++ b/coreutils/sync.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 SYNC | 10 | //config:config SYNC |
11 | //config: bool "sync" | 11 | //config: bool "sync (769 bytes)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: sync is used to flush filesystem buffers. | 14 | //config: sync is used to flush filesystem buffers. |
diff --git a/coreutils/tac.c b/coreutils/tac.c index ca5617c83..1f5b34a84 100644 --- a/coreutils/tac.c +++ b/coreutils/tac.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * http://www.uclibc.org/lists/busybox/2003-July/008813.html | 13 | * http://www.uclibc.org/lists/busybox/2003-July/008813.html |
14 | */ | 14 | */ |
15 | //config:config TAC | 15 | //config:config TAC |
16 | //config: bool "tac" | 16 | //config: bool "tac (4.1 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: tac is used to concatenate and print files in reverse. | 19 | //config: tac is used to concatenate and print files in reverse. |
diff --git a/coreutils/tail.c b/coreutils/tail.c index e7a24a7a8..a834e241e 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * 7) lseek attempted when count==0 even if arg was +0 (from top) | 19 | * 7) lseek attempted when count==0 even if arg was +0 (from top) |
20 | */ | 20 | */ |
21 | //config:config TAIL | 21 | //config:config TAIL |
22 | //config: bool "tail" | 22 | //config: bool "tail (7.1 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: tail is used to print the last specified number of lines | 25 | //config: tail is used to print the last specified number of lines |
diff --git a/coreutils/tee.c b/coreutils/tee.c index 602d06737..f7676ce9e 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.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 TEE | 9 | //config:config TEE |
10 | //config: bool "tee" | 10 | //config: bool "tee (4.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: tee is used to read from standard input and write | 13 | //config: tee is used to read from standard input and write |
diff --git a/coreutils/test.c b/coreutils/test.c index edcf2a2d8..5cca5d1f2 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -20,7 +20,7 @@ | |||
20 | * "This program is in the Public Domain." | 20 | * "This program is in the Public Domain." |
21 | */ | 21 | */ |
22 | //config:config TEST | 22 | //config:config TEST |
23 | //config: bool "test" | 23 | //config: bool "test (3.6 kb)" |
24 | //config: default y | 24 | //config: default y |
25 | //config: help | 25 | //config: help |
26 | //config: test is used to check file types and compare values, | 26 | //config: test is used to check file types and compare values, |
diff --git a/coreutils/timeout.c b/coreutils/timeout.c index f29dc8a9c..5981c7bcb 100644 --- a/coreutils/timeout.c +++ b/coreutils/timeout.c | |||
@@ -28,7 +28,7 @@ | |||
28 | * rewrite 14-11-2008 vda | 28 | * rewrite 14-11-2008 vda |
29 | */ | 29 | */ |
30 | //config:config TIMEOUT | 30 | //config:config TIMEOUT |
31 | //config: bool "timeout" | 31 | //config: bool "timeout (5.5 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: Runs a program and watches it. If it does not terminate in | 34 | //config: Runs a program and watches it. If it does not terminate in |
diff --git a/coreutils/touch.c b/coreutils/touch.c index 92d5a718a..7b7b9f8a1 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * Also, exiting on a failure was a bug. All args should be processed. | 13 | * Also, exiting on a failure was a bug. All args should be processed. |
14 | */ | 14 | */ |
15 | //config:config TOUCH | 15 | //config:config TOUCH |
16 | //config: bool "touch" | 16 | //config: bool "touch (5.8 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: touch is used to create or change the access and/or | 19 | //config: touch is used to create or change the access and/or |
diff --git a/coreutils/tr.c b/coreutils/tr.c index f552096f3..4281a2c69 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * TODO: graph, print | 19 | * TODO: graph, print |
20 | */ | 20 | */ |
21 | //config:config TR | 21 | //config:config TR |
22 | //config: bool "tr" | 22 | //config: bool "tr (5.5 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: tr is used to squeeze, and/or delete characters from standard | 25 | //config: tr is used to squeeze, and/or delete characters from standard |
diff --git a/coreutils/true.c b/coreutils/true.c index 6a9493f9d..29386b021 100644 --- a/coreutils/true.c +++ b/coreutils/true.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 TRUE | 9 | //config:config TRUE |
10 | //config: bool "true" | 10 | //config: bool "true (tiny)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: true returns an exit code of TRUE (0). | 13 | //config: true returns an exit code of TRUE (0). |
diff --git a/coreutils/truncate.c b/coreutils/truncate.c index 253fe0015..eefe2b4fc 100644 --- a/coreutils/truncate.c +++ b/coreutils/truncate.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config TRUNCATE | 8 | //config:config TRUNCATE |
9 | //config: bool "truncate" | 9 | //config: bool "truncate (4.7 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: truncate truncates files to a given size. If a file does | 12 | //config: truncate truncates files to a given size. If a file does |
diff --git a/coreutils/tty.c b/coreutils/tty.c index 359e5bc93..9a5f1ef52 100644 --- a/coreutils/tty.c +++ b/coreutils/tty.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 TTY | 9 | //config:config TTY |
10 | //config: bool "tty" | 10 | //config: bool "tty (3.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: tty is used to print the name of the current terminal to | 13 | //config: tty is used to print the name of the current terminal to |
diff --git a/coreutils/uname.c b/coreutils/uname.c index 1f19c933d..18c6d8efd 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c | |||
@@ -43,7 +43,7 @@ | |||
43 | * Fix handling of -a to not print "unknown", add -o and -i support. | 43 | * Fix handling of -a to not print "unknown", add -o and -i support. |
44 | */ | 44 | */ |
45 | //config:config UNAME | 45 | //config:config UNAME |
46 | //config: bool "uname" | 46 | //config: bool "uname (3.7 kb)" |
47 | //config: default y | 47 | //config: default y |
48 | //config: help | 48 | //config: help |
49 | //config: uname is used to print system information. | 49 | //config: uname is used to print system information. |
diff --git a/coreutils/uniq.c b/coreutils/uniq.c index 2b62ad3ae..3f9c56e74 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.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 UNIQ | 9 | //config:config UNIQ |
10 | //config: bool "uniq" | 10 | //config: bool "uniq (4.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: uniq is used to remove duplicate lines from a sorted file. | 13 | //config: uniq is used to remove duplicate lines from a sorted file. |
diff --git a/coreutils/unlink.c b/coreutils/unlink.c index 2879638d3..fcc86da97 100644 --- a/coreutils/unlink.c +++ b/coreutils/unlink.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see LICENSE in this source tree | 6 | * Licensed under GPLv2, see LICENSE in this source tree |
7 | */ | 7 | */ |
8 | //config:config UNLINK | 8 | //config:config UNLINK |
9 | //config: bool "unlink" | 9 | //config: bool "unlink (3.5 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: unlink deletes a file by calling unlink() | 12 | //config: unlink deletes a file by calling unlink() |
diff --git a/coreutils/usleep.c b/coreutils/usleep.c index 7bc30c2a2..1675b2fc9 100644 --- a/coreutils/usleep.c +++ b/coreutils/usleep.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 USLEEP | 9 | //config:config USLEEP |
10 | //config: bool "usleep" | 10 | //config: bool "usleep (1.1 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: usleep is used to pause for a specified number of microseconds. | 13 | //config: usleep is used to pause for a specified number of microseconds. |
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 2fe771f69..418d0238f 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * "end" line | 11 | * "end" line |
12 | */ | 12 | */ |
13 | //config:config UUDECODE | 13 | //config:config UUDECODE |
14 | //config: bool "uudecode" | 14 | //config: bool "uudecode (5.9 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: uudecode is used to decode a uuencoded file. | 17 | //config: uudecode is used to decode a uuencoded file. |
@@ -176,7 +176,7 @@ int uudecode_main(int argc UNUSED_PARAM, char **argv) | |||
176 | //kbuild:lib-$(CONFIG_BASE64) += uudecode.o | 176 | //kbuild:lib-$(CONFIG_BASE64) += uudecode.o |
177 | 177 | ||
178 | //config:config BASE64 | 178 | //config:config BASE64 |
179 | //config: bool "base64" | 179 | //config: bool "base64 (5 kb)" |
180 | //config: default y | 180 | //config: default y |
181 | //config: help | 181 | //config: help |
182 | //config: Base64 encode and decode | 182 | //config: Base64 encode and decode |
diff --git a/coreutils/uuencode.c b/coreutils/uuencode.c index 917cdaea5..cd167aeda 100644 --- a/coreutils/uuencode.c +++ b/coreutils/uuencode.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 UUENCODE | 10 | //config:config UUENCODE |
11 | //config: bool "uuencode" | 11 | //config: bool "uuencode (4.6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: uuencode is used to uuencode a file. | 14 | //config: uuencode is used to uuencode a file. |
diff --git a/coreutils/wc.c b/coreutils/wc.c index 4c53049b0..716119d6c 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c | |||
@@ -33,7 +33,7 @@ | |||
33 | * for which 'wc -c' should output '0'. | 33 | * for which 'wc -c' should output '0'. |
34 | */ | 34 | */ |
35 | //config:config WC | 35 | //config:config WC |
36 | //config: bool "wc" | 36 | //config: bool "wc (4.4 kb)" |
37 | //config: default y | 37 | //config: default y |
38 | //config: help | 38 | //config: help |
39 | //config: wc is used to print the number of bytes, words, and lines, | 39 | //config: wc is used to print the number of bytes, words, and lines, |
diff --git a/coreutils/who.c b/coreutils/who.c index 4adead77e..73167904f 100644 --- a/coreutils/who.c +++ b/coreutils/who.c | |||
@@ -17,7 +17,7 @@ | |||
17 | *---------------------------------------------------------------------- | 17 | *---------------------------------------------------------------------- |
18 | */ | 18 | */ |
19 | //config:config WHO | 19 | //config:config WHO |
20 | //config: bool "who" | 20 | //config: bool "who (3.7 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: depends on FEATURE_UTMP | 22 | //config: depends on FEATURE_UTMP |
23 | //config: help | 23 | //config: help |
@@ -25,14 +25,14 @@ | |||
25 | //config: | 25 | //config: |
26 | // procps-ng has this variation of "who": | 26 | // procps-ng has this variation of "who": |
27 | //config:config W | 27 | //config:config W |
28 | //config: bool "w" | 28 | //config: bool "w (3.7 kb)" |
29 | //config: default y | 29 | //config: default y |
30 | //config: depends on FEATURE_UTMP | 30 | //config: depends on FEATURE_UTMP |
31 | //config: help | 31 | //config: help |
32 | //config: w is used to show who is logged on. | 32 | //config: w is used to show who is logged on. |
33 | //config: | 33 | //config: |
34 | //config:config USERS | 34 | //config:config USERS |
35 | //config: bool "users" | 35 | //config: bool "users (3.2 kb)" |
36 | //config: default y | 36 | //config: default y |
37 | //config: depends on FEATURE_UTMP | 37 | //config: depends on FEATURE_UTMP |
38 | //config: help | 38 | //config: help |
diff --git a/coreutils/whoami.c b/coreutils/whoami.c index 635712829..02a51084a 100644 --- a/coreutils/whoami.c +++ b/coreutils/whoami.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 WHOAMI | 9 | //config:config WHOAMI |
10 | //config: bool "whoami" | 10 | //config: bool "whoami (2.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: whoami is used to print the username of the current | 13 | //config: whoami is used to print the username of the current |
diff --git a/coreutils/yes.c b/coreutils/yes.c index 81d875589..e8edc0c0d 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Size reductions and removed redundant applet name prefix from error messages. | 11 | * Size reductions and removed redundant applet name prefix from error messages. |
12 | */ | 12 | */ |
13 | //config:config YES | 13 | //config:config YES |
14 | //config: bool "yes" | 14 | //config: bool "yes (956 bytes)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: yes is used to repeatedly output a specific string, or | 17 | //config: yes is used to repeatedly output a specific string, or |
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c index 21d330b59..af5de2d52 100644 --- a/debianutils/pipe_progress.c +++ b/debianutils/pipe_progress.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 PIPE_PROGRESS | 9 | //config:config PIPE_PROGRESS |
10 | //config: bool "pipe_progress" | 10 | //config: bool "pipe_progress (225 bytes)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Display a dot to indicate pipe activity. | 13 | //config: Display a dot to indicate pipe activity. |
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 3ef28f1d4..011066bd4 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * broken compatibility because the BusyBox policy doesn't allow them. | 23 | * broken compatibility because the BusyBox policy doesn't allow them. |
24 | */ | 24 | */ |
25 | //config:config RUN_PARTS | 25 | //config:config RUN_PARTS |
26 | //config: bool "run-parts" | 26 | //config: bool "run-parts (5.6 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: help | 28 | //config: help |
29 | //config: run-parts is a utility designed to run all the scripts in a directory. | 29 | //config: run-parts is a utility designed to run all the scripts in a directory. |
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 4a9e0653e..584158fe8 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -57,7 +57,7 @@ Misc options: | |||
57 | -v,--verbose Verbose | 57 | -v,--verbose Verbose |
58 | */ | 58 | */ |
59 | //config:config START_STOP_DAEMON | 59 | //config:config START_STOP_DAEMON |
60 | //config: bool "start-stop-daemon" | 60 | //config: bool "start-stop-daemon (12 kb)" |
61 | //config: default y | 61 | //config: default y |
62 | //config: help | 62 | //config: help |
63 | //config: start-stop-daemon is used to control the creation and | 63 | //config: start-stop-daemon is used to control the creation and |
diff --git a/debianutils/which.c b/debianutils/which.c index c0f897809..bdf6b9b14 100644 --- a/debianutils/which.c +++ b/debianutils/which.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config WHICH | 8 | //config:config WHICH |
9 | //config: bool "which" | 9 | //config: bool "which (3.7 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: which is used to find programs in your PATH and | 12 | //config: which is used to find programs in your PATH and |
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c index 043f39591..f84ff0d0c 100644 --- a/e2fsprogs/chattr.c +++ b/e2fsprogs/chattr.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Public License | 10 | * Public License |
11 | */ | 11 | */ |
12 | //config:config CHATTR | 12 | //config:config CHATTR |
13 | //config: bool "chattr" | 13 | //config: bool "chattr (3.2 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: chattr changes the file attributes on a second extended file system. | 16 | //config: chattr changes the file attributes on a second extended file system. |
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index eb53002b1..8d03e0cee 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c | |||
@@ -34,7 +34,7 @@ | |||
34 | * It doesn't guess filesystem types from on-disk format. | 34 | * It doesn't guess filesystem types from on-disk format. |
35 | */ | 35 | */ |
36 | //config:config FSCK | 36 | //config:config FSCK |
37 | //config: bool "fsck" | 37 | //config: bool "fsck (6.7 kb)" |
38 | //config: default y | 38 | //config: default y |
39 | //config: help | 39 | //config: help |
40 | //config: fsck is used to check and optionally repair one or more filesystems. | 40 | //config: fsck is used to check and optionally repair one or more filesystems. |
diff --git a/e2fsprogs/lsattr.c b/e2fsprogs/lsattr.c index d2348b5f7..f59fe93a2 100644 --- a/e2fsprogs/lsattr.c +++ b/e2fsprogs/lsattr.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Public License | 10 | * Public License |
11 | */ | 11 | */ |
12 | //config:config LSATTR | 12 | //config:config LSATTR |
13 | //config: bool "lsattr" | 13 | //config: bool "lsattr (5 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | 15 | //config: select PLATFORM_LINUX |
16 | //config: help | 16 | //config: help |
diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c index e9bad66ad..d9fac4e42 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.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 TUNE2FS | 9 | //config:config TUNE2FS |
10 | //config: bool "tune2fs" | 10 | //config: bool "tune2fs (4.4 kb)" |
11 | //config: default n # off: it is too limited compared to upstream version | 11 | //config: default n # off: it is too limited compared to upstream version |
12 | //config: help | 12 | //config: help |
13 | //config: tune2fs allows the system administrator to adjust various tunable | 13 | //config: tune2fs allows the system administrator to adjust various tunable |
diff --git a/editors/awk.c b/editors/awk.c index 685e8bed8..b836580d0 100644 --- a/editors/awk.c +++ b/editors/awk.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config AWK | 10 | //config:config AWK |
11 | //config: bool "awk" | 11 | //config: bool "awk (22 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Awk is used as a pattern scanning and processing language. This is | 14 | //config: Awk is used as a pattern scanning and processing language. This is |
diff --git a/editors/cmp.c b/editors/cmp.c index a4af6f480..6e5500c17 100644 --- a/editors/cmp.c +++ b/editors/cmp.c | |||
@@ -11,7 +11,7 @@ | |||
11 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/cmp.html */ | 11 | /* http://www.opengroup.org/onlinepubs/007904975/utilities/cmp.html */ |
12 | 12 | ||
13 | //config:config CMP | 13 | //config:config CMP |
14 | //config: bool "cmp" | 14 | //config: bool "cmp (5.4 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: cmp is used to compare two files and returns the result | 17 | //config: cmp is used to compare two files and returns the result |
diff --git a/editors/diff.c b/editors/diff.c index 7687518f3..b6a5ca606 100644 --- a/editors/diff.c +++ b/editors/diff.c | |||
@@ -77,7 +77,7 @@ | |||
77 | */ | 77 | */ |
78 | 78 | ||
79 | //config:config DIFF | 79 | //config:config DIFF |
80 | //config: bool "diff" | 80 | //config: bool "diff (13 kb)" |
81 | //config: default y | 81 | //config: default y |
82 | //config: help | 82 | //config: help |
83 | //config: diff compares two files or directories and outputs the | 83 | //config: diff compares two files or directories and outputs the |
diff --git a/editors/ed.c b/editors/ed.c index c028b78cb..863a99366 100644 --- a/editors/ed.c +++ b/editors/ed.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config ED | 10 | //config:config ED |
11 | //config: bool "ed" | 11 | //config: bool "ed (25 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: The original 1970's Unix text editor, from the days of teletypes. | 14 | //config: The original 1970's Unix text editor, from the days of teletypes. |
diff --git a/editors/patch.c b/editors/patch.c index 731a8c58a..86a0193a1 100644 --- a/editors/patch.c +++ b/editors/patch.c | |||
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | //config:config PATCH | 25 | //config:config PATCH |
26 | //config: bool "patch" | 26 | //config: bool "patch (9.1 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: help | 28 | //config: help |
29 | //config: Apply a unified diff formatted patch. | 29 | //config: Apply a unified diff formatted patch. |
diff --git a/editors/patch_toybox.c b/editors/patch_toybox.c index 5174acd6a..2c958d287 100644 --- a/editors/patch_toybox.c +++ b/editors/patch_toybox.c | |||
@@ -26,7 +26,7 @@ | |||
26 | USE_PATCH(NEWTOY(patch, USE_TOYBOX_DEBUG("x")"up#i:R", TOYFLAG_USR|TOYFLAG_BIN)) | 26 | USE_PATCH(NEWTOY(patch, USE_TOYBOX_DEBUG("x")"up#i:R", TOYFLAG_USR|TOYFLAG_BIN)) |
27 | 27 | ||
28 | config PATCH | 28 | config PATCH |
29 | bool "patch" | 29 | bool "patch (9.1 kb)" |
30 | default y | 30 | default y |
31 | help | 31 | help |
32 | usage: patch [-i file] [-p depth] [-Ru] | 32 | usage: patch [-i file] [-p depth] [-Ru] |
diff --git a/editors/sed.c b/editors/sed.c index ca9ab2054..c5df5d9e7 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -57,7 +57,7 @@ | |||
57 | */ | 57 | */ |
58 | 58 | ||
59 | //config:config SED | 59 | //config:config SED |
60 | //config: bool "sed" | 60 | //config: bool "sed (12 kb)" |
61 | //config: default y | 61 | //config: default y |
62 | //config: help | 62 | //config: help |
63 | //config: sed is used to perform text transformations on a file | 63 | //config: sed is used to perform text transformations on a file |
diff --git a/editors/vi.c b/editors/vi.c index 76d1f261b..24ccb0019 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -21,7 +21,7 @@ | |||
21 | */ | 21 | */ |
22 | 22 | ||
23 | //config:config VI | 23 | //config:config VI |
24 | //config: bool "vi" | 24 | //config: bool "vi (22 kb)" |
25 | //config: default y | 25 | //config: default y |
26 | //config: help | 26 | //config: help |
27 | //config: 'vi' is a text editor. More specifically, it is the One True | 27 | //config: 'vi' is a text editor. More specifically, it is the One True |
diff --git a/findutils/find.c b/findutils/find.c index 0596c0059..70ad03208 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -54,7 +54,7 @@ | |||
54 | */ | 54 | */ |
55 | 55 | ||
56 | //config:config FIND | 56 | //config:config FIND |
57 | //config: bool "find" | 57 | //config: bool "find (14 kb)" |
58 | //config: default y | 58 | //config: default y |
59 | //config: help | 59 | //config: help |
60 | //config: find is used to search your system to find specified files. | 60 | //config: find is used to search your system to find specified files. |
diff --git a/findutils/grep.c b/findutils/grep.c index d66d85a53..bd6a04a7a 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -19,19 +19,19 @@ | |||
19 | */ | 19 | */ |
20 | 20 | ||
21 | //config:config GREP | 21 | //config:config GREP |
22 | //config: bool "grep" | 22 | //config: bool "grep (8.5 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: grep is used to search files for a specified pattern. | 25 | //config: grep is used to search files for a specified pattern. |
26 | //config: | 26 | //config: |
27 | //config:config EGREP | 27 | //config:config EGREP |
28 | //config: bool "egrep" | 28 | //config: bool "egrep (7.6 kb)" |
29 | //config: default y | 29 | //config: default y |
30 | //config: help | 30 | //config: help |
31 | //config: Alias to "grep -E" | 31 | //config: Alias to "grep -E" |
32 | //config: | 32 | //config: |
33 | //config:config FGREP | 33 | //config:config FGREP |
34 | //config: bool "fgrep" | 34 | //config: bool "fgrep (7.6 kb)" |
35 | //config: default y | 35 | //config: default y |
36 | //config: help | 36 | //config: help |
37 | //config: Alias to "grep -F" | 37 | //config: Alias to "grep -F" |
diff --git a/findutils/xargs.c b/findutils/xargs.c index ae01a49be..078ce3bc7 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -16,7 +16,7 @@ | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | //config:config XARGS | 18 | //config:config XARGS |
19 | //config: bool "xargs" | 19 | //config: bool "xargs (6.7 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: xargs is used to execute a specified command for | 22 | //config: xargs is used to execute a specified command for |
diff --git a/init/bootchartd.c b/init/bootchartd.c index 92aaade0f..ecbcab868 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c | |||
@@ -8,7 +8,7 @@ | |||
8 | //kbuild:lib-$(CONFIG_BOOTCHARTD) += bootchartd.o | 8 | //kbuild:lib-$(CONFIG_BOOTCHARTD) += bootchartd.o |
9 | 9 | ||
10 | //config:config BOOTCHARTD | 10 | //config:config BOOTCHARTD |
11 | //config: bool "bootchartd" | 11 | //config: bool "bootchartd (10 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: bootchartd is commonly used to profile the boot process | 14 | //config: bootchartd is commonly used to profile the boot process |
diff --git a/init/halt.c b/init/halt.c index f69b89772..e6eb28fc9 100644 --- a/init/halt.c +++ b/init/halt.c | |||
@@ -8,19 +8,19 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config HALT | 10 | //config:config HALT |
11 | //config: bool "halt" | 11 | //config: bool "halt (3.7 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Stop all processes and halt the system. | 14 | //config: Stop all processes and halt the system. |
15 | //config: | 15 | //config: |
16 | //config:config POWEROFF | 16 | //config:config POWEROFF |
17 | //config: bool "poweroff" | 17 | //config: bool "poweroff (3.7 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: Stop all processes and power off the system. | 20 | //config: Stop all processes and power off the system. |
21 | //config: | 21 | //config: |
22 | //config:config REBOOT | 22 | //config:config REBOOT |
23 | //config: bool "reboot" | 23 | //config: bool "reboot (3.7 kb)" |
24 | //config: default y | 24 | //config: default y |
25 | //config: help | 25 | //config: help |
26 | //config: Stop all processes and reboot the system. | 26 | //config: Stop all processes and reboot the system. |
diff --git a/init/init.c b/init/init.c index 4d6355167..3427e1cc8 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | //config:config INIT | 12 | //config:config INIT |
13 | //config: bool "init" | 13 | //config: bool "init (9.3 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select FEATURE_SYSLOG | 15 | //config: select FEATURE_SYSLOG |
16 | //config: help | 16 | //config: help |
diff --git a/loginutils/add-remove-shell.c b/loginutils/add-remove-shell.c index 54b62c773..eb16c6ead 100644 --- a/loginutils/add-remove-shell.c +++ b/loginutils/add-remove-shell.c | |||
@@ -8,13 +8,13 @@ | |||
8 | * for details. | 8 | * for details. |
9 | */ | 9 | */ |
10 | //config:config ADD_SHELL | 10 | //config:config ADD_SHELL |
11 | //config: bool "add-shell" | 11 | //config: bool "add-shell (2.8 kb)" |
12 | //config: default y if DESKTOP | 12 | //config: default y if DESKTOP |
13 | //config: help | 13 | //config: help |
14 | //config: Add shells to /etc/shells. | 14 | //config: Add shells to /etc/shells. |
15 | //config: | 15 | //config: |
16 | //config:config REMOVE_SHELL | 16 | //config:config REMOVE_SHELL |
17 | //config: bool "remove-shell" | 17 | //config: bool "remove-shell (2.7 kb)" |
18 | //config: default y if DESKTOP | 18 | //config: default y if DESKTOP |
19 | //config: help | 19 | //config: help |
20 | //config: Remove shells from /etc/shells. | 20 | //config: Remove shells from /etc/shells. |
diff --git a/loginutils/addgroup.c b/loginutils/addgroup.c index 94da4efbb..c02ff10e9 100644 --- a/loginutils/addgroup.c +++ b/loginutils/addgroup.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * | 10 | * |
11 | */ | 11 | */ |
12 | //config:config ADDGROUP | 12 | //config:config ADDGROUP |
13 | //config: bool "addgroup" | 13 | //config: bool "addgroup (8.2 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Utility for creating a new group account. | 16 | //config: Utility for creating a new group account. |
diff --git a/loginutils/adduser.c b/loginutils/adduser.c index 40bc816a1..e2818f852 100644 --- a/loginutils/adduser.c +++ b/loginutils/adduser.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 ADDUSER | 10 | //config:config ADDUSER |
11 | //config: bool "adduser" | 11 | //config: bool "adduser (15 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Utility for creating a new user account. | 14 | //config: Utility for creating a new user account. |
diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index baafd35c8..60f54ab01 100644 --- a/loginutils/chpasswd.c +++ b/loginutils/chpasswd.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config CHPASSWD | 8 | //config:config CHPASSWD |
9 | //config: bool "chpasswd" | 9 | //config: bool "chpasswd (18 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Reads a file of user name and password pairs from standard input | 12 | //config: Reads a file of user name and password pairs from standard input |
diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c index 3dc8232e0..75769c813 100644 --- a/loginutils/cryptpw.c +++ b/loginutils/cryptpw.c | |||
@@ -10,14 +10,14 @@ | |||
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 CRYPTPW | 12 | //config:config CRYPTPW |
13 | //config: bool "cryptpw" | 13 | //config: bool "cryptpw (14 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Encrypts the given password with the crypt(3) libc function | 16 | //config: Encrypts the given password with the crypt(3) libc function |
17 | //config: using the given salt. | 17 | //config: using the given salt. |
18 | //config: | 18 | //config: |
19 | //config:config MKPASSWD | 19 | //config:config MKPASSWD |
20 | //config: bool "mkpasswd" | 20 | //config: bool "mkpasswd (15 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: help | 22 | //config: help |
23 | //config: Encrypts the given password with the crypt(3) libc function | 23 | //config: Encrypts the given password with the crypt(3) libc function |
diff --git a/loginutils/deluser.c b/loginutils/deluser.c index fbb1614fb..5b05faf3a 100644 --- a/loginutils/deluser.c +++ b/loginutils/deluser.c | |||
@@ -9,13 +9,13 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config DELUSER | 11 | //config:config DELUSER |
12 | //config: bool "deluser" | 12 | //config: bool "deluser (8.4 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: Utility for deleting a user account. | 15 | //config: Utility for deleting a user account. |
16 | //config: | 16 | //config: |
17 | //config:config DELGROUP | 17 | //config:config DELGROUP |
18 | //config: bool "delgroup" | 18 | //config: bool "delgroup (5.6 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: help | 20 | //config: help |
21 | //config: Utility for deleting a group account. | 21 | //config: Utility for deleting a group account. |
diff --git a/loginutils/getty.c b/loginutils/getty.c index ba6c784a3..d38471a42 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 22 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
23 | */ | 23 | */ |
24 | //config:config GETTY | 24 | //config:config GETTY |
25 | //config: bool "getty" | 25 | //config: bool "getty (10 kb)" |
26 | //config: default y | 26 | //config: default y |
27 | //config: select FEATURE_SYSLOG | 27 | //config: select FEATURE_SYSLOG |
28 | //config: help | 28 | //config: help |
diff --git a/loginutils/login.c b/loginutils/login.c index be05def09..fbdfd2925 100644 --- a/loginutils/login.c +++ b/loginutils/login.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | //config:config LOGIN | 5 | //config:config LOGIN |
6 | //config: bool "login" | 6 | //config: bool "login (24 kb)" |
7 | //config: default y | 7 | //config: default y |
8 | //config: select FEATURE_SYSLOG | 8 | //config: select FEATURE_SYSLOG |
9 | //config: help | 9 | //config: help |
diff --git a/loginutils/passwd.c b/loginutils/passwd.c index b7b7423fd..ea8f07474 100644 --- a/loginutils/passwd.c +++ b/loginutils/passwd.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | //config:config PASSWD | 5 | //config:config PASSWD |
6 | //config: bool "passwd" | 6 | //config: bool "passwd (21 kb)" |
7 | //config: default y | 7 | //config: default y |
8 | //config: select FEATURE_SYSLOG | 8 | //config: select FEATURE_SYSLOG |
9 | //config: help | 9 | //config: help |
diff --git a/loginutils/su.c b/loginutils/su.c index 4cce82405..b70696fe7 100644 --- a/loginutils/su.c +++ b/loginutils/su.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config SU | 7 | //config:config SU |
8 | //config: bool "su" | 8 | //config: bool "su (19 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: select FEATURE_SYSLOG | 10 | //config: select FEATURE_SYSLOG |
11 | //config: help | 11 | //config: help |
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index 2e32e2bbd..cdc2c8c5a 100644 --- a/loginutils/sulogin.c +++ b/loginutils/sulogin.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config SULOGIN | 7 | //config:config SULOGIN |
8 | //config: bool "sulogin" | 8 | //config: bool "sulogin (17 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: select FEATURE_SYSLOG | 10 | //config: select FEATURE_SYSLOG |
11 | //config: help | 11 | //config: help |
diff --git a/loginutils/vlock.c b/loginutils/vlock.c index 5ba6a8780..e3b701d53 100644 --- a/loginutils/vlock.c +++ b/loginutils/vlock.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * It now works with md5, sha1, etc passwords. | 16 | * It now works with md5, sha1, etc passwords. |
17 | */ | 17 | */ |
18 | //config:config VLOCK | 18 | //config:config VLOCK |
19 | //config: bool "vlock" | 19 | //config: bool "vlock (17 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: Build the "vlock" applet which allows you to lock (virtual) terminals. | 22 | //config: Build the "vlock" applet which allows you to lock (virtual) terminals. |
diff --git a/mailutils/makemime.c b/mailutils/makemime.c index 78f78bbcc..9c79133b6 100644 --- a/mailutils/makemime.c +++ b/mailutils/makemime.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 MAKEMIME | 9 | //config:config MAKEMIME |
10 | //config: bool "makemime" | 10 | //config: bool "makemime (5.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Create MIME-formatted messages. | 13 | //config: Create MIME-formatted messages. |
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c index ffe373865..ad9a04a89 100644 --- a/mailutils/popmaildir.c +++ b/mailutils/popmaildir.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 POPMAILDIR | 12 | //config:config POPMAILDIR |
13 | //config: bool "popmaildir" | 13 | //config: bool "popmaildir (10 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Simple yet powerful POP3 mail popper. Delivers content | 16 | //config: Simple yet powerful POP3 mail popper. Delivers content |
diff --git a/mailutils/reformime.c b/mailutils/reformime.c index e97bc0130..4f29f68e8 100644 --- a/mailutils/reformime.c +++ b/mailutils/reformime.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 REFORMIME | 9 | //config:config REFORMIME |
10 | //config: bool "reformime" | 10 | //config: bool "reformime (7.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Parse MIME-formatted messages. | 13 | //config: Parse MIME-formatted messages. |
diff --git a/mailutils/sendmail.c b/mailutils/sendmail.c index b542099fd..c70d06263 100644 --- a/mailutils/sendmail.c +++ b/mailutils/sendmail.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 SENDMAIL | 9 | //config:config SENDMAIL |
10 | //config: bool "sendmail" | 10 | //config: bool "sendmail (14 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Barebones sendmail. | 13 | //config: Barebones sendmail. |
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index 6355cc1ef..c91527ffb 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
12 | */ | 12 | */ |
13 | //config:config ADJTIMEX | 13 | //config:config ADJTIMEX |
14 | //config: bool "adjtimex" | 14 | //config: bool "adjtimex (4.5 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: select PLATFORM_LINUX | 16 | //config: select PLATFORM_LINUX |
17 | //config: help | 17 | //config: help |
diff --git a/miscutils/chat.c b/miscutils/chat.c index 8df194534..a1dc753bb 100644 --- a/miscutils/chat.c +++ b/miscutils/chat.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config CHAT | 10 | //config:config CHAT |
11 | //config: bool "chat" | 11 | //config: bool "chat (6.6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Simple chat utility. | 14 | //config: Simple chat utility. |
diff --git a/miscutils/conspy.c b/miscutils/conspy.c index 1f0278b47..22a6918e1 100644 --- a/miscutils/conspy.c +++ b/miscutils/conspy.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config CONSPY | 12 | //config:config CONSPY |
13 | //config: bool "conspy" | 13 | //config: bool "conspy (10 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | 15 | //config: select PLATFORM_LINUX |
16 | //config: help | 16 | //config: help |
diff --git a/miscutils/crond.c b/miscutils/crond.c index c0c8bef11..8d24f294c 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.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 CROND | 11 | //config:config CROND |
12 | //config: bool "crond" | 12 | //config: bool "crond (13 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select FEATURE_SYSLOG | 14 | //config: select FEATURE_SYSLOG |
15 | //config: help | 15 | //config: help |
diff --git a/miscutils/crontab.c b/miscutils/crontab.c index bcd424578..409307567 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config CRONTAB | 12 | //config:config CRONTAB |
13 | //config: bool "crontab" | 13 | //config: bool "crontab (9.7 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: Crontab manipulates the crontab for a particular user. Only | 16 | //config: Crontab manipulates the crontab for a particular user. Only |
diff --git a/miscutils/dc.c b/miscutils/dc.c index 7986fef5f..d4cd49998 100644 --- a/miscutils/dc.c +++ b/miscutils/dc.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | //config:config DC | 5 | //config:config DC |
6 | //config: bool "dc" | 6 | //config: bool "dc (4.2 kb)" |
7 | //config: default y | 7 | //config: default y |
8 | //config: help | 8 | //config: help |
9 | //config: Dc is a reverse-polish desk calculator which supports unlimited | 9 | //config: Dc is a reverse-polish desk calculator which supports unlimited |
diff --git a/miscutils/devmem.c b/miscutils/devmem.c index aeb32b13a..ec911a707 100644 --- a/miscutils/devmem.c +++ b/miscutils/devmem.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Copyright (C) 2008, BusyBox Team. -solar 4/26/08 | 4 | * Copyright (C) 2008, BusyBox Team. -solar 4/26/08 |
5 | */ | 5 | */ |
6 | //config:config DEVMEM | 6 | //config:config DEVMEM |
7 | //config: bool "devmem" | 7 | //config: bool "devmem (2.5 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: devmem is a small program that reads and writes from physical | 10 | //config: devmem is a small program that reads and writes from physical |
diff --git a/miscutils/fbsplash.c b/miscutils/fbsplash.c index fc6c9b953..4c891deb0 100644 --- a/miscutils/fbsplash.c +++ b/miscutils/fbsplash.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * "exit" (or just close fifo) - well you guessed it. | 21 | * "exit" (or just close fifo) - well you guessed it. |
22 | */ | 22 | */ |
23 | //config:config FBSPLASH | 23 | //config:config FBSPLASH |
24 | //config: bool "fbsplash" | 24 | //config: bool "fbsplash (27 kb)" |
25 | //config: default y | 25 | //config: default y |
26 | //config: select PLATFORM_LINUX | 26 | //config: select PLATFORM_LINUX |
27 | //config: help | 27 | //config: help |
diff --git a/miscutils/flash_eraseall.c b/miscutils/flash_eraseall.c index 2a9bd6cfe..b64fda396 100644 --- a/miscutils/flash_eraseall.c +++ b/miscutils/flash_eraseall.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config FLASH_ERASEALL | 12 | //config:config FLASH_ERASEALL |
13 | //config: bool "flash_eraseall" | 13 | //config: bool "flash_eraseall (5.5 kb)" |
14 | //config: default n # doesn't build on Ubuntu 8.04 | 14 | //config: default n # doesn't build on Ubuntu 8.04 |
15 | //config: help | 15 | //config: help |
16 | //config: The flash_eraseall binary from mtd-utils as of git head c4c6a59eb. | 16 | //config: The flash_eraseall binary from mtd-utils as of git head c4c6a59eb. |
diff --git a/miscutils/flash_lock_unlock.c b/miscutils/flash_lock_unlock.c index 003496d5b..00de3da06 100644 --- a/miscutils/flash_lock_unlock.c +++ b/miscutils/flash_lock_unlock.c | |||
@@ -4,14 +4,14 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config FLASH_LOCK | 6 | //config:config FLASH_LOCK |
7 | //config: bool "flash_lock" | 7 | //config: bool "flash_lock (2.1 kb)" |
8 | //config: default n # doesn't build on Ubuntu 8.04 | 8 | //config: default n # doesn't build on Ubuntu 8.04 |
9 | //config: help | 9 | //config: help |
10 | //config: The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This | 10 | //config: The flash_lock binary from mtd-utils as of git head 5ec0c10d0. This |
11 | //config: utility locks part or all of the flash device. | 11 | //config: utility locks part or all of the flash device. |
12 | //config: | 12 | //config: |
13 | //config:config FLASH_UNLOCK | 13 | //config:config FLASH_UNLOCK |
14 | //config: bool "flash_unlock" | 14 | //config: bool "flash_unlock (1.3 kb)" |
15 | //config: default n # doesn't build on Ubuntu 8.04 | 15 | //config: default n # doesn't build on Ubuntu 8.04 |
16 | //config: help | 16 | //config: help |
17 | //config: The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This | 17 | //config: The flash_unlock binary from mtd-utils as of git head 5ec0c10d0. This |
diff --git a/miscutils/flashcp.c b/miscutils/flashcp.c index 4bbc67727..f6f61cf16 100644 --- a/miscutils/flashcp.c +++ b/miscutils/flashcp.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 FLASHCP | 9 | //config:config FLASHCP |
10 | //config: bool "flashcp" | 10 | //config: bool "flashcp (5.4 kb)" |
11 | //config: default n # doesn't build on Ubuntu 8.04 | 11 | //config: default n # doesn't build on Ubuntu 8.04 |
12 | //config: help | 12 | //config: help |
13 | //config: The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. | 13 | //config: The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7. |
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 84675285a..9811f33ab 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * - by Mark Lord (C) 1994-2002 -- freely distributable | 12 | * - by Mark Lord (C) 1994-2002 -- freely distributable |
13 | */ | 13 | */ |
14 | //config:config HDPARM | 14 | //config:config HDPARM |
15 | //config: bool "hdparm" | 15 | //config: bool "hdparm (23 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: select PLATFORM_LINUX | 17 | //config: select PLATFORM_LINUX |
18 | //config: help | 18 | //config: help |
diff --git a/miscutils/i2c_tools.c b/miscutils/i2c_tools.c index 7731466f7..578613978 100644 --- a/miscutils/i2c_tools.c +++ b/miscutils/i2c_tools.c | |||
@@ -10,28 +10,28 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | //config:config I2CGET | 12 | //config:config I2CGET |
13 | //config: bool "i2cget" | 13 | //config: bool "i2cget (5.6 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | 15 | //config: select PLATFORM_LINUX |
16 | //config: help | 16 | //config: help |
17 | //config: Read from I2C/SMBus chip registers. | 17 | //config: Read from I2C/SMBus chip registers. |
18 | //config: | 18 | //config: |
19 | //config:config I2CSET | 19 | //config:config I2CSET |
20 | //config: bool "i2cset" | 20 | //config: bool "i2cset (6.9 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: select PLATFORM_LINUX | 22 | //config: select PLATFORM_LINUX |
23 | //config: help | 23 | //config: help |
24 | //config: Set I2C registers. | 24 | //config: Set I2C registers. |
25 | //config: | 25 | //config: |
26 | //config:config I2CDUMP | 26 | //config:config I2CDUMP |
27 | //config: bool "i2cdump" | 27 | //config: bool "i2cdump (7.2 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: select PLATFORM_LINUX | 29 | //config: select PLATFORM_LINUX |
30 | //config: help | 30 | //config: help |
31 | //config: Examine I2C registers. | 31 | //config: Examine I2C registers. |
32 | //config: | 32 | //config: |
33 | //config:config I2CDETECT | 33 | //config:config I2CDETECT |
34 | //config: bool "i2cdetect" | 34 | //config: bool "i2cdetect (7.2 kb)" |
35 | //config: default y | 35 | //config: default y |
36 | //config: select PLATFORM_LINUX | 36 | //config: select PLATFORM_LINUX |
37 | //config: help | 37 | //config: help |
diff --git a/miscutils/inotifyd.c b/miscutils/inotifyd.c index db8ddce92..2e0163e35 100644 --- a/miscutils/inotifyd.c +++ b/miscutils/inotifyd.c | |||
@@ -27,7 +27,7 @@ | |||
27 | * See below for mask names explanation. | 27 | * See below for mask names explanation. |
28 | */ | 28 | */ |
29 | //config:config INOTIFYD | 29 | //config:config INOTIFYD |
30 | //config: bool "inotifyd" | 30 | //config: bool "inotifyd (3.5 kb)" |
31 | //config: default n # doesn't build on Knoppix 5 | 31 | //config: default n # doesn't build on Knoppix 5 |
32 | //config: help | 32 | //config: help |
33 | //config: Simple inotify daemon. Reports filesystem changes. Requires | 33 | //config: Simple inotify daemon. Reports filesystem changes. Requires |
diff --git a/miscutils/less.c b/miscutils/less.c index 507e579c4..a4ef1518f 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -22,7 +22,7 @@ | |||
22 | */ | 22 | */ |
23 | 23 | ||
24 | //config:config LESS | 24 | //config:config LESS |
25 | //config: bool "less" | 25 | //config: bool "less (15 kb)" |
26 | //config: default y | 26 | //config: default y |
27 | //config: help | 27 | //config: help |
28 | //config: 'less' is a pager, meaning that it displays text files. It possesses | 28 | //config: 'less' is a pager, meaning that it displays text files. It possesses |
diff --git a/miscutils/lsscsi.c b/miscutils/lsscsi.c index 1521680ac..72fafefb0 100644 --- a/miscutils/lsscsi.c +++ b/miscutils/lsscsi.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 LSSCSI | 9 | //config:config LSSCSI |
10 | //config: bool "lsscsi" | 10 | //config: bool "lsscsi (2.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: #select PLATFORM_LINUX | 12 | //config: #select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c index f436b08f8..5f8593a0c 100644 --- a/miscutils/makedevs.c +++ b/miscutils/makedevs.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * known bugs: can't deal with alpha ranges | 7 | * known bugs: can't deal with alpha ranges |
8 | */ | 8 | */ |
9 | //config:config MAKEDEVS | 9 | //config:config MAKEDEVS |
10 | //config: bool "makedevs" | 10 | //config: bool "makedevs (9.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: 'makedevs' is a utility used to create a batch of devices with | 13 | //config: 'makedevs' is a utility used to create a batch of devices with |
diff --git a/miscutils/man.c b/miscutils/man.c index 6a636f1ec..de6ef1961 100644 --- a/miscutils/man.c +++ b/miscutils/man.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Licensed under GPLv2, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | //config:config MAN | 5 | //config:config MAN |
6 | //config: bool "man" | 6 | //config: bool "man (27 kb)" |
7 | //config: default y | 7 | //config: default y |
8 | //config: help | 8 | //config: help |
9 | //config: Format and display manual pages. | 9 | //config: Format and display manual pages. |
diff --git a/miscutils/microcom.c b/miscutils/microcom.c index 5a4bbefa9..436509c47 100644 --- a/miscutils/microcom.c +++ b/miscutils/microcom.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config MICROCOM | 10 | //config:config MICROCOM |
11 | //config: bool "microcom" | 11 | //config: bool "microcom (5.6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: The poor man's minicom utility for chatting with serial port devices. | 14 | //config: The poor man's minicom utility for chatting with serial port devices. |
diff --git a/miscutils/mt.c b/miscutils/mt.c index 6b3169675..aec7bf775 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 3 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | */ | 4 | */ |
5 | //config:config MT | 5 | //config:config MT |
6 | //config: bool "mt" | 6 | //config: bool "mt (2.6 kb)" |
7 | //config: default y | 7 | //config: default y |
8 | //config: help | 8 | //config: help |
9 | //config: mt is used to control tape devices. You can use the mt utility | 9 | //config: mt is used to control tape devices. You can use the mt utility |
diff --git a/miscutils/partprobe.c b/miscutils/partprobe.c index 38831598d..787def8cd 100644 --- a/miscutils/partprobe.c +++ b/miscutils/partprobe.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config PARTPROBE | 7 | //config:config PARTPROBE |
8 | //config: bool "partprobe" | 8 | //config: bool "partprobe (3.6 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: select PLATFORM_LINUX | 10 | //config: select PLATFORM_LINUX |
11 | //config: help | 11 | //config: help |
diff --git a/miscutils/raidautorun.c b/miscutils/raidautorun.c index c6d8e6235..45e398ebf 100644 --- a/miscutils/raidautorun.c +++ b/miscutils/raidautorun.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | //config:config RAIDAUTORUN | 10 | //config:config RAIDAUTORUN |
11 | //config: bool "raidautorun" | 11 | //config: bool "raidautorun (1.4 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/miscutils/runlevel.c b/miscutils/runlevel.c index b6412a6ea..79fa3c834 100644 --- a/miscutils/runlevel.c +++ b/miscutils/runlevel.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * initially busyboxified by Bernhard Reutner-Fischer | 12 | * initially busyboxified by Bernhard Reutner-Fischer |
13 | */ | 13 | */ |
14 | //config:config RUNLEVEL | 14 | //config:config RUNLEVEL |
15 | //config: bool "runlevel" | 15 | //config: bool "runlevel (518 bytes)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: depends on FEATURE_UTMP | 17 | //config: depends on FEATURE_UTMP |
18 | //config: help | 18 | //config: help |
diff --git a/miscutils/rx.c b/miscutils/rx.c index 1f6f2825c..3cf17843f 100644 --- a/miscutils/rx.c +++ b/miscutils/rx.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * This was originally written for blob and then adapted for busybox. | 15 | * This was originally written for blob and then adapted for busybox. |
16 | */ | 16 | */ |
17 | //config:config RX | 17 | //config:config RX |
18 | //config: bool "rx" | 18 | //config: bool "rx (2.9 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: select PLATFORM_LINUX | 20 | //config: select PLATFORM_LINUX |
21 | //config: help | 21 | //config: help |
diff --git a/miscutils/setserial.c b/miscutils/setserial.c index 8b5c4a9c7..a60950206 100644 --- a/miscutils/setserial.c +++ b/miscutils/setserial.c | |||
@@ -9,7 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | //config:config SETSERIAL | 11 | //config:config SETSERIAL |
12 | //config: bool "setserial" | 12 | //config: bool "setserial (6.6 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
diff --git a/miscutils/strings.c b/miscutils/strings.c index 4d9bfe690..17c047079 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.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 STRINGS | 9 | //config:config STRINGS |
10 | //config: bool "strings" | 10 | //config: bool "strings (4.3 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: strings prints the printable character sequences for each file | 13 | //config: strings prints the printable character sequences for each file |
diff --git a/miscutils/time.c b/miscutils/time.c index e377bb6b7..c443ef909 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -9,7 +9,7 @@ | |||
9 | Heavily modified for busybox by Erik Andersen <andersen@codepoet.org> | 9 | Heavily modified for busybox by Erik Andersen <andersen@codepoet.org> |
10 | */ | 10 | */ |
11 | //config:config TIME | 11 | //config:config TIME |
12 | //config: bool "time" | 12 | //config: bool "time (7 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: The time command runs the specified program with the given arguments. | 15 | //config: The time command runs the specified program with the given arguments. |
diff --git a/miscutils/ttysize.c b/miscutils/ttysize.c index cba65b148..a2eeb9347 100644 --- a/miscutils/ttysize.c +++ b/miscutils/ttysize.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 TTYSIZE | 12 | //config:config TTYSIZE |
13 | //config: bool "ttysize" | 13 | //config: bool "ttysize (372 bytes)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: A replacement for "stty size". Unlike stty, can report only width, | 16 | //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 982e3e52a..07f9a72ea 100644 --- a/miscutils/ubi_tools.c +++ b/miscutils/ubi_tools.c | |||
@@ -4,42 +4,42 @@ | |||
4 | */ | 4 | */ |
5 | 5 | ||
6 | //config:config UBIATTACH | 6 | //config:config UBIATTACH |
7 | //config: bool "ubiattach" | 7 | //config: bool "ubiattach (4.7 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: select PLATFORM_LINUX | 9 | //config: select PLATFORM_LINUX |
10 | //config: help | 10 | //config: help |
11 | //config: Attach MTD device to an UBI device. | 11 | //config: Attach MTD device to an UBI device. |
12 | //config: | 12 | //config: |
13 | //config:config UBIDETACH | 13 | //config:config UBIDETACH |
14 | //config: bool "ubidetach" | 14 | //config: bool "ubidetach (4.6 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: select PLATFORM_LINUX | 16 | //config: select PLATFORM_LINUX |
17 | //config: help | 17 | //config: help |
18 | //config: Detach MTD device from an UBI device. | 18 | //config: Detach MTD device from an UBI device. |
19 | //config: | 19 | //config: |
20 | //config:config UBIMKVOL | 20 | //config:config UBIMKVOL |
21 | //config: bool "ubimkvol" | 21 | //config: bool "ubimkvol (5.8 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: select PLATFORM_LINUX | 23 | //config: select PLATFORM_LINUX |
24 | //config: help | 24 | //config: help |
25 | //config: Create a UBI volume. | 25 | //config: Create a UBI volume. |
26 | //config: | 26 | //config: |
27 | //config:config UBIRMVOL | 27 | //config:config UBIRMVOL |
28 | //config: bool "ubirmvol" | 28 | //config: bool "ubirmvol (5.2 kb)" |
29 | //config: default y | 29 | //config: default y |
30 | //config: select PLATFORM_LINUX | 30 | //config: select PLATFORM_LINUX |
31 | //config: help | 31 | //config: help |
32 | //config: Delete a UBI volume. | 32 | //config: Delete a UBI volume. |
33 | //config: | 33 | //config: |
34 | //config:config UBIRSVOL | 34 | //config:config UBIRSVOL |
35 | //config: bool "ubirsvol" | 35 | //config: bool "ubirsvol (4.6 kb)" |
36 | //config: default y | 36 | //config: default y |
37 | //config: select PLATFORM_LINUX | 37 | //config: select PLATFORM_LINUX |
38 | //config: help | 38 | //config: help |
39 | //config: Resize a UBI volume. | 39 | //config: Resize a UBI volume. |
40 | //config: | 40 | //config: |
41 | //config:config UBIUPDATEVOL | 41 | //config:config UBIUPDATEVOL |
42 | //config: bool "ubiupdatevol" | 42 | //config: bool "ubiupdatevol (5.6 kb)" |
43 | //config: default y | 43 | //config: default y |
44 | //config: select PLATFORM_LINUX | 44 | //config: select PLATFORM_LINUX |
45 | //config: help | 45 | //config: help |
diff --git a/miscutils/ubirename.c b/miscutils/ubirename.c index 8b1c3785a..8fb42ee81 100644 --- a/miscutils/ubirename.c +++ b/miscutils/ubirename.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 UBIRENAME | 9 | //config:config UBIRENAME |
10 | //config: bool "ubirename" | 10 | //config: bool "ubirename (2.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/miscutils/volname.c b/miscutils/volname.c index 6d1addbb5..d80787f1a 100644 --- a/miscutils/volname.c +++ b/miscutils/volname.c | |||
@@ -28,7 +28,7 @@ | |||
28 | * Matthew Stoltenberg <d3matt@gmail.com> | 28 | * Matthew Stoltenberg <d3matt@gmail.com> |
29 | */ | 29 | */ |
30 | //config:config VOLNAME | 30 | //config:config VOLNAME |
31 | //config: bool "volname" | 31 | //config: bool "volname (1.7 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: Prints a CD-ROM volume name. | 34 | //config: Prints a CD-ROM volume name. |
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index d379a97f4..2ef4997b1 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.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 WATCHDOG | 11 | //config:config WATCHDOG |
12 | //config: bool "watchdog" | 12 | //config: bool "watchdog (5.1 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
diff --git a/modutils/depmod.c b/modutils/depmod.c index b7965ebd2..f6e889d8f 100644 --- a/modutils/depmod.c +++ b/modutils/depmod.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 DEPMOD | 10 | //config:config DEPMOD |
11 | //config: bool "depmod" | 11 | //config: bool "depmod (26 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/modutils/insmod.c b/modutils/insmod.c index 8526979eb..6f448f34d 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.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 INSMOD | 9 | //config:config INSMOD |
10 | //config: bool "insmod" | 10 | //config: bool "insmod (22 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index 24e5d35b9..9fe0eff22 100644 --- a/modutils/lsmod.c +++ b/modutils/lsmod.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 LSMOD | 10 | //config:config LSMOD |
11 | //config: bool "lsmod" | 11 | //config: bool "lsmod (4.3 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/modutils/modinfo.c b/modutils/modinfo.c index ead2cf16f..6eae1b7b1 100644 --- a/modutils/modinfo.c +++ b/modutils/modinfo.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config MODINFO | 8 | //config:config MODINFO |
9 | //config: bool "modinfo" | 9 | //config: bool "modinfo (25 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: select PLATFORM_LINUX | 11 | //config: select PLATFORM_LINUX |
12 | //config: help | 12 | //config: help |
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 51ede9204..6bcfb9bcd 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.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 MODPROBE | 10 | //config:config MODPROBE |
11 | //config: bool "modprobe" | 11 | //config: bool "modprobe (29 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 527696f63..1e87abf3a 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.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 RMMOD | 10 | //config:config RMMOD |
11 | //config: bool "rmmod" | 11 | //config: bool "rmmod (3.6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/networking/arp.c b/networking/arp.c index a62a3761c..f23ec8629 100644 --- a/networking/arp.c +++ b/networking/arp.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * modified for getopt32 by Arne Bernin <arne [at] alamut.de> | 13 | * modified for getopt32 by Arne Bernin <arne [at] alamut.de> |
14 | */ | 14 | */ |
15 | //config:config ARP | 15 | //config:config ARP |
16 | //config: bool "arp" | 16 | //config: bool "arp (11 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: select PLATFORM_LINUX | 18 | //config: select PLATFORM_LINUX |
19 | //config: help | 19 | //config: help |
diff --git a/networking/arping.c b/networking/arping.c index 5bfeb1b45..bc6b6be6a 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Busybox port: Nick Fedchik <nick@fedchik.org.ua> | 6 | * Busybox port: Nick Fedchik <nick@fedchik.org.ua> |
7 | */ | 7 | */ |
8 | //config:config ARPING | 8 | //config:config ARPING |
9 | //config: bool "arping" | 9 | //config: bool "arping (9.3 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: select PLATFORM_LINUX | 11 | //config: select PLATFORM_LINUX |
12 | //config: help | 12 | //config: help |
diff --git a/networking/brctl.c b/networking/brctl.c index 35876896e..bedf8031a 100644 --- a/networking/brctl.c +++ b/networking/brctl.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * At the time of this writing this was considered a feature. | 13 | * At the time of this writing this was considered a feature. |
14 | */ | 14 | */ |
15 | //config:config BRCTL | 15 | //config:config BRCTL |
16 | //config: bool "brctl" | 16 | //config: bool "brctl (4.7 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: select PLATFORM_LINUX | 18 | //config: select PLATFORM_LINUX |
19 | //config: help | 19 | //config: help |
diff --git a/networking/dnsd.c b/networking/dnsd.c index 1b85618c6..9e058584a 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * the first porting of oao' scdns to busybox also. | 17 | * the first porting of oao' scdns to busybox also. |
18 | */ | 18 | */ |
19 | //config:config DNSD | 19 | //config:config DNSD |
20 | //config: bool "dnsd" | 20 | //config: bool "dnsd (9.8 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: help | 22 | //config: help |
23 | //config: Small and static DNS server daemon. | 23 | //config: Small and static DNS server daemon. |
diff --git a/networking/ftpd.c b/networking/ftpd.c index 439608ce6..e923e78b2 100644 --- a/networking/ftpd.c +++ b/networking/ftpd.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * You have to run this daemon via inetd. | 12 | * You have to run this daemon via inetd. |
13 | */ | 13 | */ |
14 | //config:config FTPD | 14 | //config:config FTPD |
15 | //config: bool "ftpd" | 15 | //config: bool "ftpd (30 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: Simple FTP daemon. You have to run it via inetd. | 18 | //config: Simple FTP daemon. You have to run it via inetd. |
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 35b4e4b64..b967cd7d9 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c | |||
@@ -13,13 +13,13 @@ | |||
13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | */ | 14 | */ |
15 | //config:config FTPGET | 15 | //config:config FTPGET |
16 | //config: bool "ftpget" | 16 | //config: bool "ftpget (8 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: Retrieve a remote file via FTP. | 19 | //config: Retrieve a remote file via FTP. |
20 | //config: | 20 | //config: |
21 | //config:config FTPPUT | 21 | //config:config FTPPUT |
22 | //config: bool "ftpput" | 22 | //config: bool "ftpput (7.7 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: Store a remote file via FTP. | 25 | //config: Store a remote file via FTP. |
diff --git a/networking/hostname.c b/networking/hostname.c index 9f2418422..07d746c0f 100644 --- a/networking/hostname.c +++ b/networking/hostname.c | |||
@@ -11,13 +11,13 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | //config:config HOSTNAME | 13 | //config:config HOSTNAME |
14 | //config: bool "hostname" | 14 | //config: bool "hostname (5.6 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: Show or set the system's host name. | 17 | //config: Show or set the system's host name. |
18 | //config: | 18 | //config: |
19 | //config:config DNSDOMAINNAME | 19 | //config:config DNSDOMAINNAME |
20 | //config: bool "dnsdomainname" | 20 | //config: bool "dnsdomainname (3.6 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: help | 22 | //config: help |
23 | //config: Alias to "hostname -d". | 23 | //config: Alias to "hostname -d". |
diff --git a/networking/httpd.c b/networking/httpd.c index e072f23c7..7ad6d0878 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -99,7 +99,7 @@ | |||
99 | */ | 99 | */ |
100 | /* TODO: use TCP_CORK, parse_config() */ | 100 | /* TODO: use TCP_CORK, parse_config() */ |
101 | //config:config HTTPD | 101 | //config:config HTTPD |
102 | //config: bool "httpd" | 102 | //config: bool "httpd (32 kb)" |
103 | //config: default y | 103 | //config: default y |
104 | //config: help | 104 | //config: help |
105 | //config: HTTP server. | 105 | //config: HTTP server. |
diff --git a/networking/ifconfig.c b/networking/ifconfig.c index 9e16936d8..a08a0a18d 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c | |||
@@ -26,7 +26,7 @@ | |||
26 | * IPV6 support added by Bart Visscher <magick@linux-fan.com> | 26 | * IPV6 support added by Bart Visscher <magick@linux-fan.com> |
27 | */ | 27 | */ |
28 | //config:config IFCONFIG | 28 | //config:config IFCONFIG |
29 | //config: bool "ifconfig" | 29 | //config: bool "ifconfig (12 kb)" |
30 | //config: default y | 30 | //config: default y |
31 | //config: select PLATFORM_LINUX | 31 | //config: select PLATFORM_LINUX |
32 | //config: help | 32 | //config: help |
diff --git a/networking/ifenslave.c b/networking/ifenslave.c index 070931209..7619fc376 100644 --- a/networking/ifenslave.c +++ b/networking/ifenslave.c | |||
@@ -98,7 +98,7 @@ | |||
98 | * set version to 1.1.0 | 98 | * set version to 1.1.0 |
99 | */ | 99 | */ |
100 | //config:config IFENSLAVE | 100 | //config:config IFENSLAVE |
101 | //config: bool "ifenslave" | 101 | //config: bool "ifenslave (13 kb)" |
102 | //config: default y | 102 | //config: default y |
103 | //config: select PLATFORM_LINUX | 103 | //config: select PLATFORM_LINUX |
104 | //config: help | 104 | //config: help |
diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 4f8a274b0..635417e05 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.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 IFPLUGD | 9 | //config:config IFPLUGD |
10 | //config: bool "ifplugd" | 10 | //config: bool "ifplugd (9.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/networking/inetd.c b/networking/inetd.c index 3bf157b70..9a9956857 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -154,7 +154,7 @@ | |||
154 | * setuid() | 154 | * setuid() |
155 | */ | 155 | */ |
156 | //config:config INETD | 156 | //config:config INETD |
157 | //config: bool "inetd" | 157 | //config: bool "inetd (18 kb)" |
158 | //config: default y | 158 | //config: default y |
159 | //config: select FEATURE_SYSLOG | 159 | //config: select FEATURE_SYSLOG |
160 | //config: help | 160 | //config: help |
diff --git a/networking/ip.c b/networking/ip.c index 3cf52cdd7..de3a65bae 100644 --- a/networking/ip.c +++ b/networking/ip.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Bernhard Reutner-Fischer rewrote to use index_in_substr_array | 9 | * Bernhard Reutner-Fischer rewrote to use index_in_substr_array |
10 | */ | 10 | */ |
11 | //config:config IP | 11 | //config:config IP |
12 | //config: bool "ip" | 12 | //config: bool "ip (34 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
@@ -18,7 +18,7 @@ | |||
18 | //config: TCP/IP. | 18 | //config: TCP/IP. |
19 | //config: | 19 | //config: |
20 | //config:config IPADDR | 20 | //config:config IPADDR |
21 | //config: bool "ipaddr" | 21 | //config: bool "ipaddr (14 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: select FEATURE_IP_ADDRESS | 23 | //config: select FEATURE_IP_ADDRESS |
24 | //config: select PLATFORM_LINUX | 24 | //config: select PLATFORM_LINUX |
@@ -26,7 +26,7 @@ | |||
26 | //config: Support short form of ip addr: ipaddr | 26 | //config: Support short form of ip addr: ipaddr |
27 | //config: | 27 | //config: |
28 | //config:config IPLINK | 28 | //config:config IPLINK |
29 | //config: bool "iplink" | 29 | //config: bool "iplink (16 kb)" |
30 | //config: default y | 30 | //config: default y |
31 | //config: select FEATURE_IP_LINK | 31 | //config: select FEATURE_IP_LINK |
32 | //config: select PLATFORM_LINUX | 32 | //config: select PLATFORM_LINUX |
@@ -34,7 +34,7 @@ | |||
34 | //config: Support short form of ip link: iplink | 34 | //config: Support short form of ip link: iplink |
35 | //config: | 35 | //config: |
36 | //config:config IPROUTE | 36 | //config:config IPROUTE |
37 | //config: bool "iproute" | 37 | //config: bool "iproute (15 kb)" |
38 | //config: default y | 38 | //config: default y |
39 | //config: select FEATURE_IP_ROUTE | 39 | //config: select FEATURE_IP_ROUTE |
40 | //config: select PLATFORM_LINUX | 40 | //config: select PLATFORM_LINUX |
@@ -42,7 +42,7 @@ | |||
42 | //config: Support short form of ip route: iproute | 42 | //config: Support short form of ip route: iproute |
43 | //config: | 43 | //config: |
44 | //config:config IPTUNNEL | 44 | //config:config IPTUNNEL |
45 | //config: bool "iptunnel" | 45 | //config: bool "iptunnel (9.6 kb)" |
46 | //config: default y | 46 | //config: default y |
47 | //config: select FEATURE_IP_TUNNEL | 47 | //config: select FEATURE_IP_TUNNEL |
48 | //config: select PLATFORM_LINUX | 48 | //config: select PLATFORM_LINUX |
@@ -50,7 +50,7 @@ | |||
50 | //config: Support short form of ip tunnel: iptunnel | 50 | //config: Support short form of ip tunnel: iptunnel |
51 | //config: | 51 | //config: |
52 | //config:config IPRULE | 52 | //config:config IPRULE |
53 | //config: bool "iprule" | 53 | //config: bool "iprule (10 kb)" |
54 | //config: default y | 54 | //config: default y |
55 | //config: select FEATURE_IP_RULE | 55 | //config: select FEATURE_IP_RULE |
56 | //config: select PLATFORM_LINUX | 56 | //config: select PLATFORM_LINUX |
@@ -58,7 +58,7 @@ | |||
58 | //config: Support short form of ip rule: iprule | 58 | //config: Support short form of ip rule: iprule |
59 | //config: | 59 | //config: |
60 | //config:config IPNEIGH | 60 | //config:config IPNEIGH |
61 | //config: bool "ipneigh" | 61 | //config: bool "ipneigh (8.3 kb)" |
62 | //config: default y | 62 | //config: default y |
63 | //config: select FEATURE_IP_NEIGH | 63 | //config: select FEATURE_IP_NEIGH |
64 | //config: select PLATFORM_LINUX | 64 | //config: select PLATFORM_LINUX |
diff --git a/networking/ipcalc.c b/networking/ipcalc.c index 9359f9016..5975e6fd7 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 12 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
13 | */ | 13 | */ |
14 | //config:config IPCALC | 14 | //config:config IPCALC |
15 | //config: bool "ipcalc" | 15 | //config: bool "ipcalc (4.3 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: ipcalc takes an IP address and netmask and calculates the | 18 | //config: ipcalc takes an IP address and netmask and calculates the |
diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c index 219c64b66..3384fddf2 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.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 FAKEIDENTD | 9 | //config:config FAKEIDENTD |
10 | //config: bool "fakeidentd" | 10 | //config: bool "fakeidentd (8.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select FEATURE_SYSLOG | 12 | //config: select FEATURE_SYSLOG |
13 | //config: help | 13 | //config: help |
diff --git a/networking/nameif.c b/networking/nameif.c index cffd5bfde..e65aef417 100644 --- a/networking/nameif.c +++ b/networking/nameif.c | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | //config:config NAMEIF | 13 | //config:config NAMEIF |
14 | //config: bool "nameif" | 14 | //config: bool "nameif (6.6 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: select PLATFORM_LINUX | 16 | //config: select PLATFORM_LINUX |
17 | //config: select FEATURE_SYSLOG | 17 | //config: select FEATURE_SYSLOG |
diff --git a/networking/nbd-client.c b/networking/nbd-client.c index 70869d651..ca71e4232 100644 --- a/networking/nbd-client.c +++ b/networking/nbd-client.c | |||
@@ -12,7 +12,7 @@ | |||
12 | //kbuild:lib-$(CONFIG_NBDCLIENT) += nbd-client.o | 12 | //kbuild:lib-$(CONFIG_NBDCLIENT) += nbd-client.o |
13 | 13 | ||
14 | //config:config NBDCLIENT | 14 | //config:config NBDCLIENT |
15 | //config: bool "nbd-client" | 15 | //config: bool "nbd-client (4.6 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: Network block device client | 18 | //config: Network block device client |
diff --git a/networking/nc.c b/networking/nc.c index d2b1ddcce..ac80d425a 100644 --- a/networking/nc.c +++ b/networking/nc.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 NC | 9 | //config:config NC |
10 | //config: bool "nc" | 10 | //config: bool "nc (11 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: A simple Unix utility which reads and writes data across network | 13 | //config: A simple Unix utility which reads and writes data across network |
diff --git a/networking/netstat.c b/networking/netstat.c index 68e0c1a04..003c2ba6f 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 14 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
15 | */ | 15 | */ |
16 | //config:config NETSTAT | 16 | //config:config NETSTAT |
17 | //config: bool "netstat" | 17 | //config: bool "netstat (10 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: select PLATFORM_LINUX | 19 | //config: select PLATFORM_LINUX |
20 | //config: help | 20 | //config: help |
diff --git a/networking/ntpd.c b/networking/ntpd.c index 73d27ac20..fdcb27fb2 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -41,7 +41,7 @@ | |||
41 | *********************************************************************** | 41 | *********************************************************************** |
42 | */ | 42 | */ |
43 | //config:config NTPD | 43 | //config:config NTPD |
44 | //config: bool "ntpd" | 44 | //config: bool "ntpd (17 kb)" |
45 | //config: default y | 45 | //config: default y |
46 | //config: select PLATFORM_LINUX | 46 | //config: select PLATFORM_LINUX |
47 | //config: help | 47 | //config: help |
diff --git a/networking/ping.c b/networking/ping.c index 94fb007f5..e9fb6fbec 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -47,7 +47,7 @@ | |||
47 | #endif | 47 | #endif |
48 | 48 | ||
49 | //config:config PING | 49 | //config:config PING |
50 | //config: bool "ping" | 50 | //config: bool "ping (9.5 kb)" |
51 | //config: default y | 51 | //config: default y |
52 | //config: select PLATFORM_LINUX | 52 | //config: select PLATFORM_LINUX |
53 | //config: help | 53 | //config: help |
@@ -55,7 +55,7 @@ | |||
55 | //config: elicit an ICMP ECHO_RESPONSE from a host or gateway. | 55 | //config: elicit an ICMP ECHO_RESPONSE from a host or gateway. |
56 | //config: | 56 | //config: |
57 | //config:config PING6 | 57 | //config:config PING6 |
58 | //config: bool "ping6" | 58 | //config: bool "ping6 (10 kb)" |
59 | //config: default y | 59 | //config: default y |
60 | //config: depends on FEATURE_IPV6 | 60 | //config: depends on FEATURE_IPV6 |
61 | //config: help | 61 | //config: help |
diff --git a/networking/pscan.c b/networking/pscan.c index 0893c3577..2859ff30f 100644 --- a/networking/pscan.c +++ b/networking/pscan.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config PSCAN | 8 | //config:config PSCAN |
9 | //config: bool "pscan" | 9 | //config: bool "pscan (6.6 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Simple network port scanner. | 12 | //config: Simple network port scanner. |
diff --git a/networking/route.c b/networking/route.c index 7dc2b5a3d..38b95b2f2 100644 --- a/networking/route.c +++ b/networking/route.c | |||
@@ -25,7 +25,7 @@ | |||
25 | * remove ridiculous amounts of bloat. | 25 | * remove ridiculous amounts of bloat. |
26 | */ | 26 | */ |
27 | //config:config ROUTE | 27 | //config:config ROUTE |
28 | //config: bool "route" | 28 | //config: bool "route (8.9 kb)" |
29 | //config: default y | 29 | //config: default y |
30 | //config: select PLATFORM_LINUX | 30 | //config: select PLATFORM_LINUX |
31 | //config: help | 31 | //config: help |
diff --git a/networking/slattach.c b/networking/slattach.c index 9267eb1d0..3be5bd27e 100644 --- a/networking/slattach.c +++ b/networking/slattach.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * - The -F options allows disabling of RTS/CTS flow control. | 13 | * - The -F options allows disabling of RTS/CTS flow control. |
14 | */ | 14 | */ |
15 | //config:config SLATTACH | 15 | //config:config SLATTACH |
16 | //config: bool "slattach" | 16 | //config: bool "slattach (6.1 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: select PLATFORM_LINUX | 18 | //config: select PLATFORM_LINUX |
19 | //config: help | 19 | //config: help |
diff --git a/networking/ssl_client.c b/networking/ssl_client.c index cfeae1587..6cbdafbfa 100644 --- a/networking/ssl_client.c +++ b/networking/ssl_client.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config SSL_CLIENT | 6 | //config:config SSL_CLIENT |
7 | //config: bool "ssl_client" | 7 | //config: bool "ssl_client (23 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: select TLS | 9 | //config: select TLS |
10 | //config: help | 10 | //config: help |
diff --git a/networking/tcpudp.c b/networking/tcpudp.c index 3ebe7d5fc..b970c4723 100644 --- a/networking/tcpudp.c +++ b/networking/tcpudp.c | |||
@@ -29,14 +29,14 @@ | |||
29 | * - don't know how to retrieve ORIGDST for udp. | 29 | * - don't know how to retrieve ORIGDST for udp. |
30 | */ | 30 | */ |
31 | //config:config TCPSVD | 31 | //config:config TCPSVD |
32 | //config: bool "tcpsvd" | 32 | //config: bool "tcpsvd (13 kb)" |
33 | //config: default y | 33 | //config: default y |
34 | //config: help | 34 | //config: help |
35 | //config: tcpsvd listens on a TCP port and runs a program for each new | 35 | //config: tcpsvd listens on a TCP port and runs a program for each new |
36 | //config: connection. | 36 | //config: connection. |
37 | //config: | 37 | //config: |
38 | //config:config UDPSVD | 38 | //config:config UDPSVD |
39 | //config: bool "udpsvd" | 39 | //config: bool "udpsvd (13 kb)" |
40 | //config: default y | 40 | //config: default y |
41 | //config: help | 41 | //config: help |
42 | //config: udpsvd listens on an UDP port and runs a program for each new | 42 | //config: udpsvd listens on an UDP port and runs a program for each new |
diff --git a/networking/telnet.c b/networking/telnet.c index a70f74762..1c4811d5d 100644 --- a/networking/telnet.c +++ b/networking/telnet.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | //config:config TELNET | 23 | //config:config TELNET |
24 | //config: bool "telnet" | 24 | //config: bool "telnet (8.7 kb)" |
25 | //config: default y | 25 | //config: default y |
26 | //config: help | 26 | //config: help |
27 | //config: Telnet is an interface to the TELNET protocol, but is also commonly | 27 | //config: Telnet is an interface to the TELNET protocol, but is also commonly |
diff --git a/networking/telnetd.c b/networking/telnetd.c index f06e9583e..b617c2889 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -21,7 +21,7 @@ | |||
21 | * Set process group corrections, initial busybox port | 21 | * Set process group corrections, initial busybox port |
22 | */ | 22 | */ |
23 | //config:config TELNETD | 23 | //config:config TELNETD |
24 | //config: bool "telnetd" | 24 | //config: bool "telnetd (12 kb)" |
25 | //config: default y | 25 | //config: default y |
26 | //config: select FEATURE_SYSLOG | 26 | //config: select FEATURE_SYSLOG |
27 | //config: help | 27 | //config: help |
diff --git a/networking/tftp.c b/networking/tftp.c index 189364f0c..3fe1fcb82 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 19 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
20 | */ | 20 | */ |
21 | //config:config TFTP | 21 | //config:config TFTP |
22 | //config: bool "tftp" | 22 | //config: bool "tftp (12 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: This enables the Trivial File Transfer Protocol client program. TFTP | 25 | //config: This enables the Trivial File Transfer Protocol client program. TFTP |
@@ -27,7 +27,7 @@ | |||
27 | //config: for a network-enabled bootloader. | 27 | //config: for a network-enabled bootloader. |
28 | //config: | 28 | //config: |
29 | //config:config TFTPD | 29 | //config:config TFTPD |
30 | //config: bool "tftpd" | 30 | //config: bool "tftpd (10 kb)" |
31 | //config: default y | 31 | //config: default y |
32 | //config: help | 32 | //config: help |
33 | //config: This enables the Trivial File Transfer Protocol server program. | 33 | //config: This enables the Trivial File Transfer Protocol server program. |
diff --git a/networking/traceroute.c b/networking/traceroute.c index 6817861ef..408f43c55 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c | |||
@@ -210,14 +210,14 @@ | |||
210 | * Tue Dec 20 03:50:13 PST 1988 | 210 | * Tue Dec 20 03:50:13 PST 1988 |
211 | */ | 211 | */ |
212 | //config:config TRACEROUTE | 212 | //config:config TRACEROUTE |
213 | //config: bool "traceroute" | 213 | //config: bool "traceroute (11 kb)" |
214 | //config: default y | 214 | //config: default y |
215 | //config: select PLATFORM_LINUX | 215 | //config: select PLATFORM_LINUX |
216 | //config: help | 216 | //config: help |
217 | //config: Utility to trace the route of IP packets. | 217 | //config: Utility to trace the route of IP packets. |
218 | //config: | 218 | //config: |
219 | //config:config TRACEROUTE6 | 219 | //config:config TRACEROUTE6 |
220 | //config: bool "traceroute6" | 220 | //config: bool "traceroute6 (12 kb)" |
221 | //config: default y | 221 | //config: default y |
222 | //config: depends on FEATURE_IPV6 | 222 | //config: depends on FEATURE_IPV6 |
223 | //config: help | 223 | //config: help |
diff --git a/networking/tunctl.c b/networking/tunctl.c index fa904c2a9..97ee1961b 100644 --- a/networking/tunctl.c +++ b/networking/tunctl.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 TUNCTL | 12 | //config:config TUNCTL |
13 | //config: bool "tunctl" | 13 | //config: bool "tunctl (6.4 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | 15 | //config: select PLATFORM_LINUX |
16 | //config: help | 16 | //config: help |
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index 5c068441a..43f3676e4 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/Config.src | |||
@@ -46,7 +46,7 @@ config DHCPD_LEASES_FILE | |||
46 | of the file. Normally it is safe to leave it untouched. | 46 | of the file. Normally it is safe to leave it untouched. |
47 | 47 | ||
48 | config DUMPLEASES | 48 | config DUMPLEASES |
49 | bool "dumpleases" | 49 | bool "dumpleases (6.4 kb)" |
50 | default y | 50 | default y |
51 | help | 51 | help |
52 | dumpleases displays the leases written out by the udhcpd. | 52 | dumpleases displays the leases written out by the udhcpd. |
@@ -54,7 +54,7 @@ config DUMPLEASES | |||
54 | by the absolute time that it expires in seconds from epoch. | 54 | by the absolute time that it expires in seconds from epoch. |
55 | 55 | ||
56 | config DHCPRELAY | 56 | config DHCPRELAY |
57 | bool "dhcprelay" | 57 | bool "dhcprelay (5.8 kb)" |
58 | default y | 58 | default y |
59 | help | 59 | help |
60 | dhcprelay listens for dhcp requests on one or more interfaces | 60 | dhcprelay listens for dhcp requests on one or more interfaces |
diff --git a/networking/vconfig.c b/networking/vconfig.c index 854eca0a1..9efb79c16 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c | |||
@@ -10,7 +10,7 @@ | |||
10 | /* BB_AUDIT SUSv3 N/A */ | 10 | /* BB_AUDIT SUSv3 N/A */ |
11 | 11 | ||
12 | //config:config VCONFIG | 12 | //config:config VCONFIG |
13 | //config: bool "vconfig" | 13 | //config: bool "vconfig (2.5 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: select PLATFORM_LINUX | 15 | //config: select PLATFORM_LINUX |
16 | //config: help | 16 | //config: help |
diff --git a/networking/wget.c b/networking/wget.c index 252f94dc6..6d78dd56f 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | //config:config WGET | 12 | //config:config WGET |
13 | //config: bool "wget" | 13 | //config: bool "wget (35 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: help | 15 | //config: help |
16 | //config: wget is a utility for non-interactive download of files from HTTP | 16 | //config: wget is a utility for non-interactive download of files from HTTP |
diff --git a/networking/whois.c b/networking/whois.c index c9dfcf5ee..ee5a6011f 100644 --- a/networking/whois.c +++ b/networking/whois.c | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | //config:config WHOIS | 13 | //config:config WHOIS |
14 | //config: bool "whois" | 14 | //config: bool "whois (6.6 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: whois is a client for the whois directory service | 17 | //config: whois is a client for the whois directory service |
diff --git a/networking/zcip.c b/networking/zcip.c index 9122bd681..20543700a 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * certainly be used. Its naming is built over multicast DNS. | 15 | * certainly be used. Its naming is built over multicast DNS. |
16 | */ | 16 | */ |
17 | //config:config ZCIP | 17 | //config:config ZCIP |
18 | //config: bool "zcip" | 18 | //config: bool "zcip (7.8 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: select PLATFORM_LINUX | 20 | //config: select PLATFORM_LINUX |
21 | //config: select FEATURE_SYSLOG | 21 | //config: select FEATURE_SYSLOG |
diff --git a/printutils/lpd.c b/printutils/lpd.c index 882393436..2be485a69 100644 --- a/printutils/lpd.c +++ b/printutils/lpd.c | |||
@@ -70,7 +70,7 @@ | |||
70 | * mv -f ./"$DATAFILE" save/ | 70 | * mv -f ./"$DATAFILE" save/ |
71 | */ | 71 | */ |
72 | //config:config LPD | 72 | //config:config LPD |
73 | //config: bool "lpd" | 73 | //config: bool "lpd (5.3 kb)" |
74 | //config: default y | 74 | //config: default y |
75 | //config: help | 75 | //config: help |
76 | //config: lpd is a print spooling daemon. | 76 | //config: lpd is a print spooling daemon. |
diff --git a/printutils/lpr.c b/printutils/lpr.c index 8cc87d167..23bf8cdaf 100644 --- a/printutils/lpr.c +++ b/printutils/lpr.c | |||
@@ -12,13 +12,13 @@ | |||
12 | * See RFC 1179 for protocol description. | 12 | * See RFC 1179 for protocol description. |
13 | */ | 13 | */ |
14 | //config:config LPR | 14 | //config:config LPR |
15 | //config: bool "lpr" | 15 | //config: bool "lpr (10 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: lpr sends files (or standard input) to a print spooling daemon. | 18 | //config: lpr sends files (or standard input) to a print spooling daemon. |
19 | //config: | 19 | //config: |
20 | //config:config LPQ | 20 | //config:config LPQ |
21 | //config: bool "lpq" | 21 | //config: bool "lpq (10 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: help | 23 | //config: help |
24 | //config: lpq is a print spool queue examination and manipulation program. | 24 | //config: lpq is a print spool queue examination and manipulation program. |
diff --git a/procps/free.c b/procps/free.c index f3a2c3c0c..497bf1911 100644 --- a/procps/free.c +++ b/procps/free.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 FREE | 9 | //config:config FREE |
10 | //config: bool "free" | 10 | //config: bool "free (2.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX #sysinfo() | 12 | //config: select PLATFORM_LINUX #sysinfo() |
13 | //config: help | 13 | //config: help |
diff --git a/procps/fuser.c b/procps/fuser.c index db28cca79..463d8800c 100644 --- a/procps/fuser.c +++ b/procps/fuser.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 FUSER | 9 | //config:config FUSER |
10 | //config: bool "fuser" | 10 | //config: bool "fuser (7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: fuser lists all PIDs (Process IDs) that currently have a given | 13 | //config: fuser lists all PIDs (Process IDs) that currently have a given |
diff --git a/procps/iostat.c b/procps/iostat.c index c290c594b..94a928020 100644 --- a/procps/iostat.c +++ b/procps/iostat.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config IOSTAT | 10 | //config:config IOSTAT |
11 | //config: bool "iostat" | 11 | //config: bool "iostat (7.4 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Report CPU and I/O statistics | 14 | //config: Report CPU and I/O statistics |
diff --git a/procps/kill.c b/procps/kill.c index 975a3e8c5..3c330e5b9 100644 --- a/procps/kill.c +++ b/procps/kill.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 KILL | 10 | //config:config KILL |
11 | //config: bool "kill" | 11 | //config: bool "kill (2.6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: The command kill sends the specified signal to the specified | 14 | //config: The command kill sends the specified signal to the specified |
@@ -16,7 +16,7 @@ | |||
16 | //config: signal is sent. | 16 | //config: signal is sent. |
17 | //config: | 17 | //config: |
18 | //config:config KILLALL | 18 | //config:config KILLALL |
19 | //config: bool "killall" | 19 | //config: bool "killall (5.6 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: help | 21 | //config: help |
22 | //config: killall sends a signal to all processes running any of the | 22 | //config: killall sends a signal to all processes running any of the |
@@ -24,7 +24,7 @@ | |||
24 | //config: sent. | 24 | //config: sent. |
25 | //config: | 25 | //config: |
26 | //config:config KILLALL5 | 26 | //config:config KILLALL5 |
27 | //config: bool "killall5" | 27 | //config: bool "killall5 (5.3 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: help | 29 | //config: help |
30 | //config: The SystemV killall command. killall5 sends a signal | 30 | //config: The SystemV killall command. killall5 sends a signal |
diff --git a/procps/lsof.c b/procps/lsof.c index b0156a538..d1e994ab9 100644 --- a/procps/lsof.c +++ b/procps/lsof.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config LSOF | 10 | //config:config LSOF |
11 | //config: bool "lsof" | 11 | //config: bool "lsof (3.6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Show open files in the format of: | 14 | //config: Show open files in the format of: |
diff --git a/procps/mpstat.c b/procps/mpstat.c index 6028903fa..455cdb1b2 100644 --- a/procps/mpstat.c +++ b/procps/mpstat.c | |||
@@ -12,7 +12,7 @@ | |||
12 | //kbuild:lib-$(CONFIG_MPSTAT) += mpstat.o | 12 | //kbuild:lib-$(CONFIG_MPSTAT) += mpstat.o |
13 | 13 | ||
14 | //config:config MPSTAT | 14 | //config:config MPSTAT |
15 | //config: bool "mpstat" | 15 | //config: bool "mpstat (10 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: Per-processor statistics | 18 | //config: Per-processor statistics |
diff --git a/procps/nmeter.c b/procps/nmeter.c index 05bf0a08c..a7c548d98 100644 --- a/procps/nmeter.c +++ b/procps/nmeter.c | |||
@@ -7,7 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | //config:config NMETER | 9 | //config:config NMETER |
10 | //config: bool "nmeter" | 10 | //config: bool "nmeter (10 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Prints selected system stats continuously, one line per update. | 13 | //config: Prints selected system stats continuously, one line per update. |
diff --git a/procps/pgrep.c b/procps/pgrep.c index 3d01c6cff..335f2d226 100644 --- a/procps/pgrep.c +++ b/procps/pgrep.c | |||
@@ -7,13 +7,13 @@ | |||
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 PGREP | 9 | //config:config PGREP |
10 | //config: bool "pgrep" | 10 | //config: bool "pgrep (6.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Look for processes by name. | 13 | //config: Look for processes by name. |
14 | //config: | 14 | //config: |
15 | //config:config PKILL | 15 | //config:config PKILL |
16 | //config: bool "pkill" | 16 | //config: bool "pkill (7.6 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: Send signals to processes by name. | 19 | //config: Send signals to processes by name. |
diff --git a/procps/pidof.c b/procps/pidof.c index b64f0cbd6..0d08c6095 100644 --- a/procps/pidof.c +++ b/procps/pidof.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 PIDOF | 9 | //config:config PIDOF |
10 | //config: bool "pidof" | 10 | //config: bool "pidof (6.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Pidof finds the process id's (pids) of the named programs. It prints | 13 | //config: Pidof finds the process id's (pids) of the named programs. It prints |
diff --git a/procps/pmap.c b/procps/pmap.c index aa221cfb8..bbcd54482 100644 --- a/procps/pmap.c +++ b/procps/pmap.c | |||
@@ -9,7 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | //config:config PMAP | 11 | //config:config PMAP |
12 | //config: bool "pmap" | 12 | //config: bool "pmap (6 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: Display processes' memory mappings. | 15 | //config: Display processes' memory mappings. |
diff --git a/procps/powertop.c b/procps/powertop.c index 413806836..ae3aa8938 100644 --- a/procps/powertop.c +++ b/procps/powertop.c | |||
@@ -14,7 +14,7 @@ | |||
14 | //kbuild:lib-$(CONFIG_POWERTOP) += powertop.o | 14 | //kbuild:lib-$(CONFIG_POWERTOP) += powertop.o |
15 | 15 | ||
16 | //config:config POWERTOP | 16 | //config:config POWERTOP |
17 | //config: bool "powertop" | 17 | //config: bool "powertop (9.1 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: Analyze power consumption on Intel-based laptops | 20 | //config: Analyze power consumption on Intel-based laptops |
diff --git a/procps/ps.c b/procps/ps.c index e8b122c5a..a8d2d188a 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config PS | 11 | //config:config PS |
12 | //config: bool "ps" | 12 | //config: bool "ps (11 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: ps gives a snapshot of the current processes. | 15 | //config: ps gives a snapshot of the current processes. |
diff --git a/procps/pstree.c b/procps/pstree.c index bc9f0c927..cf8b81f8d 100644 --- a/procps/pstree.c +++ b/procps/pstree.c | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | //config:config PSTREE | 13 | //config:config PSTREE |
14 | //config: bool "pstree" | 14 | //config: bool "pstree (9.4 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: Display a tree of processes. | 17 | //config: Display a tree of processes. |
diff --git a/procps/pwdx.c b/procps/pwdx.c index 4e34149ed..936153861 100644 --- a/procps/pwdx.c +++ b/procps/pwdx.c | |||
@@ -9,7 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | //config:config PWDX | 11 | //config:config PWDX |
12 | //config: bool "pwdx" | 12 | //config: bool "pwdx (3.5 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: Report current working directory of a process | 15 | //config: Report current working directory of a process |
diff --git a/procps/smemcap.c b/procps/smemcap.c index 9d1126a49..327a37cdb 100644 --- a/procps/smemcap.c +++ b/procps/smemcap.c | |||
@@ -13,7 +13,7 @@ | |||
13 | //kbuild:lib-$(CONFIG_SMEMCAP) += smemcap.o | 13 | //kbuild:lib-$(CONFIG_SMEMCAP) += smemcap.o |
14 | 14 | ||
15 | //config:config SMEMCAP | 15 | //config:config SMEMCAP |
16 | //config: bool "smemcap" | 16 | //config: bool "smemcap (2.5 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: smemcap is a tool for capturing process data for smem, | 19 | //config: smemcap is a tool for capturing process data for smem, |
diff --git a/procps/sysctl.c b/procps/sysctl.c index 93d7c3418..305783be6 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * v1.01.1 - busybox applet aware by <solar@gentoo.org> | 11 | * v1.01.1 - busybox applet aware by <solar@gentoo.org> |
12 | */ | 12 | */ |
13 | //config:config BB_SYSCTL | 13 | //config:config BB_SYSCTL |
14 | //config: bool "sysctl" | 14 | //config: bool "sysctl (6.9 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: Configure kernel parameters at runtime. | 17 | //config: Configure kernel parameters at runtime. |
diff --git a/procps/top.c b/procps/top.c index ff2fddeea..f43cd9c2c 100644 --- a/procps/top.c +++ b/procps/top.c | |||
@@ -50,7 +50,7 @@ | |||
50 | * chroot . ./top -bn1 >top1.out | 50 | * chroot . ./top -bn1 >top1.out |
51 | */ | 51 | */ |
52 | //config:config TOP | 52 | //config:config TOP |
53 | //config: bool "top" | 53 | //config: bool "top (17 kb)" |
54 | //config: default y | 54 | //config: default y |
55 | //config: help | 55 | //config: help |
56 | //config: The top program provides a dynamic real-time view of a running | 56 | //config: The top program provides a dynamic real-time view of a running |
diff --git a/procps/uptime.c b/procps/uptime.c index 8e8956c0f..53fbe547e 100644 --- a/procps/uptime.c +++ b/procps/uptime.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * Added FEATURE_UPTIME_UTMP_SUPPORT flag. | 12 | * Added FEATURE_UPTIME_UTMP_SUPPORT flag. |
13 | */ | 13 | */ |
14 | //config:config UPTIME | 14 | //config:config UPTIME |
15 | //config: bool "uptime" | 15 | //config: bool "uptime (632 bytes)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: select PLATFORM_LINUX #sysinfo() | 17 | //config: select PLATFORM_LINUX #sysinfo() |
18 | //config: help | 18 | //config: help |
diff --git a/procps/watch.c b/procps/watch.c index bb34124c0..3127a0ca6 100644 --- a/procps/watch.c +++ b/procps/watch.c | |||
@@ -12,7 +12,7 @@ | |||
12 | /* BB_AUDIT GNU defects -- only option -n is supported. */ | 12 | /* BB_AUDIT GNU defects -- only option -n is supported. */ |
13 | 13 | ||
14 | //config:config WATCH | 14 | //config:config WATCH |
15 | //config: bool "watch" | 15 | //config: bool "watch (4.1 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: watch is used to execute a program periodically, showing | 18 | //config: watch is used to execute a program periodically, showing |
diff --git a/runit/chpst.c b/runit/chpst.c index ee3a33153..2e94a37c0 100644 --- a/runit/chpst.c +++ b/runit/chpst.c | |||
@@ -28,33 +28,33 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
29 | 29 | ||
30 | //config:config CHPST | 30 | //config:config CHPST |
31 | //config: bool "chpst" | 31 | //config: bool "chpst (8.7 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: chpst changes the process state according to the given options, and | 34 | //config: chpst changes the process state according to the given options, and |
35 | //config: execs specified program. | 35 | //config: execs specified program. |
36 | //config: | 36 | //config: |
37 | //config:config SETUIDGID | 37 | //config:config SETUIDGID |
38 | //config: bool "setuidgid" | 38 | //config: bool "setuidgid (4.2 kb)" |
39 | //config: default y | 39 | //config: default y |
40 | //config: help | 40 | //config: help |
41 | //config: Sets soft resource limits as specified by options | 41 | //config: Sets soft resource limits as specified by options |
42 | //config: | 42 | //config: |
43 | //config:config ENVUIDGID | 43 | //config:config ENVUIDGID |
44 | //config: bool "envuidgid" | 44 | //config: bool "envuidgid (3.6 kb)" |
45 | //config: default y | 45 | //config: default y |
46 | //config: help | 46 | //config: help |
47 | //config: Sets $UID to account's uid and $GID to account's gid | 47 | //config: Sets $UID to account's uid and $GID to account's gid |
48 | //config: | 48 | //config: |
49 | //config:config ENVDIR | 49 | //config:config ENVDIR |
50 | //config: bool "envdir" | 50 | //config: bool "envdir (2.5 kb)" |
51 | //config: default y | 51 | //config: default y |
52 | //config: help | 52 | //config: help |
53 | //config: Sets various environment variables as specified by files | 53 | //config: Sets various environment variables as specified by files |
54 | //config: in the given directory | 54 | //config: in the given directory |
55 | //config: | 55 | //config: |
56 | //config:config SOFTLIMIT | 56 | //config:config SOFTLIMIT |
57 | //config: bool "softlimit" | 57 | //config: bool "softlimit (4.3 kb)" |
58 | //config: default y | 58 | //config: default y |
59 | //config: help | 59 | //config: help |
60 | //config: Sets soft resource limits as specified by options | 60 | //config: Sets soft resource limits as specified by options |
diff --git a/runit/runsv.c b/runit/runsv.c index 939653d12..79f02f4c5 100644 --- a/runit/runsv.c +++ b/runit/runsv.c | |||
@@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
29 | 29 | ||
30 | //config:config RUNSV | 30 | //config:config RUNSV |
31 | //config: bool "runsv" | 31 | //config: bool "runsv (7.2 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: runsv starts and monitors a service and optionally an appendant log | 34 | //config: runsv starts and monitors a service and optionally an appendant log |
diff --git a/runit/runsvdir.c b/runit/runsvdir.c index 84916e929..946ae697d 100644 --- a/runit/runsvdir.c +++ b/runit/runsvdir.c | |||
@@ -28,7 +28,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 28 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
29 | 29 | ||
30 | //config:config RUNSVDIR | 30 | //config:config RUNSVDIR |
31 | //config: bool "runsvdir" | 31 | //config: bool "runsvdir (6 kb)" |
32 | //config: default y | 32 | //config: default y |
33 | //config: help | 33 | //config: help |
34 | //config: runsvdir starts a runsv process for each subdirectory, or symlink to | 34 | //config: runsvdir starts a runsv process for each subdirectory, or symlink to |
diff --git a/runit/sv.c b/runit/sv.c index faa31d4fa..a0c7953da 100644 --- a/runit/sv.c +++ b/runit/sv.c | |||
@@ -154,7 +154,7 @@ Exit Codes | |||
154 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ | 154 | /* Busyboxed by Denys Vlasenko <vda.linux@googlemail.com> */ |
155 | 155 | ||
156 | //config:config SV | 156 | //config:config SV |
157 | //config: bool "sv" | 157 | //config: bool "sv (7.8 kb)" |
158 | //config: default y | 158 | //config: default y |
159 | //config: help | 159 | //config: help |
160 | //config: sv reports the current status and controls the state of services | 160 | //config: sv reports the current status and controls the state of services |
@@ -169,7 +169,7 @@ Exit Codes | |||
169 | //config: Defaults to "/var/service" | 169 | //config: Defaults to "/var/service" |
170 | //config: | 170 | //config: |
171 | //config:config SVC | 171 | //config:config SVC |
172 | //config: bool "svc" | 172 | //config: bool "svc (7.8 kb)" |
173 | //config: default y | 173 | //config: default y |
174 | //config: help | 174 | //config: help |
175 | //config: svc controls the state of services monitored by the runsv supervisor. | 175 | //config: svc controls the state of services monitored by the runsv supervisor. |
diff --git a/runit/svlogd.c b/runit/svlogd.c index 795bf48bb..1346994ca 100644 --- a/runit/svlogd.c +++ b/runit/svlogd.c | |||
@@ -125,7 +125,7 @@ log message, you can use a pattern like this instead | |||
125 | */ | 125 | */ |
126 | 126 | ||
127 | //config:config SVLOGD | 127 | //config:config SVLOGD |
128 | //config: bool "svlogd" | 128 | //config: bool "svlogd (15 kb)" |
129 | //config: default y | 129 | //config: default y |
130 | //config: help | 130 | //config: help |
131 | //config: svlogd continuously reads log data from its standard input, optionally | 131 | //config: svlogd continuously reads log data from its standard input, optionally |
diff --git a/shell/ash.c b/shell/ash.c index aaf0561b8..1e43b37a7 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 16 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
17 | */ | 17 | */ |
18 | //config:config ASH | 18 | //config:config ASH |
19 | //config: bool "ash" | 19 | //config: bool "ash (77 kb)" |
20 | //config: default y | 20 | //config: default y |
21 | //config: depends on !NOMMU | 21 | //config: depends on !NOMMU |
22 | //config: help | 22 | //config: help |
diff --git a/shell/cttyhack.c b/shell/cttyhack.c index f9b59c263..9a5f4bb52 100644 --- a/shell/cttyhack.c +++ b/shell/cttyhack.c | |||
@@ -11,7 +11,7 @@ | |||
11 | //kbuild:lib-$(CONFIG_CTTYHACK) += cttyhack.o | 11 | //kbuild:lib-$(CONFIG_CTTYHACK) += cttyhack.o |
12 | 12 | ||
13 | //config:config CTTYHACK | 13 | //config:config CTTYHACK |
14 | //config: bool "cttyhack" | 14 | //config: bool "cttyhack (2.5 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: One common problem reported on the mailing list is the "can't | 17 | //config: One common problem reported on the mailing list is the "can't |
diff --git a/shell/hush.c b/shell/hush.c index 5de682f8b..c03815e4a 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -101,7 +101,7 @@ | |||
101 | * aaa | 101 | * aaa |
102 | */ | 102 | */ |
103 | //config:config HUSH | 103 | //config:config HUSH |
104 | //config: bool "hush" | 104 | //config: bool "hush (64 kb)" |
105 | //config: default y | 105 | //config: default y |
106 | //config: help | 106 | //config: help |
107 | //config: hush is a small shell (25k). It handles the normal flow control | 107 | //config: hush is a small shell (25k). It handles the normal flow control |
diff --git a/size_single_applets.sh b/size_single_applets.sh index d59ab045b..0fa56e09e 100755 --- a/size_single_applets.sh +++ b/size_single_applets.sh | |||
@@ -8,17 +8,6 @@ grep ^IF_ include/applets.h \ | |||
8 | | sort | uniq | 8 | | sort | uniq |
9 | `" | 9 | `" |
10 | 10 | ||
11 | # Take existing config | ||
12 | test -f .config || { echo "No .config file"; exit 1; } | ||
13 | cfg="`cat .config`" | ||
14 | |||
15 | # Make a config with all applet symbols off | ||
16 | allno="$cfg" | ||
17 | for app in $apps; do | ||
18 | allno="`echo "$allno" | sed "s/^CONFIG_${app}=y\$/# CONFIG_${app} is not set/"`" | ||
19 | done | ||
20 | #echo "$allno" >.config_allno | ||
21 | |||
22 | test $# = 0 && set -- $apps | 11 | test $# = 0 && set -- $apps |
23 | 12 | ||
24 | mintext=999999999 | 13 | mintext=999999999 |
@@ -44,3 +33,44 @@ for app; do | |||
44 | eval "text=\$text_${app}" | 33 | eval "text=\$text_${app}" |
45 | echo "$app adds $((text-mintext))" | 34 | echo "$app adds $((text-mintext))" |
46 | done | 35 | done |
36 | |||
37 | grep ^IF_ include/applets.h \ | ||
38 | | grep -v ^IF_FEATURE_ \ | ||
39 | | sed 's/, .*//' \ | ||
40 | | sed 's/\t//g' \ | ||
41 | | sed 's/ //g' \ | ||
42 | | sed 's/(APPLET(/(/' \ | ||
43 | | sed 's/(APPLET_[A-Z]*(/(/' \ | ||
44 | | sed 's/(IF_[A-Z_]*(/(/' \ | ||
45 | | sed 's/IF_\([A-Z0-9._-]*\)(\(.*\)/\1 \2/' \ | ||
46 | | sort | uniq \ | ||
47 | | while read app name; do | ||
48 | b="busybox_${app}" | ||
49 | test -f "$b" || continue | ||
50 | |||
51 | file=`grep -lF "bool \"$name" $(find -name '*.c') | xargs` | ||
52 | # so far all such items are in .c files; if need to check Config.* files: | ||
53 | #test "$file" || file=`grep -lF "bool \"$name" $(find -name 'Config.*') | xargs` | ||
54 | test "$file" || continue | ||
55 | #echo "FILE:'$file'" | ||
56 | |||
57 | eval "text=\$text_${app}" | ||
58 | sz=$((text-mintext)) | ||
59 | sz_kb=$((sz/1000)) | ||
60 | sz_frac=$(( (sz - sz_kb*1000) )) | ||
61 | sz_f=$((sz_frac / 100)) | ||
62 | |||
63 | echo -n "sed 's/bool \"$name *(*[0-9tinykbytes .]*)*\"/" | ||
64 | if test "$sz_kb" -ge 10; then | ||
65 | echo -n "bool \"$name (${sz_kb} kb)\"" | ||
66 | elif test "$sz_kb" -gt 0 -a "$sz_f" = 0; then | ||
67 | echo -n "bool \"$name (${sz_kb} kb)\"" | ||
68 | elif test "$sz_kb" -gt 0; then | ||
69 | echo -n "bool \"$name ($sz_kb.${sz_f} kb)\"" | ||
70 | elif test "$sz" -ge 200; then | ||
71 | echo -n "bool \"$name ($sz bytes)\"" | ||
72 | else | ||
73 | echo -n "bool \"$name (tiny)\"" | ||
74 | fi | ||
75 | echo "/' -i $file" | ||
76 | done | ||
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 4db72110d..b20d86174 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -17,7 +17,7 @@ | |||
17 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 17 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
18 | */ | 18 | */ |
19 | //config:config KLOGD | 19 | //config:config KLOGD |
20 | //config: bool "klogd" | 20 | //config: bool "klogd (5.5 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: help | 22 | //config: help |
23 | //config: klogd is a utility which intercepts and logs all | 23 | //config: klogd is a utility which intercepts and logs all |
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index f9eafeb25..09fed0c73 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.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 LOGGER | 9 | //config:config LOGGER |
10 | //config: bool "logger" | 10 | //config: bool "logger (6.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select FEATURE_SYSLOG | 12 | //config: select FEATURE_SYSLOG |
13 | //config: help | 13 | //config: help |
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index d64ff278f..a9c9c69bc 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 13 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
14 | */ | 14 | */ |
15 | //config:config SYSLOGD | 15 | //config:config SYSLOGD |
16 | //config: bool "syslogd" | 16 | //config: bool "syslogd (12 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: help | 18 | //config: help |
19 | //config: The syslogd utility is used to record logs of all the | 19 | //config: The syslogd utility is used to record logs of all the |
diff --git a/util-linux/acpid.c b/util-linux/acpid.c index 3e68b61ab..7abea1400 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.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 ACPID | 9 | //config:config ACPID |
10 | //config: bool "acpid" | 10 | //config: bool "acpid (8.7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/util-linux/blkid.c b/util-linux/blkid.c index b6f33b513..08fa07968 100644 --- a/util-linux/blkid.c +++ b/util-linux/blkid.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 BLKID | 9 | //config:config BLKID |
10 | //config: bool "blkid" | 10 | //config: bool "blkid (11 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: select VOLUMEID | 13 | //config: select VOLUMEID |
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c index bf4d49792..9924ef06f 100644 --- a/util-linux/blockdev.c +++ b/util-linux/blockdev.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config BLOCKDEV | 8 | //config:config BLOCKDEV |
9 | //config: bool "blockdev" | 9 | //config: bool "blockdev (2.4 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Performs some ioctls with block devices. | 12 | //config: Performs some ioctls with block devices. |
diff --git a/util-linux/cal.c b/util-linux/cal.c index 8196619b0..f7a965619 100644 --- a/util-linux/cal.c +++ b/util-linux/cal.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Major size reduction... over 50% (>1.5k) on i386. | 11 | * Major size reduction... over 50% (>1.5k) on i386. |
12 | */ | 12 | */ |
13 | //config:config CAL | 13 | //config:config CAL |
14 | //config: bool "cal" | 14 | //config: bool "cal (6.5 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: cal is used to display a monthly calendar. | 17 | //config: cal is used to display a monthly calendar. |
diff --git a/util-linux/chrt.c b/util-linux/chrt.c index 1604a6890..ad13dd512 100644 --- a/util-linux/chrt.c +++ b/util-linux/chrt.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config CHRT | 8 | //config:config CHRT |
9 | //config: bool "chrt" | 9 | //config: bool "chrt (4.4 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: manipulate real-time attributes of a process. | 12 | //config: manipulate real-time attributes of a process. |
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index c3574f8f5..5822d0290 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config DMESG | 11 | //config:config DMESG |
12 | //config: bool "dmesg" | 12 | //config: bool "dmesg (3.5 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
diff --git a/util-linux/eject.c b/util-linux/eject.c index 667932f6c..07ac2fd54 100644 --- a/util-linux/eject.c +++ b/util-linux/eject.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * Most of the dirty work blatantly ripped off from cat.c =) | 13 | * Most of the dirty work blatantly ripped off from cat.c =) |
14 | */ | 14 | */ |
15 | //config:config EJECT | 15 | //config:config EJECT |
16 | //config: bool "eject" | 16 | //config: bool "eject (4.1 kb)" |
17 | //config: default y | 17 | //config: default y |
18 | //config: select PLATFORM_LINUX | 18 | //config: select PLATFORM_LINUX |
19 | //config: help | 19 | //config: help |
diff --git a/util-linux/fatattr.c b/util-linux/fatattr.c index 030978f64..e69cb93e7 100644 --- a/util-linux/fatattr.c +++ b/util-linux/fatattr.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Public License | 9 | * Public License |
10 | */ | 10 | */ |
11 | //config:config FATATTR | 11 | //config:config FATATTR |
12 | //config: bool "fatattr" | 12 | //config: bool "fatattr (1.9 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
diff --git a/util-linux/fbset.c b/util-linux/fbset.c index 673bf9aa4..0b141816d 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) | 12 | * Geert Uytterhoeven (Geert.Uytterhoeven@cs.kuleuven.ac.be) |
13 | */ | 13 | */ |
14 | //config:config FBSET | 14 | //config:config FBSET |
15 | //config: bool "fbset" | 15 | //config: bool "fbset (5.8 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: select PLATFORM_LINUX | 17 | //config: select PLATFORM_LINUX |
18 | //config: help | 18 | //config: help |
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c index 67c6e1504..62077ff3b 100644 --- a/util-linux/fdformat.c +++ b/util-linux/fdformat.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config FDFORMAT | 7 | //config:config FDFORMAT |
8 | //config: bool "fdformat" | 8 | //config: bool "fdformat (4.5 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: select PLATFORM_LINUX | 10 | //config: select PLATFORM_LINUX |
11 | //config: help | 11 | //config: help |
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 4467525c7..c3784c28d 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.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 FDISK | 9 | //config:config FDISK |
10 | //config: bool "fdisk" | 10 | //config: bool "fdisk (41 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/util-linux/findfs.c b/util-linux/findfs.c index daa46b039..b9cd95687 100644 --- a/util-linux/findfs.c +++ b/util-linux/findfs.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 FINDFS | 10 | //config:config FINDFS |
11 | //config: bool "findfs" | 11 | //config: bool "findfs (11 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: select VOLUMEID | 14 | //config: select VOLUMEID |
diff --git a/util-linux/flock.c b/util-linux/flock.c index f34c0ad8f..e77718869 100644 --- a/util-linux/flock.c +++ b/util-linux/flock.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * This is free software, licensed under the GNU General Public License v2. | 4 | * This is free software, licensed under the GNU General Public License v2. |
5 | */ | 5 | */ |
6 | //config:config FLOCK | 6 | //config:config FLOCK |
7 | //config: bool "flock" | 7 | //config: bool "flock (6.1 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: help | 9 | //config: help |
10 | //config: Manage locks from shell scripts | 10 | //config: Manage locks from shell scripts |
diff --git a/util-linux/freeramdisk.c b/util-linux/freeramdisk.c index 28148fcbe..0b8d2bc5b 100644 --- a/util-linux/freeramdisk.c +++ b/util-linux/freeramdisk.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config FDFLUSH | 11 | //config:config FDFLUSH |
12 | //config: bool "fdflush" | 12 | //config: bool "fdflush (1.4 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
@@ -22,7 +22,7 @@ | |||
22 | //config: leave this disabled. | 22 | //config: leave this disabled. |
23 | //config: | 23 | //config: |
24 | //config:config FREERAMDISK | 24 | //config:config FREERAMDISK |
25 | //config: bool "freeramdisk" | 25 | //config: bool "freeramdisk (1.4 kb)" |
26 | //config: default y | 26 | //config: default y |
27 | //config: select PLATFORM_LINUX | 27 | //config: select PLATFORM_LINUX |
28 | //config: help | 28 | //config: help |
diff --git a/util-linux/fsfreeze.c b/util-linux/fsfreeze.c index 70dec24ec..8bc4c471f 100644 --- a/util-linux/fsfreeze.c +++ b/util-linux/fsfreeze.c | |||
@@ -6,7 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | //config:config FSFREEZE | 8 | //config:config FSFREEZE |
9 | //config: bool "fsfreeze" | 9 | //config: bool "fsfreeze (3.6 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: select PLATFORM_LINUX | 11 | //config: select PLATFORM_LINUX |
12 | //config: select LONG_OPTS | 12 | //config: select LONG_OPTS |
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c index 563aa9720..c07da8a62 100644 --- a/util-linux/fstrim.c +++ b/util-linux/fstrim.c | |||
@@ -9,7 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | //config:config FSTRIM | 11 | //config:config FSTRIM |
12 | //config: bool "fstrim" | 12 | //config: bool "fstrim (5.5 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 79d54854b..7c65a6a1f 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -30,7 +30,7 @@ | |||
30 | * Replaced our_malloc with xmalloc and our_realloc with xrealloc | 30 | * Replaced our_malloc with xmalloc and our_realloc with xrealloc |
31 | */ | 31 | */ |
32 | //config:config GETOPT | 32 | //config:config GETOPT |
33 | //config: bool "getopt" | 33 | //config: bool "getopt (5.6 kb)" |
34 | //config: default y | 34 | //config: default y |
35 | //config: help | 35 | //config: help |
36 | //config: The getopt utility is used to break up (parse) options in command | 36 | //config: The getopt utility is used to break up (parse) options in command |
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 25f771201..e8c0ee0f5 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.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 HEXDUMP | 11 | //config:config HEXDUMP |
12 | //config: bool "hexdump" | 12 | //config: bool "hexdump (8.8 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: The hexdump utility is used to display binary data in a readable | 15 | //config: The hexdump utility is used to display binary data in a readable |
@@ -26,7 +26,7 @@ | |||
26 | //config: aimed to be portable. | 26 | //config: aimed to be portable. |
27 | //config: | 27 | //config: |
28 | //config:config HD | 28 | //config:config HD |
29 | //config: bool "hd" | 29 | //config: bool "hd (8 kb)" |
30 | //config: default y | 30 | //config: default y |
31 | //config: help | 31 | //config: help |
32 | //config: hd is an alias to hexdump -C. | 32 | //config: hd is an alias to hexdump -C. |
diff --git a/util-linux/hexdump_xxd.c b/util-linux/hexdump_xxd.c index be4b4f354..5f72d3be4 100644 --- a/util-linux/hexdump_xxd.c +++ b/util-linux/hexdump_xxd.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 XXD | 9 | //config:config XXD |
10 | //config: bool "xxd" | 10 | //config: bool "xxd (8.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: The xxd utility is used to display binary data in a readable | 13 | //config: The xxd utility is used to display binary data in a readable |
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index 8cb908cb3..c2721dbac 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.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 HWCLOCK | 9 | //config:config HWCLOCK |
10 | //config: bool "hwclock" | 10 | //config: bool "hwclock (5.8 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/util-linux/ionice.c b/util-linux/ionice.c index c54b3a6e1..cda5a90d6 100644 --- a/util-linux/ionice.c +++ b/util-linux/ionice.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 IONICE | 9 | //config:config IONICE |
10 | //config: bool "ionice" | 10 | //config: bool "ionice (3.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c index 76ea3ca4f..cabd8b9e7 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.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 IPCRM | 10 | //config:config IPCRM |
11 | //config: bool "ipcrm" | 11 | //config: bool "ipcrm (2.9 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: The ipcrm utility allows the removal of System V interprocess | 14 | //config: The ipcrm utility allows the removal of System V interprocess |
diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c index 88ae9225d..0d5a16a2b 100644 --- a/util-linux/ipcs.c +++ b/util-linux/ipcs.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 IPCS | 10 | //config:config IPCS |
11 | //config: bool "ipcs" | 11 | //config: bool "ipcs (11 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/util-linux/last.c b/util-linux/last.c index b3f125c3f..5bce85753 100644 --- a/util-linux/last.c +++ b/util-linux/last.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 LAST | 9 | //config:config LAST |
10 | //config: bool "last" | 10 | //config: bool "last (6.2 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: depends on FEATURE_WTMP | 12 | //config: depends on FEATURE_WTMP |
13 | //config: help | 13 | //config: help |
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index d356f49c2..cbd1c6052 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.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 LOSETUP | 9 | //config:config LOSETUP |
10 | //config: bool "losetup" | 10 | //config: bool "losetup (5.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/util-linux/lspci.c b/util-linux/lspci.c index 8b38a2366..c4f43bd12 100644 --- a/util-linux/lspci.c +++ b/util-linux/lspci.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 LSPCI | 9 | //config:config LSPCI |
10 | //config: bool "lspci" | 10 | //config: bool "lspci (5.7 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: #select PLATFORM_LINUX | 12 | //config: #select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/util-linux/lsusb.c b/util-linux/lsusb.c index 7d36d6f5a..9d12d8752 100644 --- a/util-linux/lsusb.c +++ b/util-linux/lsusb.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 LSUSB | 9 | //config:config LSUSB |
10 | //config: bool "lsusb" | 10 | //config: bool "lsusb (3.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: #select PLATFORM_LINUX | 12 | //config: #select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index a59115dd4..a68e3f4e6 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c | |||
@@ -9,7 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | //config:config MDEV | 11 | //config:config MDEV |
12 | //config: bool "mdev" | 12 | //config: bool "mdev (16 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
diff --git a/util-linux/mesg.c b/util-linux/mesg.c index 45c13b8e0..a83da03e6 100644 --- a/util-linux/mesg.c +++ b/util-linux/mesg.c | |||
@@ -8,7 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //config:config MESG | 10 | //config:config MESG |
11 | //config: bool "mesg" | 11 | //config: bool "mesg (1.2 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Mesg controls access to your terminal by others. It is typically | 14 | //config: Mesg controls access to your terminal by others. It is typically |
diff --git a/util-linux/mkfs_ext2.c b/util-linux/mkfs_ext2.c index 4a7a878ac..f646f368c 100644 --- a/util-linux/mkfs_ext2.c +++ b/util-linux/mkfs_ext2.c | |||
@@ -8,14 +8,14 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config MKE2FS | 10 | //config:config MKE2FS |
11 | //config: bool "mke2fs" | 11 | //config: bool "mke2fs (9.7 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
15 | //config: Utility to create EXT2 filesystems. | 15 | //config: Utility to create EXT2 filesystems. |
16 | //config: | 16 | //config: |
17 | //config:config MKFS_EXT2 | 17 | //config:config MKFS_EXT2 |
18 | //config: bool "mkfs.ext2" | 18 | //config: bool "mkfs.ext2 (9.8 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: select PLATFORM_LINUX | 20 | //config: select PLATFORM_LINUX |
21 | //config: help | 21 | //config: help |
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c index 1fc943430..a191c03d6 100644 --- a/util-linux/mkfs_vfat.c +++ b/util-linux/mkfs_vfat.c | |||
@@ -8,14 +8,14 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config MKDOSFS | 10 | //config:config MKDOSFS |
11 | //config: bool "mkdosfs" | 11 | //config: bool "mkdosfs (6.8 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
15 | //config: Utility to create FAT32 filesystems. | 15 | //config: Utility to create FAT32 filesystems. |
16 | //config: | 16 | //config: |
17 | //config:config MKFS_VFAT | 17 | //config:config MKFS_VFAT |
18 | //config: bool "mkfs.vfat" | 18 | //config: bool "mkfs.vfat (6.8 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: select PLATFORM_LINUX | 20 | //config: select PLATFORM_LINUX |
21 | //config: help | 21 | //config: help |
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c index 954a1948d..deb911485 100644 --- a/util-linux/mkswap.c +++ b/util-linux/mkswap.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config MKSWAP | 8 | //config:config MKSWAP |
9 | //config: bool "mkswap" | 9 | //config: bool "mkswap (5.8 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: The mkswap utility is used to configure a file or disk partition as | 12 | //config: The mkswap utility is used to configure a file or disk partition as |
diff --git a/util-linux/more.c b/util-linux/more.c index debad81bd..11546a8f8 100644 --- a/util-linux/more.c +++ b/util-linux/more.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 14 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
15 | */ | 15 | */ |
16 | //config:config MORE | 16 | //config:config MORE |
17 | //config: bool "more" | 17 | //config: bool "more (6.7 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: more is a simple utility which allows you to read text one screen | 20 | //config: more is a simple utility which allows you to read text one screen |
diff --git a/util-linux/mount.c b/util-linux/mount.c index 5fcc7958c..423e89d5b 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -18,7 +18,7 @@ | |||
18 | // | 18 | // |
19 | 19 | ||
20 | //config:config MOUNT | 20 | //config:config MOUNT |
21 | //config: bool "mount" | 21 | //config: bool "mount (30 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: select PLATFORM_LINUX | 23 | //config: select PLATFORM_LINUX |
24 | //config: help | 24 | //config: help |
diff --git a/util-linux/mountpoint.c b/util-linux/mountpoint.c index 8b9e1d779..0ba4a308e 100644 --- a/util-linux/mountpoint.c +++ b/util-linux/mountpoint.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Based on sysvinit's mountpoint | 9 | * Based on sysvinit's mountpoint |
10 | */ | 10 | */ |
11 | //config:config MOUNTPOINT | 11 | //config:config MOUNTPOINT |
12 | //config: bool "mountpoint" | 12 | //config: bool "mountpoint (4.5 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: mountpoint checks if the directory is a mountpoint. | 15 | //config: mountpoint checks if the directory is a mountpoint. |
diff --git a/util-linux/pivot_root.c b/util-linux/pivot_root.c index 9bdae506c..c21291ba0 100644 --- a/util-linux/pivot_root.c +++ b/util-linux/pivot_root.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | //config:config PIVOT_ROOT | 11 | //config:config PIVOT_ROOT |
12 | //config: bool "pivot_root" | 12 | //config: bool "pivot_root (898 bytes)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
diff --git a/util-linux/rdate.c b/util-linux/rdate.c index 960df25d2..d950b45b5 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.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 RDATE | 10 | //config:config RDATE |
11 | //config: bool "rdate" | 11 | //config: bool "rdate (6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: The rdate utility allows you to synchronize the date and time of your | 14 | //config: The rdate utility allows you to synchronize the date and time of your |
diff --git a/util-linux/rdev.c b/util-linux/rdev.c index 0e1578e33..6ea9c2a8a 100644 --- a/util-linux/rdev.c +++ b/util-linux/rdev.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * | 9 | * |
10 | */ | 10 | */ |
11 | //config:config RDEV | 11 | //config:config RDEV |
12 | //config: bool "rdev" | 12 | //config: bool "rdev (1.4 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: help | 14 | //config: help |
15 | //config: Print the device node associated with the filesystem mounted at '/'. | 15 | //config: Print the device node associated with the filesystem mounted at '/'. |
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index 31abb6bb2..b4cb5804f 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c | |||
@@ -32,7 +32,7 @@ | |||
32 | * Paul Mundt <lethal@linux-sh.org>. | 32 | * Paul Mundt <lethal@linux-sh.org>. |
33 | */ | 33 | */ |
34 | //config:config READPROFILE | 34 | //config:config READPROFILE |
35 | //config: bool "readprofile" | 35 | //config: bool "readprofile (7.2 kb)" |
36 | //config: default y | 36 | //config: default y |
37 | //config: #select PLATFORM_LINUX | 37 | //config: #select PLATFORM_LINUX |
38 | //config: help | 38 | //config: help |
diff --git a/util-linux/renice.c b/util-linux/renice.c index 4da3394a8..751af4548 100644 --- a/util-linux/renice.c +++ b/util-linux/renice.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * following IDs (if any). Multiple switches are allowed. | 19 | * following IDs (if any). Multiple switches are allowed. |
20 | */ | 20 | */ |
21 | //config:config RENICE | 21 | //config:config RENICE |
22 | //config: bool "renice" | 22 | //config: bool "renice (3.8 kb)" |
23 | //config: default y | 23 | //config: default y |
24 | //config: help | 24 | //config: help |
25 | //config: Renice alters the scheduling priority of one or more running | 25 | //config: Renice alters the scheduling priority of one or more running |
diff --git a/util-linux/rev.c b/util-linux/rev.c index c22505314..3d07b2247 100644 --- a/util-linux/rev.c +++ b/util-linux/rev.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config REV | 8 | //config:config REV |
9 | //config: bool "rev" | 9 | //config: bool "rev (4.5 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: Reverse lines of a file or files. | 12 | //config: Reverse lines of a file or files. |
diff --git a/util-linux/rtcwake.c b/util-linux/rtcwake.c index b63164588..01ab8ebb9 100644 --- a/util-linux/rtcwake.c +++ b/util-linux/rtcwake.c | |||
@@ -23,7 +23,7 @@ | |||
23 | * That flag should not be needed on systems with adjtime support. | 23 | * That flag should not be needed on systems with adjtime support. |
24 | */ | 24 | */ |
25 | //config:config RTCWAKE | 25 | //config:config RTCWAKE |
26 | //config: bool "rtcwake" | 26 | //config: bool "rtcwake (6.4 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: select PLATFORM_LINUX | 28 | //config: select PLATFORM_LINUX |
29 | //config: help | 29 | //config: help |
diff --git a/util-linux/script.c b/util-linux/script.c index c5063e8a1..d82a92d1e 100644 --- a/util-linux/script.c +++ b/util-linux/script.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 11 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
12 | */ | 12 | */ |
13 | //config:config SCRIPT | 13 | //config:config SCRIPT |
14 | //config: bool "script" | 14 | //config: bool "script (8 kb)" |
15 | //config: default y | 15 | //config: default y |
16 | //config: help | 16 | //config: help |
17 | //config: The script makes typescript of terminal session. | 17 | //config: The script makes typescript of terminal session. |
diff --git a/util-linux/scriptreplay.c b/util-linux/scriptreplay.c index 8a0c7489d..d0050f26b 100644 --- a/util-linux/scriptreplay.c +++ b/util-linux/scriptreplay.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | //config:config SCRIPTREPLAY | 10 | //config:config SCRIPTREPLAY |
11 | //config: bool "scriptreplay" | 11 | //config: bool "scriptreplay (2.6 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: This program replays a typescript, using timing information | 14 | //config: This program replays a typescript, using timing information |
diff --git a/util-linux/setarch.c b/util-linux/setarch.c index e4124b044..07de7f4db 100644 --- a/util-linux/setarch.c +++ b/util-linux/setarch.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 SETARCH | 9 | //config:config SETARCH |
10 | //config: bool "setarch" | 10 | //config: bool "setarch (3.4 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
@@ -17,14 +17,14 @@ | |||
17 | //config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...). | 17 | //config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...). |
18 | //config: | 18 | //config: |
19 | //config:config LINUX32 | 19 | //config:config LINUX32 |
20 | //config: bool "linux32" | 20 | //config: bool "linux32 (3.2 kb)" |
21 | //config: default y | 21 | //config: default y |
22 | //config: select PLATFORM_LINUX | 22 | //config: select PLATFORM_LINUX |
23 | //config: help | 23 | //config: help |
24 | //config: Alias to "setarch linux32". | 24 | //config: Alias to "setarch linux32". |
25 | //config: | 25 | //config: |
26 | //config:config LINUX64 | 26 | //config:config LINUX64 |
27 | //config: bool "linux64" | 27 | //config: bool "linux64 (3.2 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: select PLATFORM_LINUX | 29 | //config: select PLATFORM_LINUX |
30 | //config: help | 30 | //config: help |
diff --git a/util-linux/setpriv.c b/util-linux/setpriv.c index 3d8dfea52..89181085a 100644 --- a/util-linux/setpriv.c +++ b/util-linux/setpriv.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | //config:config SETPRIV | 10 | //config:config SETPRIV |
11 | //config: bool "setpriv" | 11 | //config: bool "setpriv (3.4 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: select LONG_OPTS | 14 | //config: select LONG_OPTS |
diff --git a/util-linux/setsid.c b/util-linux/setsid.c index 143a8f8fa..15a7c05e9 100644 --- a/util-linux/setsid.c +++ b/util-linux/setsid.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * - busyboxed | 14 | * - busyboxed |
15 | */ | 15 | */ |
16 | //config:config SETSID | 16 | //config:config SETSID |
17 | //config: bool "setsid" | 17 | //config: bool "setsid (3.9 kb)" |
18 | //config: default y | 18 | //config: default y |
19 | //config: help | 19 | //config: help |
20 | //config: setsid runs a program in a new session | 20 | //config: setsid runs a program in a new session |
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index 313ea0ef9..f76db541d 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.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 SWAPON | 9 | //config:config SWAPON |
10 | //config: bool "swapon" | 10 | //config: bool "swapon (4.9 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
@@ -35,7 +35,7 @@ | |||
35 | //config: Enable support for setting swap device priority in swapon. | 35 | //config: Enable support for setting swap device priority in swapon. |
36 | //config: | 36 | //config: |
37 | //config:config SWAPOFF | 37 | //config:config SWAPOFF |
38 | //config: bool "swapoff" | 38 | //config: bool "swapoff (4.3 kb)" |
39 | //config: default y | 39 | //config: default y |
40 | //config: select PLATFORM_LINUX | 40 | //config: select PLATFORM_LINUX |
41 | //config: help | 41 | //config: help |
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index f18e8a5ce..92e385b98 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Licensed under GPLv2, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config SWITCH_ROOT | 8 | //config:config SWITCH_ROOT |
9 | //config: bool "switch_root" | 9 | //config: bool "switch_root (5.2 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: select PLATFORM_LINUX | 11 | //config: select PLATFORM_LINUX |
12 | //config: help | 12 | //config: help |
diff --git a/util-linux/taskset.c b/util-linux/taskset.c index 94a07383a..581b0d144 100644 --- a/util-linux/taskset.c +++ b/util-linux/taskset.c | |||
@@ -7,7 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | //config:config TASKSET | 9 | //config:config TASKSET |
10 | //config: bool "taskset" | 10 | //config: bool "taskset (4.1 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: help | 12 | //config: help |
13 | //config: Retrieve or set a processes's CPU affinity. | 13 | //config: Retrieve or set a processes's CPU affinity. |
diff --git a/util-linux/uevent.c b/util-linux/uevent.c index c22216a8a..cef93adf6 100644 --- a/util-linux/uevent.c +++ b/util-linux/uevent.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Licensed under GPLv2, see file LICENSE in this source tree. | 4 | * Licensed under GPLv2, see file LICENSE in this source tree. |
5 | */ | 5 | */ |
6 | //config:config UEVENT | 6 | //config:config UEVENT |
7 | //config: bool "uevent" | 7 | //config: bool "uevent (3.2 kb)" |
8 | //config: default y | 8 | //config: default y |
9 | //config: select PLATFORM_LINUX | 9 | //config: select PLATFORM_LINUX |
10 | //config: help | 10 | //config: help |
diff --git a/util-linux/umount.c b/util-linux/umount.c index 0c50dc9ee..f970f9f84 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -8,7 +8,7 @@ | |||
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config UMOUNT | 10 | //config:config UMOUNT |
11 | //config: bool "umount" | 11 | //config: bool "umount (4.5 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
diff --git a/util-linux/wall.c b/util-linux/wall.c index 50658f457..4550f0b68 100644 --- a/util-linux/wall.c +++ b/util-linux/wall.c | |||
@@ -7,7 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | //config:config WALL | 9 | //config:config WALL |
10 | //config: bool "wall" | 10 | //config: bool "wall (2.5 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: depends on FEATURE_UTMP | 12 | //config: depends on FEATURE_UTMP |
13 | //config: help | 13 | //config: help |