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
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
80b8b39899
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>)
|
17 years ago |
Denis Vlasenko
|
ca525b4f24
*: BB_BANNER -> bb_banner (it is not a const or #define)!
|
17 years ago |
Denis Vlasenko
|
f5f75c5e82
remove nearly-duplicate PATHs in several places
|
17 years ago |
Denis Vlasenko
|
15611bb958
A few more string duplicates found & eliminated
|
17 years ago |
Denis Vlasenko
|
bdbbb7ec49
make busybox --install work even if /proc/self/exe doesn't exist
|
17 years ago |
Denis Vlasenko
|
4b924f3a5c
whitespace fixes
|
17 years ago |
Denis Vlasenko
|
2b54aaa9bf
msh: fix obscure case with backticks and closed fd 1
|
17 years ago |
Denis Vlasenko
|
7d4c44e1b1
shells: remove few statics and duplicated code
|
17 years ago |
Denis Vlasenko
|
e471275813
msh: style fixes
|
17 years ago |
Denis Vlasenko
|
5f9468e996
lineedit: nuke two unused variables and code which sets them
|
17 years ago |
Denis Vlasenko
|
831a20f512
pass a copy of argv[i] to NOFORK applets (they may permute it etc).
|
17 years ago |
Denis Vlasenko
|
51742f4bb0
style fixes. No code changes
|
17 years ago |
Denis Vlasenko
|
e4f2d064b0
rename: run_applet_by_name -> run_applet_and_exit
|
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
|
95cb3263ae
msh: smallish code shrinkage; cosmetics
|
17 years ago |
Denis Vlasenko
|
10457b90db
make pidfile writing configurable.
|
17 years ago |
Denis Vlasenko
|
55f30b05ac
inetd,ed,msh: data/bss reduction (in mss, more than 9k of it)
|
17 years ago |
Denis Vlasenko
|
5b27fbe990
dc: use common_bufsiz1 for evaluation stack
|
17 years ago |
Denis Vlasenko
|
c86e052b81
fix accumulated whitespace and indentation damage
|
17 years ago |
Mike Frysinger
|
67a32adbca
add STANDALONE support
|
17 years ago |
Denis Vlasenko
|
8e858e2700
clean up accumulated whitespace damage
|
18 years ago |
Denis Vlasenko
|
d244c5eaf8
msh: fix my buglet
|
18 years ago |
Denis Vlasenko
|
cf787cf3a5
find: support for !
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
1e3b068689
msh: cleaning up for -Wwrite-strings part #4
|
18 years ago |
Denis Vlasenko
|
6b50f73171
msh: cleaning up for -Wwrite-strings part #3
|
18 years ago |