aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ip_parse_common_args.c
AgeCommit message (Expand)Author
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-07-24libiproute: code shrink by adding FAST_FUNCDenys Vlasenko
2008-05-31libiproute: fix option parsing, so that "ip -o link" works again.Denis Vlasenko
2007-11-18ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-21style fix (stray space before ';')Denis Vlasenko
2007-06-20- move iprule and ipaddress from matches() to index_in_str_arrayBernhard Reutner-Fischer
2007-06-20- remove another user of the deprecated matches() func by moving it to use in...Bernhard Reutner-Fischer
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-04-07libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #5Denis Vlasenko
2007-01-02Remove networking/libiproute/linux/pkt_sched.hDenis Vlasenko
2006-10-03lots of silly indent fixesDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer
2006-04-05- include proper headers.Bernhard Reutner-Fischer
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-08-29"This function was not updating the argc and argv pointers to reflectGlenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-27This seems sufficient for ifup and ifdown to actually workEric Andersen
2002-12-16fix warningGlenn L McGrath
2002-12-01Enable ip commands to be compiled seperate from ip, modifed patch from Bastia...Glenn L McGrath