Denys Vlasenko
|
b097a84d62
config: update size information
|
5 years ago |
Denys Vlasenko
|
3346b4afc5
modutils: make them NOEXEC except depmod
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Kang-Che Sung
|
264cb01540
modutils: remove redundant "select PLATFORM_LINUX" configs
|
7 years ago |
Denys Vlasenko
|
ca659f84b2
modprobe-small: fix --help texts, they are from "big" modutils
|
7 years ago |
Denys Vlasenko
|
a1cd0d9849
modprobe-small: make applets individually selectable
|
8 years ago |
Denys Vlasenko
|
e32b64c4ec
Convert all modutils/* applets to "new style" applet definitions
|
8 years ago |
Denys Vlasenko
|
b9f2d9f7d9
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
14 years ago |
Denys Vlasenko
|
5a163b2645
lsmod: fox unsafe usage of strlen() - 1
|
14 years ago |
Denys Vlasenko
|
1a5e11c874
modutils/*: move help bits into corresponding .c files
|
14 years ago |
Denys Vlasenko
|
c15613c975
modutils/*: move applet bits into corresponding *.c files
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
19158a837d
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
|
14 years ago |
Denys Vlasenko
|
e17764c8fb
further work on unicodization
|
15 years ago |
Denys Vlasenko
|
9f93d62192
libbb: better unicode width support. Hopefully fixes bug 839.
|
15 years ago |
Denys Vlasenko
|
28055028a7
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com>
|
15 years ago |
Denys Vlasenko
|
f8a73bfa33
lsmod: beautify. no code changes
|
15 years ago |
Tomas Heinrich
|
d31a8793eb
lsmod: unicode-aware column formatting
|
15 years ago |
Denis Vlasenko
|
1a9e9bdd93
gunzip: restore mtime. approx +80 bytes of code
|
16 years ago |
Denis Vlasenko
|
ba1315d0fb
modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
|
16 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
7d60fc1c0a
replace single-char printf's with bb_putchar
|
16 years ago |
Denis Vlasenko
|
85c247161b
*: fix fallout from -Wunused-parameter
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
b68979aefa
insmod: code shrink, stop exporting insmod_ng_main.
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 years ago |
Denis Vlasenko
|
e324184c05
s/#ifdef CONFIG_/#if ENABLE_/g
|
17 years ago |