Michael Tokarev
|
6a7cd3d4ab
ip addr: support change and replace commands
|
9 years ago |
Denys Vlasenko
|
53782d9221
iproute: fix help text
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
fb132e4737
whitespace cleanup
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
2e9b5510d6
libiproute: code shrink by adding FAST_FUNC
|
14 years ago |
Denys Vlasenko
|
e0a622093c
ip: fix "ip r" breakage
|
14 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
3246c0de12
iproute: fix ipXXX utilities trying to parse their applet name
|
16 years ago |
Bernhard Reutner-Fischer
|
6c4dadefb6
- update my name. No obj-code changes ;)
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
2570b2e575
whitespace fixes
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
e3cbfb91d2
vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,
|
17 years ago |
Denis Vlasenko
|
ed6a49c657
ip: stop propagating argc; optimize ip_parse_common_args
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
990d0f63ee
Replace index_in_[sub]str_array with index_in_[sub]strings,
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
d46e6d1a55
fix trivial compile errors found by randomconfig run
|
17 years ago |
Bernhard Reutner-Fischer
|
07c394e69b
- mv ip*_main into ip.c; use a dispatcher to save on needless duplication.
|
17 years ago |
Bernhard Reutner-Fischer
|
e87d7955f8
- rewrite the ip applet to be less bloaty
|
17 years ago |
Denis Vlasenko
|
540a2a1f3b
libiproute: audit callgraph, shortcut error paths into die() functions.
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
fd94efa41f
fix numbering in switch(): we don't have "del" anymore,
|
18 years ago |
Bernhard Reutner-Fischer
|
921f5df25f
- add 'ip rule' support. First take..
|
18 years ago |
Denis Vlasenko
|
5af906e7c8
rename: compare_string_array -> index_in_str_array
|
18 years ago |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 years ago |
"Robert P. J. Day"
|
d35ef0f666
More removal of "#if 0" content.
|
18 years ago |