Denis Vlasenko
|
c93b162248
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
1bec1b980e
telnet: use poll, it's shorter
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
fb79a2e2cf
xioctl and friends by Tito <farmatito@tiscali.it>
|
17 years ago |
Denis Vlasenko
|
6d9ea24611
networking/interface.c: huke remaining big statics; use malloc for INET[6]_rresolve
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
87468857f6
style fixes
|
17 years ago |
Denis Vlasenko
|
51742f4bb0
style fixes. No code changes
|
17 years ago |
Denis Vlasenko
|
ff131b980d
style fixes. No code changes.
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
b6aae0f381
preparatory patch for -Wwrite-strings #2
|
18 years ago |
Bernhard Reutner-Fischer
|
bb8c7c041c
- sed -i -e "/\$Id:/d;"
|
18 years ago |
Denis Vlasenko
|
703e20235a
cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
|
18 years ago |
Denis Vlasenko
|
98ee06d3d4
stop using __u32 etc. uint32_t is there for a reason
|
18 years ago |
Denis Vlasenko
|
229b3d2072
do not overflow ifr_name. maybe it was safe in some places,
|
18 years ago |
Denis Vlasenko
|
7ca3921e5e
bb_INET_default[] is really just a const "default",
|
18 years ago |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
"Robert P. J. Day"
|
d35ef0f666
More removal of "#if 0" content.
|
18 years ago |
Mike Frysinger
|
e135a5d746
fix no previous prototype warning
|
18 years ago |
Bernhard Reutner-Fischer
|
dac7ff15b7
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
|
18 years ago |
Eric Andersen
|
0cb6f35c33
fix up annoying signed/unsigned and mixed type errors
|
19 years ago |
"Vladimir N. Oleynik"
|
5775aa2ef6
added support /prefix for IPV4 form IPV6 code. Close bug 461
|
19 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
"Vladimir N. Oleynik"
|
007a011647
network "default" --> bb_INET_default. Reduce 2 exported from find applet
|
19 years ago |