Denys Vlasenko
|
0fb0045aa9
config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK
|
8 years ago |
Ron Yorston
|
610c4c385b
applet_tables: save space by removing applet name offsets
|
8 years ago |
Michael Tokarev
|
32f774cd34
*: declare strings with ALIGN1, as appropriate
|
12 years ago |
Denys Vlasenko
|
6ec1510f71
applet_tables: do not include libbb.h, that header ir for target builds
|
13 years ago |
Denys Vlasenko
|
b9f2d9f7d9
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
14 years ago |
Denys Vlasenko
|
d4d289acf5
tweaks to build system, mainly making menuconfig text and order clearer
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
8fa1f5d543
hush: fix faloout from previous commit
|
14 years ago |
Denys Vlasenko
|
6d48d3ee2a
rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.
|
15 years ago |
Denis Vlasenko
|
f81e8dbc74
*: make "pragma GCC visibility push(hidden)" less ugly
|
15 years ago |
Denis Vlasenko
|
98636eb08c
Use intra-DSO calls when we build libbusybox. No-op for normal build.
|
16 years ago |
Denis Vlasenko
|
468aea2d88
shells: do not frocibly enable test, echo and kill _applets_,
|
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
|
745cd17926
Further optimize applet tables; prettify build output
|
17 years ago |
Denis Vlasenko
|
1aa7e477b1
reorganize applet table. Eliminates pointers to names.
|
17 years ago |
Denis Vlasenko
|
15cb4a4272
fix a problem with two different applet_name's
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
724d196c75
Move applets/applet.c into libbb, allows to get rid of --whole-archive
|
17 years ago |
Denis Vlasenko
|
642a52d65e
make --help work for "individual applets" too.
|
17 years ago |
Denis Vlasenko
|
d62fd84d4b
libbusybox: move (possibly compressed) help stuff into libbusybox.
|
17 years ago |
Denis Vlasenko
|
03fc408de6
fix typo in comment
|
17 years ago |
Denis Vlasenko
|
80d14beae9
Rename two config options:
|
17 years ago |
Denis Vlasenko
|
335b63d8d1
make a few struct bb_applet members conditional
|
17 years ago |
Denis Vlasenko
|
c44ab01b75
Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets
|
17 years ago |
Denis Vlasenko
|
32b633aa3f
merge busybox.c into applets.c
|
17 years ago |
Denis Vlasenko
|
c7ba8b9d6c
do not put all <applet>_main() declarations
|
18 years ago |
Denis Vlasenko
|
765996aaea
Cleanup usage messages (-200 bytes).
|
18 years ago |
Denis Vlasenko
|
0ee3999d13
random tiny size savings
|
18 years ago |
Denis Vlasenko
|
7d219aab70
build system overhaul
|
18 years ago |