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
|
17 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
17 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 |
Paul Fox
|
6ba8bbe88a
add ordering warning on enum Location
|
18 years ago |
Rob Landley
|
b623a542df
Header file cleanup. platform.h apparently needs to be included early on so it
|
18 years ago |
Bernhard Reutner-Fischer
|
e00fc16aaa
- move libc checks from busybox.h to platform.h
|
18 years ago |
Bernhard Reutner-Fischer
|
421d9e5941
- move buffer allocation schemes to libbb.h
|
19 years ago |
"Vladimir N. Oleynik"
|
dd1ccddf1b
moved BB_BANNER to applets/version.c file: make kernel like version,
|
19 years ago |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 years ago |
"Vladimir N. Oleynik"
|
843c5ef0f9
reorder include <sys/types.h> and <sys/types.h>.
|
19 years ago |
Bernhard Reutner-Fischer
|
d4cffd1cc3
- make sure to include dmalloc.h at the very end of busybox.h or libbb.h.
|
19 years ago |
Rob Landley
|
193c8c7383
#ifdef reduction infrastructure, based on an argument between Shaun Jackman,
|
19 years ago |
Mike Frysinger
|
ca1b6fc745
newlib fixe from Shaun Jackman
|
20 years ago |