Denys Vlasenko
|
a02a4e9830
whitespace and comment format fixes, no code changes
|
7 lat temu |
Denys Vlasenko
|
0f296a3a56
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
|
9 lat temu |
Denys Vlasenko
|
fb132e4737
whitespace cleanup
|
14 lat temu |
Denys Vlasenko
|
2e9b5510d6
libiproute: code shrink by adding FAST_FUNC
|
14 lat temu |
Denis Vlasenko
|
d12fcc20da
libiproute: fix option parsing, so that "ip -o link" works again.
|
16 lat temu |
Denis Vlasenko
|
ed6a49c657
ip: stop propagating argc; optimize ip_parse_common_args
|
17 lat temu |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 lat temu |
Denis Vlasenko
|
990d0f63ee
Replace index_in_[sub]str_array with index_in_[sub]strings,
|
17 lat temu |
Denis Vlasenko
|
b71c668c57
style fix (stray space before ';')
|
17 lat temu |
Bernhard Reutner-Fischer
|
cd0e80ce90
- move iprule and ipaddress from matches() to index_in_str_array
|
17 lat temu |
Bernhard Reutner-Fischer
|
761ce14fd2
- remove another user of the deprecated matches() func by moving it to use index_in_str_array. Untested.
|
17 lat temu |
Denis Vlasenko
|
9a7d38fe24
delete tons of extra #includes
|
17 lat temu |
Denis Vlasenko
|
540a2a1f3b
libiproute: audit callgraph, shortcut error paths into die() functions.
|
17 lat temu |
Denis Vlasenko
|
89ef65f024
preparatory patch for -Wwrite-strings #5
|
18 lat temu |
Denis Vlasenko
|
ace35eeb88
Remove networking/libiproute/linux/pkt_sched.h
|
18 lat temu |
Denis Vlasenko
|
9275814a9e
lots of silly indent fixes
|
18 lat temu |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 lat temu |
Bernhard Reutner-Fischer
|
19008b8373
- reuse strings and messages. Saves about 600B
|
18 lat temu |
Bernhard Reutner-Fischer
|
fa939aae81
- include proper headers.
|
18 lat temu |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 lat temu |
Glenn L McGrath
|
08dea3e5a7
"This function was not updating the argc and argv pointers to reflect
|
21 lat temu |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 lat temu |
Eric Andersen
|
66a3af9d7c
This seems sufficient for ifup and ifdown to actually work
|
22 lat temu |
Glenn L McGrath
|
1e132dd4dd
fix warning
|
22 lat temu |
Glenn L McGrath
|
f112daa232
Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank
|
22 lat temu |