summaryrefslogtreecommitdiff
path: root/networking/ip.c
Commit message (Expand)AuthorAgeFilesLines
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-7/+7
* whitespace fixesDenis Vlasenko2008-03-281-5/+5
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-6/+6
* vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,Denis Vlasenko2007-12-221-1/+1
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-181-22/+15
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-6/+6
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-10/+9
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* fix trivial compile errors found by randomconfig runDenis Vlasenko2007-05-171-0/+8
* - mv ip*_main into ip.c; use a dispatcher to save on needless duplication.Bernhard Reutner-Fischer2007-04-101-1/+51
* - rewrite the ip applet to be less bloatyBernhard Reutner-Fischer2007-04-101-22/+48
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-071-23/+20
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* fix numbering in switch(): we don't have "del" anymore,Denis Vlasenko2007-01-271-2/+3
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-211-12/+8
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-11/+2
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-52/+0
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-1/+1
* * uniq.c: remove unneeded include and use short boilerplate.Bernhard Reutner-Fischer2005-10-261-6/+3
* Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabledGlenn L McGrath2004-04-121-3/+3
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
* Enable ip commands to be compiled seperate from ip, modifed patch from Bastia...Glenn L McGrath2002-12-011-22/+33
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-101-0/+104