summaryrefslogtreecommitdiff
path: root/networking/libiproute/iproute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-201-1/+0
* ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko2008-01-041-4/+6
* ip route: add comment, no code changesDenis Vlasenko2007-11-271-1/+3
* iproute: fix a bug where "ip r flush table main" was rejected,Denis Vlasenko2007-11-261-36/+48
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-181-15/+14
* libiproute: add missing break'sDenis Vlasenko2007-09-301-0/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-5/+5
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-47/+46
* delete tons of extra #includesDenis Vlasenko2007-05-311-3/+1
* - fix compilation when ENABLE_FEATURE_IP_RULE was offBernhard Reutner-Fischer2007-04-161-3/+5
* - shrink iproute a bit (-200 bytes). UntestedBernhard Reutner-Fischer2007-04-121-61/+82
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-56/+18
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-2/+1
* - set the scope properly. Thanks to Jean Wolter, who wrote:Bernhard Reutner-Fischer2007-04-111-0/+12
* libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko2007-04-071-53/+54
* preparatory patch for -Wwrite-strings #5Denis Vlasenko2007-01-291-11/+5
* fix numbering in switch(): we don't have "del" anymore,Denis Vlasenko2007-01-271-12/+13
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* iproute: remove double get_hz optimizationDenis Vlasenko2006-12-311-7/+3
* remove commented out #includes etcDenis Vlasenko2006-12-311-0/+22
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-8/+3
* re-applying first post-1.3.x changeDenis Vlasenko2006-12-151-0/+12
* back out last change - need to make busybox-1_3-stable branch firstDenis Vlasenko2006-12-151-12/+0
* - table support for ip routeBernhard Reutner-Fischer2006-12-141-0/+12
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-4/+6
* mostly style fixesDenis Vlasenko2006-11-011-2/+2
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-15/+15
* silly switch style fixDenis Vlasenko2006-09-271-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-1/+1
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-5/+5
* Header cleanup: don't #include headers that libbb.h already includes.Rob Landley2006-06-021-3/+2
* Patch from Bernhard Fischer to remove some useless bits.Rob Landley2006-05-171-6/+0
* - janitorial: include proper prototypes in libiproute.Bernhard Reutner-Fischer2006-04-021-0/+1
* sort out yet more type issuesEric Andersen2006-01-301-2/+2
* just whitespaceTim Riker2006-01-251-9/+9
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-1/+1
* - mark argument who of print_route as unused.Bernhard Reutner-Fischer2006-01-121-1/+3
* restore compare_string_array new interface (make broken by landley)"Vladimir N. Oleynik"2005-12-061-4/+6
* * uniq.c: remove unneeded include and use short boilerplate.Bernhard Reutner-Fischer2005-10-261-7/+4
* applying fix for:Paul Fox2005-07-201-0/+9
* Set default command to list rather than get, its default behaviour nowGlenn L McGrath2004-08-111-2/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* Manousaridis Angelos writes:Eric Andersen2003-12-191-8/+9
* iPatch from waldi, fixes usage of ip route flush (from)? (match|exact)Glenn L McGrath2003-04-261-0/+14
* Major coreutils update.Manuel Novoa III2003-03-191-17/+17
* Patch from Bastian BlankGlenn L McGrath2003-02-151-3/+113
* Only included headers that are used.Glenn L McGrath2002-12-161-11/+3
* Save a few more bytesGlenn L McGrath2002-12-021-31/+45
* Save a hundred bytes or so on the do_iproute functionGlenn L McGrath2002-12-021-51/+49
* Syntax errorGlenn L McGrath2002-11-281-1/+1