Denis Vlasenko
|
98ee06d3d4
stop using __u32 etc. uint32_t is there for a reason
|
18 éve |
Denis Vlasenko
|
229b3d2072
do not overflow ifr_name. maybe it was safe in some places,
|
18 éve |
Denis Vlasenko
|
7ca3921e5e
bb_INET_default[] is really just a const "default",
|
18 éve |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 éve |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 éve |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 éve |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 éve |
"Robert P. J. Day"
|
d35ef0f666
More removal of "#if 0" content.
|
18 éve |
Mike Frysinger
|
e135a5d746
fix no previous prototype warning
|
18 éve |
Bernhard Reutner-Fischer
|
dac7ff15b7
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
|
18 éve |
Eric Andersen
|
0cb6f35c33
fix up annoying signed/unsigned and mixed type errors
|
19 éve |
"Vladimir N. Oleynik"
|
5775aa2ef6
added support /prefix for IPV4 form IPV6 code. Close bug 461
|
19 éve |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 éve |
"Vladimir N. Oleynik"
|
007a011647
network "default" --> bb_INET_default. Reduce 2 exported from find applet
|
19 éve |
Rob Landley
|
6417564eeb
Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles.
|
19 éve |
Eric Andersen
|
14f5c8d764
Patch from Bernhard Fischer to make a bunch of symbols static
|
19 éve |
Manuel Novoa III
|
539fa95e0d
Oops.. got a bit to aggressive with size optimization and global replace. :-(
|
21 éve |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 éve |
Manuel Novoa III
|
7d0c51919c
In spite of the feature freeze, check in a complete rework of route which
|
21 éve |
Eric Andersen
|
2479445562
Fix/eliminate use of atol
|
21 éve |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 éve |
Robert Griebl
|
be2ae246fb
Always print the routing table header for IPv4:
|
22 éve |
Eric Andersen
|
0552b9a7ff
Eliminate dependancy on kernel header files. Naughty naughty.
|
22 éve |
Glenn L McGrath
|
8ae4cab4a8
use #ifdef CONFIG_* instead of #if CONFIG_*
|
22 éve |
Glenn L McGrath
|
7c58e9be69
Run through indent, fix comment
|
22 éve |
Eric Andersen
|
51b8bd68bb
This patch from Bart Visscher <magick@linux-fan.com> adds
|
22 éve |
Robert Griebl
|
c30c5e89cf
Reduced code size for new -e flag (suggested by vodz)
|
22 éve |
Robert Griebl
|
820098fd61
This patch adds -e (extended information) to route and -r/-e (show routing
|
22 éve |
Eric Andersen
|
cd8c436d81
Latest patch from vodz:
|
23 éve |
Eric Andersen
|
b9408504f5
Another fix from vodz
|
23 éve |